From c2aea86e3db1f0d515d4115c0dc4f371314a33f2 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:31:40 -0500
Subject: [PATCH 01/13] Adding Catalog files.
---
.github/workflows/catalog.yml | 35 +
.github/workflows/writeme.yml | 2 +-
.tools/{readmes => }/__init__.py | 0
.tools/readmes/runner.py | 200 -
.tools/{readmes => scanners}/README.md | 0
.tools/scanners/__init__.py | 0
.tools/scanners/catalog.py | 26 +
.tools/scanners/catalog_runner.py | 213 +
.tools/{readmes => scanners}/config.py | 0
.../includes/code_examples.jinja2 | 0
.../includes/copyright.jinja2 | 0
.../includes/important.jinja2 | 0
.../includes/macros.jinja2 | 0
.../includes/overview.jinja2 | 0
.../includes/prerequisites.jinja2 | 0
.../includes/resources.jinja2 | 0
.../includes/run_instructions.jinja2 | 0
.../includes/tests.jinja2 | 0
.tools/{readmes => scanners}/render.py | 0
.tools/{readmes => scanners}/requirements.txt | 0
.../requirements_freeze.txt | 0
.tools/scanners/runner.py | 231 +
.tools/{readmes => scanners}/scanner.py | 0
.../service_readme.jinja2 | 0
.tools/{readmes => scanners}/setup.py | 0
.tools/{readmes => scanners}/update.py | 0
.tools/{readmes => scanners}/writeme.py | 0
python/example_code/acm/examples_catalog.json | 1315 ++
.../api-gateway/examples_catalog.json | 1096 ++
.../auditmanager/examples_catalog.json | 199 +
.../example_code/aurora/examples_catalog.json | 4499 +++++++
.../auto-scaling/examples_catalog.json | 3478 +++++
.../examples_catalog.json | 310 +
.../bedrock-agent/examples_catalog.json | 889 ++
.../bedrock-runtime/examples_catalog.json | 5389 ++++++++
.../bedrock/examples_catalog.json | 603 +
.../cloudfront/examples_catalog.json | 215 +
.../cloudwatch-logs/examples_catalog.json | 411 +
.../cloudwatch/examples_catalog.json | 2342 ++++
.../codecommit/examples_catalog.json | 3 +
.../codepipeline/examples_catalog.json | 3 +
.../cognito/examples_catalog.json | 2793 ++++
.../comprehend/examples_catalog.json | 1676 +++
.../example_code/config/examples_catalog.json | 184 +
.../devicefarm/examples_catalog.json | 131 +
.../dynamodb/examples_catalog.json | 8308 ++++++++++++
python/example_code/ec2/examples_catalog.json | 8317 ++++++++++++
python/example_code/ecr/examples_catalog.json | 1248 ++
.../examples_catalog.json | 1483 +++
python/example_code/emr/examples_catalog.json | 473 +
.../firehose/examples_catalog.json | 316 +
.../glacier/examples_catalog.json | 1362 ++
.../example_code/glue/examples_catalog.json | 4626 +++++++
.../greengrass/examples_catalog.json | 3 +
.../healthlake/examples_catalog.json | 792 ++
python/example_code/iam/examples_catalog.json | 11115 ++++++++++++++++
python/example_code/iot/examples_catalog.json | 3 +
.../iotsitewise/examples_catalog.json | 1880 +++
.../keyspaces/examples_catalog.json | 1886 +++
.../examples_catalog.json | 1174 ++
.../kinesis/examples_catalog.json | 770 ++
python/example_code/kms/examples_catalog.json | 3699 +++++
.../example_code/lambda/examples_catalog.json | 3967 ++++++
.../lookoutvision/examples_catalog.json | 1168 ++
.../medical-imaging/examples_catalog.json | 3947 ++++++
.../organizations/examples_catalog.json | 513 +
.../pinpoint-sms-voice/examples_catalog.json | 125 +
.../pinpoint/examples_catalog.json | 290 +
.../example_code/polly/examples_catalog.json | 945 ++
python/example_code/rds/examples_catalog.json | 3244 +++++
.../redshift/examples_catalog.json | 1297 ++
.../rekognition/examples_catalog.json | 2749 ++++
.../examples_catalog.json | 186 +
.../examples_catalog.json | 178 +
python/example_code/s3/examples_catalog.json | 9565 +++++++++++++
.../scheduler/examples_catalog.json | 768 ++
.../secretsmanager/examples_catalog.json | 368 +
python/example_code/ses/examples_catalog.json | 3560 +++++
.../example_code/sesv2/examples_catalog.json | 1643 +++
python/example_code/sns/examples_catalog.json | 3622 +++++
python/example_code/sqs/examples_catalog.json | 3137 +++++
python/example_code/ssm/examples_catalog.json | 1541 +++
python/example_code/sts/examples_catalog.json | 675 +
.../support/examples_catalog.json | 2027 +++
.../textract/examples_catalog.json | 702 +
.../transcribe/examples_catalog.json | 1154 ++
86 files changed, 120868 insertions(+), 201 deletions(-)
create mode 100644 .github/workflows/catalog.yml
rename .tools/{readmes => }/__init__.py (100%)
delete mode 100755 .tools/readmes/runner.py
rename .tools/{readmes => scanners}/README.md (100%)
create mode 100644 .tools/scanners/__init__.py
create mode 100644 .tools/scanners/catalog.py
create mode 100644 .tools/scanners/catalog_runner.py
rename .tools/{readmes => scanners}/config.py (100%)
rename .tools/{readmes => scanners}/includes/code_examples.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/copyright.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/important.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/macros.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/overview.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/prerequisites.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/resources.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/run_instructions.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/tests.jinja2 (100%)
rename .tools/{readmes => scanners}/render.py (100%)
rename .tools/{readmes => scanners}/requirements.txt (100%)
rename .tools/{readmes => scanners}/requirements_freeze.txt (100%)
create mode 100755 .tools/scanners/runner.py
rename .tools/{readmes => scanners}/scanner.py (100%)
rename .tools/{readmes => scanners}/service_readme.jinja2 (100%)
rename .tools/{readmes => scanners}/setup.py (100%)
rename .tools/{readmes => scanners}/update.py (100%)
rename .tools/{readmes => scanners}/writeme.py (100%)
create mode 100644 python/example_code/acm/examples_catalog.json
create mode 100644 python/example_code/api-gateway/examples_catalog.json
create mode 100644 python/example_code/auditmanager/examples_catalog.json
create mode 100644 python/example_code/aurora/examples_catalog.json
create mode 100644 python/example_code/auto-scaling/examples_catalog.json
create mode 100644 python/example_code/bedrock-agent-runtime/examples_catalog.json
create mode 100644 python/example_code/bedrock-agent/examples_catalog.json
create mode 100644 python/example_code/bedrock-runtime/examples_catalog.json
create mode 100644 python/example_code/bedrock/examples_catalog.json
create mode 100644 python/example_code/cloudfront/examples_catalog.json
create mode 100644 python/example_code/cloudwatch-logs/examples_catalog.json
create mode 100644 python/example_code/cloudwatch/examples_catalog.json
create mode 100644 python/example_code/codecommit/examples_catalog.json
create mode 100644 python/example_code/codepipeline/examples_catalog.json
create mode 100644 python/example_code/cognito/examples_catalog.json
create mode 100644 python/example_code/comprehend/examples_catalog.json
create mode 100644 python/example_code/config/examples_catalog.json
create mode 100644 python/example_code/devicefarm/examples_catalog.json
create mode 100644 python/example_code/dynamodb/examples_catalog.json
create mode 100644 python/example_code/ec2/examples_catalog.json
create mode 100644 python/example_code/ecr/examples_catalog.json
create mode 100644 python/example_code/elastic-load-balancing/examples_catalog.json
create mode 100644 python/example_code/emr/examples_catalog.json
create mode 100644 python/example_code/firehose/examples_catalog.json
create mode 100644 python/example_code/glacier/examples_catalog.json
create mode 100644 python/example_code/glue/examples_catalog.json
create mode 100644 python/example_code/greengrass/examples_catalog.json
create mode 100644 python/example_code/healthlake/examples_catalog.json
create mode 100644 python/example_code/iam/examples_catalog.json
create mode 100644 python/example_code/iot/examples_catalog.json
create mode 100644 python/example_code/iotsitewise/examples_catalog.json
create mode 100644 python/example_code/keyspaces/examples_catalog.json
create mode 100644 python/example_code/kinesis-analytics-v2/examples_catalog.json
create mode 100644 python/example_code/kinesis/examples_catalog.json
create mode 100644 python/example_code/kms/examples_catalog.json
create mode 100644 python/example_code/lambda/examples_catalog.json
create mode 100644 python/example_code/lookoutvision/examples_catalog.json
create mode 100644 python/example_code/medical-imaging/examples_catalog.json
create mode 100644 python/example_code/organizations/examples_catalog.json
create mode 100644 python/example_code/pinpoint-sms-voice/examples_catalog.json
create mode 100644 python/example_code/pinpoint/examples_catalog.json
create mode 100644 python/example_code/polly/examples_catalog.json
create mode 100644 python/example_code/rds/examples_catalog.json
create mode 100644 python/example_code/redshift/examples_catalog.json
create mode 100644 python/example_code/rekognition/examples_catalog.json
create mode 100644 python/example_code/route53-recovery-cluster/examples_catalog.json
create mode 100644 python/example_code/s3-directory-buckets/examples_catalog.json
create mode 100644 python/example_code/s3/examples_catalog.json
create mode 100644 python/example_code/scheduler/examples_catalog.json
create mode 100644 python/example_code/secretsmanager/examples_catalog.json
create mode 100644 python/example_code/ses/examples_catalog.json
create mode 100644 python/example_code/sesv2/examples_catalog.json
create mode 100644 python/example_code/sns/examples_catalog.json
create mode 100644 python/example_code/sqs/examples_catalog.json
create mode 100644 python/example_code/ssm/examples_catalog.json
create mode 100644 python/example_code/sts/examples_catalog.json
create mode 100644 python/example_code/support/examples_catalog.json
create mode 100644 python/example_code/textract/examples_catalog.json
create mode 100644 python/example_code/transcribe/examples_catalog.json
diff --git a/.github/workflows/catalog.yml b/.github/workflows/catalog.yml
new file mode 100644
index 00000000000..4eebd6cb2f7
--- /dev/null
+++ b/.github/workflows/catalog.yml
@@ -0,0 +1,35 @@
+name: Validate Catalogs
+
+# Controls when the action will run.
+on: # yamllint disable-line rule:truthy
+ # Triggers the workflow on push or pull request events but only for the main branch
+ push:
+ branches: [main]
+ pull_request:
+ branches: [main]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ name: Validate Catalogs
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+ - name: Checkout repo content
+ uses: actions/checkout@v4 # checkout the repository content to github runner.
+ - name: Setup Python
+ uses: actions/setup-python@v3
+ with:
+ python-version: 3.11 # install the python needed
+ - name: Install dependencies
+ run: >-
+ python3 -m pip install -r .tools/scanners/requirements.txt
+ - name: Check WRITEMEs
+ run: >-
+ python3 .tools/scanners/catalog.py --check --diff
diff --git a/.github/workflows/writeme.yml b/.github/workflows/writeme.yml
index 865e73687e4..18f0da6d41e 100644
--- a/.github/workflows/writeme.yml
+++ b/.github/workflows/writeme.yml
@@ -32,4 +32,4 @@ jobs:
python3 -m pip install -r .tools/readmes/requirements.txt
- name: Check WRITEMEs
run: >-
- python3 .tools/readmes/writeme.py --check --diff
+ python3 .tools/scanners/writeme.py --check --diff
diff --git a/.tools/readmes/__init__.py b/.tools/__init__.py
similarity index 100%
rename from .tools/readmes/__init__.py
rename to .tools/__init__.py
diff --git a/.tools/readmes/runner.py b/.tools/readmes/runner.py
deleted file mode 100755
index b1425d166ac..00000000000
--- a/.tools/readmes/runner.py
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
-# SPDX-License-Identifier: Apache-2.0
-
-import typer
-from typing_extensions import Annotated
-import logging
-import os
-
-from difflib import unified_diff
-from enum import Enum
-from pathlib import Path
-from typing import Optional
-
-from render import Renderer, RenderStatus, MissingMetadataError
-from scanner import Scanner
-
-from aws_doc_sdk_examples_tools.doc_gen import DocGen
-
-
-# Default to not using Rich
-if "USE_RICH" not in os.environ:
- import typer.core
-
- typer.core.rich = None # type: ignore
-
-logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
-
-
-def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
- for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
- doc_gen.process_metadata(path)
- doc_gen.collect_snippets()
- doc_gen.validate()
- if doc_gen.errors:
- error_strings = [str(error) for error in doc_gen.errors]
- failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
- print(f"Metadata errors encountered:\n\t{failed_list}")
- return None
- scanner = Scanner(doc_gen)
-
- # Preload cross-content examples
- scanner.load_crosses()
-
- return scanner
-
-
-# Load all examples immediately for cross references. Trades correctness for speed.
-doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
-
-
-Language = Enum(
- "Language", {lang: lang for lang in ([*doc_gen.languages()] + ["all"])}
-) # type: ignore
-Service = Enum(
- "Service", {serv: serv for serv in ([*doc_gen.services.keys()] + ["all"])}
-) # type: ignore
-
-
-def writeme(
- languages: Annotated[
- list[Language], # type: ignore
- typer.Option(
- help="The languages of the SDK.",
- ),
- ] = [
- Language.all.value # type: ignore
- ], # type: ignore
- services: Annotated[
- list[Service], # type: ignore
- typer.Option(
- help="The targeted service.",
- ),
- ] = [
- Service.all.value # type: ignore
- ], # type: ignore
- safe: Annotated[
- bool,
- typer.Option(
- help="Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme})."
- ),
- ] = True,
- verbose: Annotated[
- bool, typer.Option(help="When set, output verbose debugging info.")
- ] = False,
- dry_run: Annotated[
- bool,
- typer.Option(
- help="In dry run, compare current vs generated and exit with failure if they do not match."
- ),
- ] = False,
- check: Annotated[bool, typer.Option(help="Alias for --dry-run.")] = False,
- diff: Annotated[
- bool, typer.Option(help="Show a diff of READMEs that have changed.")
- ] = False,
-):
- if Language.all in languages: # type: ignore
- languages = list(Language) # type: ignore
- languages.remove(Language.all) # type: ignore
-
- if Service.all in services: # type: ignore
- services = list(Service) # type: ignore
- services.remove(Service.all) # type: ignore
-
- if verbose:
- logging.basicConfig(level=logging.DEBUG)
-
- if check:
- dry_run = check
-
- if dry_run:
- print("Dry run, no changes will be made.")
-
- skipped = []
- failed = []
- written = []
- non_writeme = []
- unchanged = []
- no_folder = []
-
- scanner = prepare_scanner(doc_gen)
- if scanner is None:
- return -1
-
- renderer = Renderer(scanner)
- for service in services:
- if service == Service.all: # type: ignore
- continue
- for language_and_version in languages:
- if language_and_version == Language.all: # type: ignore
- continue
- (language, version) = language_and_version.value.split(":")
- id = f"{language}:{version}:{service}"
- try:
- renderer.set_example(service.value, language, int(version), safe)
-
- logging.debug("Rendering %s", id)
- render_status = renderer.render()
- logging.debug("Status %s", render_status)
-
- if render_status == RenderStatus.UPDATED:
- if dry_run:
- diff_text = None
- if diff:
- diff_text = make_diff(renderer, id)
- failed.append((id, diff_text))
- else:
- renderer.write()
- written.append(id)
- elif render_status == RenderStatus.UNCHANGED:
- unchanged.append(id)
- elif render_status == RenderStatus.UNMANAGED:
- non_writeme.append(id)
- elif render_status == RenderStatus.NO_EXAMPLES:
- skipped.append(id)
- elif render_status == RenderStatus.NO_FOLDER:
- no_folder.append(id)
- elif render_status == RenderStatus.UNIMPLEMENTED:
- pass
- except FileNotFoundError as fnfe:
- logging.debug(fnfe, exc_info=True)
- skipped.append(id)
- except MissingMetadataError as mme:
- logging.debug(mme, exc_info=True)
- failed.append((id, None))
- except Exception as e:
- logging.error(e, exc_info=True)
- failed.append((id, None))
-
- skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
- logging.debug(skip_list or "(None Skipped)")
- if unchanged:
- unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
- print(unchanged_list)
- if non_writeme:
- non_writeme_list = "\n".join(f"Non-WRITEME: {f}" for f in sorted(non_writeme))
- print(non_writeme_list)
- if no_folder:
- no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
- print(no_folder_list)
- if not dry_run:
- done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
- print(done_list or "(None Written)")
- if failed:
- if diff:
- failed_list = "\n".join(
- f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
- )
- else:
- failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
- print(failed_list)
- print("Rerun writeme.py to update README links and sections.")
- print("WRITEME Run completed.")
- return len(failed)
-
-
-def make_diff(renderer, id):
- current = renderer.read_current().split("\n")
- expected = renderer.readme_text.split("\n")
- diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
- return "\n".join(diff)
diff --git a/.tools/readmes/README.md b/.tools/scanners/README.md
similarity index 100%
rename from .tools/readmes/README.md
rename to .tools/scanners/README.md
diff --git a/.tools/scanners/__init__.py b/.tools/scanners/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/.tools/scanners/catalog.py b/.tools/scanners/catalog.py
new file mode 100644
index 00000000000..1527354f69c
--- /dev/null
+++ b/.tools/scanners/catalog.py
@@ -0,0 +1,26 @@
+#!/usr/bin/env python3
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import sys
+
+from update import update
+
+# For debugging, engineers can skip update with the --no-update flag. Yes, it's
+# a double negative, but it's quick and early in the startup because of the
+# reliance on the side-effect imports from `update` and needing them to happen
+# before importing runner, which means before importing the runner argparser.
+NO_UPDATE_FLAG = "--no-update"
+
+
+if __name__ == "__main__":
+ if NO_UPDATE_FLAG not in sys.argv:
+ update()
+ else:
+ sys.argv.remove(NO_UPDATE_FLAG)
+
+ # This import must remain in the main, after the update, as it depends on
+ # importing the things that got changed during update.
+ from catalog_runner import main
+
+ sys.exit(main())
\ No newline at end of file
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
new file mode 100644
index 00000000000..40912eb60a6
--- /dev/null
+++ b/.tools/scanners/catalog_runner.py
@@ -0,0 +1,213 @@
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import argparse
+import config
+import logging
+import os
+import json
+from collections import defaultdict
+from difflib import unified_diff
+from pathlib import Path
+from typing import Optional
+
+from render import Renderer, MissingMetadataError, RenderStatus
+from scanner import Scanner
+
+from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+
+logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
+
+
+def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
+ doc_gen.process_metadata(path)
+ doc_gen.collect_snippets()
+ doc_gen.validate()
+ if doc_gen.errors:
+ error_strings = [str(error) for error in doc_gen.errors]
+ failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
+ print(f"Metadata errors encountered:\n\t{failed_list}")
+ return None
+
+ scanner = Scanner(doc_gen)
+
+ # Preload cross-content examples
+ scanner.load_crosses()
+
+ return scanner
+
+
+def main():
+ # Load all examples immediately for cross references. Trades correctness for speed.
+ doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+ # To get the complete list, fill the missing fields.
+ doc_gen.fill_missing_fields()
+
+ languages = ['Python:3'] # Currently enabled only for Python version 3.
+ parser = argparse.ArgumentParser()
+ parser.add_argument(
+ "--languages",
+ choices=[*languages] + ["all"],
+ nargs="+",
+ help="The languages of the SDK. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--services",
+ choices=[*doc_gen.services.keys()] + ["all"],
+ nargs="+",
+ help="The targeted service. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--verbose",
+ action="store_true",
+ help="When set, output verbose debugging info.",
+ )
+ parser.add_argument(
+ "--dry-run",
+ action="store_true",
+ dest="dry_run",
+ help="In dry run, compare current vs generated and exit with failure if they do not match.",
+ default=False, # Change this to default false when we're ready to use this generally.
+ )
+ parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
+ parser.add_argument("--check", dest="dry_run", action="store_true")
+ parser.add_argument("--diff", action="store_true", default=False)
+ args = parser.parse_args()
+
+ if "all" in args.languages:
+ args.languages = [*languages]
+
+ if "all" in args.services:
+ args.services = [*doc_gen.services.keys()]
+
+ if args.verbose:
+ logging.basicConfig(level=logging.DEBUG)
+
+ logging.debug(f"Args configuration: {args}")
+
+ if args.dry_run:
+ print("Dry run, no changes will be made.")
+
+ skipped = []
+ failed = []
+ written = []
+ unchanged = []
+
+
+ scanner = prepare_scanner(doc_gen)
+ if scanner is None:
+ return -1
+
+ renderer = Renderer(scanner)
+
+ for service in args.services:
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ id = f"{language}:{version}:{service}"
+ try:
+ renderer.set_example(service, language, int(version), False)
+ service_folder_path = renderer.lang_config["service_folder"]
+ logging.debug("Cataloging %s", id)
+ catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
+ logging.debug("Status %s", catalog_status)
+
+ if catalog_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ diff = None
+ failed.append((id, diff))
+ else:
+ written.append(id)
+ elif catalog_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ pass
+ except FileNotFoundError as fnfe:
+ logging.debug(fnfe, exc_info=True)
+ skipped.append(id)
+ except MissingMetadataError as mme:
+ logging.debug(mme, exc_info=True)
+ failed.append(id)
+ except Exception as e:
+ logging.error(e, exc_info=True)
+ failed.append(id)
+
+ skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
+ logging.debug(skip_list or "(None Skipped)")
+ if unchanged:
+ unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
+ print(unchanged_list)
+ if not args.dry_run:
+ done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
+ print(done_list or "(None Written)")
+ if failed:
+ if args.diff:
+ failed_list = "\n".join(
+ f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
+ )
+ else:
+ failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ print(failed_list)
+ print("Rerun catalog.py to update the example catalog list.")
+ print("Catalog Run completed.")
+ return len(failed)
+
+
+def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry_run):
+ filepath = (
+ Path(__file__).parent.parent.parent
+ / folder_path
+ / 'examples_catalog.json'
+ )
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ for svc_name in example.services:
+ if svc_name == service_name and lang_name == language_name:
+ language_examples.append(example)
+
+ new_catalog = json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+
+ # If the file already exists, read it to compare contents.
+ try:
+ with open(filepath, "r", encoding="utf-8") as example_meta:
+ old_catalog = example_meta.read()
+ except FileNotFoundError:
+ old_catalog = ""
+
+ if old_catalog == new_catalog:
+ return RenderStatus.UNCHANGED
+ else:
+ if not is_dry_run:
+ print(f"Writing serialized versions of DocGen to {filepath}")
+ with open(filepath, "w", encoding="utf-8") as example_meta:
+ example_meta.write(new_catalog)
+ return RenderStatus.UPDATED
+
+
+def write_language_json(doc_gen, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ if lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
diff --git a/.tools/readmes/config.py b/.tools/scanners/config.py
similarity index 100%
rename from .tools/readmes/config.py
rename to .tools/scanners/config.py
diff --git a/.tools/readmes/includes/code_examples.jinja2 b/.tools/scanners/includes/code_examples.jinja2
similarity index 100%
rename from .tools/readmes/includes/code_examples.jinja2
rename to .tools/scanners/includes/code_examples.jinja2
diff --git a/.tools/readmes/includes/copyright.jinja2 b/.tools/scanners/includes/copyright.jinja2
similarity index 100%
rename from .tools/readmes/includes/copyright.jinja2
rename to .tools/scanners/includes/copyright.jinja2
diff --git a/.tools/readmes/includes/important.jinja2 b/.tools/scanners/includes/important.jinja2
similarity index 100%
rename from .tools/readmes/includes/important.jinja2
rename to .tools/scanners/includes/important.jinja2
diff --git a/.tools/readmes/includes/macros.jinja2 b/.tools/scanners/includes/macros.jinja2
similarity index 100%
rename from .tools/readmes/includes/macros.jinja2
rename to .tools/scanners/includes/macros.jinja2
diff --git a/.tools/readmes/includes/overview.jinja2 b/.tools/scanners/includes/overview.jinja2
similarity index 100%
rename from .tools/readmes/includes/overview.jinja2
rename to .tools/scanners/includes/overview.jinja2
diff --git a/.tools/readmes/includes/prerequisites.jinja2 b/.tools/scanners/includes/prerequisites.jinja2
similarity index 100%
rename from .tools/readmes/includes/prerequisites.jinja2
rename to .tools/scanners/includes/prerequisites.jinja2
diff --git a/.tools/readmes/includes/resources.jinja2 b/.tools/scanners/includes/resources.jinja2
similarity index 100%
rename from .tools/readmes/includes/resources.jinja2
rename to .tools/scanners/includes/resources.jinja2
diff --git a/.tools/readmes/includes/run_instructions.jinja2 b/.tools/scanners/includes/run_instructions.jinja2
similarity index 100%
rename from .tools/readmes/includes/run_instructions.jinja2
rename to .tools/scanners/includes/run_instructions.jinja2
diff --git a/.tools/readmes/includes/tests.jinja2 b/.tools/scanners/includes/tests.jinja2
similarity index 100%
rename from .tools/readmes/includes/tests.jinja2
rename to .tools/scanners/includes/tests.jinja2
diff --git a/.tools/readmes/render.py b/.tools/scanners/render.py
similarity index 100%
rename from .tools/readmes/render.py
rename to .tools/scanners/render.py
diff --git a/.tools/readmes/requirements.txt b/.tools/scanners/requirements.txt
similarity index 100%
rename from .tools/readmes/requirements.txt
rename to .tools/scanners/requirements.txt
diff --git a/.tools/readmes/requirements_freeze.txt b/.tools/scanners/requirements_freeze.txt
similarity index 100%
rename from .tools/readmes/requirements_freeze.txt
rename to .tools/scanners/requirements_freeze.txt
diff --git a/.tools/scanners/runner.py b/.tools/scanners/runner.py
new file mode 100755
index 00000000000..a01ef677ed3
--- /dev/null
+++ b/.tools/scanners/runner.py
@@ -0,0 +1,231 @@
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import argparse
+import config
+import logging
+import os
+import json
+from collections import defaultdict
+from difflib import unified_diff
+from pathlib import Path
+from typing import Optional
+
+from render import Renderer, MissingMetadataError, RenderStatus
+from scanner import Scanner
+
+from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+
+logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
+
+
+def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
+ doc_gen.process_metadata(path)
+ doc_gen.collect_snippets()
+ doc_gen.validate()
+ if doc_gen.errors:
+ error_strings = [str(error) for error in doc_gen.errors]
+ failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
+ print(f"Metadata errors encountered:\n\t{failed_list}")
+ return None
+
+ scanner = Scanner(doc_gen)
+
+ # Preload cross-content examples
+ scanner.load_crosses()
+
+ return scanner
+
+
+def main():
+ # Load all examples immediately for cross references. Trades correctness for speed.
+ doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+
+ languages = doc_gen.languages()
+ parser = argparse.ArgumentParser()
+ parser.add_argument(
+ "--languages",
+ choices=[*languages] + ["all"],
+ nargs="+",
+ help="The languages of the SDK. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--services",
+ choices=[*doc_gen.services.keys()] + ["all"],
+ nargs="+",
+ help="The targeted service. Choose from: %(choices)s.",
+ default=["all"],
+ )
+ parser.add_argument(
+ "--safe",
+ action="store_true",
+ help=f"Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme}).",
+ )
+ parser.add_argument(
+ "--verbose",
+ action="store_true",
+ help="When set, output verbose debugging info.",
+ )
+ parser.add_argument(
+ "--dry-run",
+ action="store_true",
+ dest="dry_run",
+ help="In dry run, compare current vs generated and exit with failure if they do not match.",
+ default=False, # Change this to default false when we're ready to use this generally.
+ )
+ parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
+ parser.add_argument("--check", dest="dry_run", action="store_true")
+ parser.add_argument("--diff", action="store_true", default=False)
+ args = parser.parse_args()
+
+ if "all" in args.languages:
+ args.languages = [*languages]
+
+ if "all" in args.services:
+ args.services = [*doc_gen.services.keys()]
+
+ if args.verbose:
+ logging.basicConfig(level=logging.DEBUG)
+
+ logging.debug(f"Args configuration: {args}")
+
+ if args.dry_run:
+ print("Dry run, no changes will be made.")
+
+ skipped = []
+ failed = []
+ written = []
+ non_writeme = []
+ unchanged = []
+ no_folder = []
+
+ scanner = prepare_scanner(doc_gen)
+ if scanner is None:
+ return -1
+
+ renderer = Renderer(scanner)
+
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ write_language_json(doc_gen, language)
+
+ for service in args.services:
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ write_service_json(doc_gen, service, language)
+ id = f"{language}:{version}:{service}"
+ try:
+ renderer.set_example(service, language, int(version), args.safe)
+
+ logging.debug("Rendering %s", id)
+ render_status = renderer.render()
+ logging.debug("Status %s", render_status)
+
+ if render_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ diff = None
+ if args.diff:
+ diff = make_diff(renderer, id)
+ failed.append((id, diff))
+ else:
+ renderer.write()
+ written.append(id)
+ elif render_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ elif render_status == RenderStatus.UNMANAGED:
+ non_writeme.append(id)
+ elif render_status == RenderStatus.NO_EXAMPLES:
+ skipped.append(id)
+ elif render_status == RenderStatus.NO_FOLDER:
+ no_folder.append(id)
+ elif render_status == RenderStatus.UNIMPLEMENTED:
+ pass
+ except FileNotFoundError as fnfe:
+ logging.debug(fnfe, exc_info=True)
+ skipped.append(id)
+ except MissingMetadataError as mme:
+ logging.debug(mme, exc_info=True)
+ failed.append(id)
+ except Exception as e:
+ logging.error(e, exc_info=True)
+ failed.append(id)
+
+ skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
+ logging.debug(skip_list or "(None Skipped)")
+ if unchanged:
+ unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
+ print(unchanged_list)
+ if non_writeme:
+ non_writeme_list = "\n".join(f"Non-WRITEME: {f}" for f in sorted(non_writeme))
+ print(non_writeme_list)
+ if no_folder:
+ no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
+ print(no_folder_list)
+ if not args.dry_run:
+ done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
+ print(done_list or "(None Written)")
+ if failed:
+ if args.diff:
+ failed_list = "\n".join(
+ f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
+ )
+ else:
+ failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ print(failed_list)
+ print("Rerun writeme.py to update README links and sections.")
+ print("WRITEME Run completed.")
+ return len(failed)
+
+
+def make_diff(renderer, id):
+ current = renderer.read_current().split("\n")
+ expected = renderer.readme_text.split("\n")
+ diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
+ return "\n".join(diff)
+
+
+def write_service_json(doc_gen, service_name, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_{service_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+ doc_gen.fill_missing_fields()
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ for sdk_version in language.versions:
+ for svc_name in example.services:
+ if svc_name == service_name and lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
+
+
+def write_language_json(doc_gen, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ if lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
diff --git a/.tools/readmes/scanner.py b/.tools/scanners/scanner.py
similarity index 100%
rename from .tools/readmes/scanner.py
rename to .tools/scanners/scanner.py
diff --git a/.tools/readmes/service_readme.jinja2 b/.tools/scanners/service_readme.jinja2
similarity index 100%
rename from .tools/readmes/service_readme.jinja2
rename to .tools/scanners/service_readme.jinja2
diff --git a/.tools/readmes/setup.py b/.tools/scanners/setup.py
similarity index 100%
rename from .tools/readmes/setup.py
rename to .tools/scanners/setup.py
diff --git a/.tools/readmes/update.py b/.tools/scanners/update.py
similarity index 100%
rename from .tools/readmes/update.py
rename to .tools/scanners/update.py
diff --git a/.tools/readmes/writeme.py b/.tools/scanners/writeme.py
similarity index 100%
rename from .tools/readmes/writeme.py
rename to .tools/scanners/writeme.py
diff --git a/python/example_code/acm/examples_catalog.json b/python/example_code/acm/examples_catalog.json
new file mode 100644
index 00000000000..27169787902
--- /dev/null
+++ b/python/example_code/acm/examples_catalog.json
@@ -0,0 +1,1315 @@
+{
+ "examples": [
+ {
+ "id": "acm_DescribeCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.describe_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ACM.dotnetv3.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/ACM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "DescribeCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_GetCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.GetCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.GetCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "GetCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ListCertificates",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.list_certs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ACM.dotnetv3.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/ACM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListCertificates"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ImportCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.import_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ImportCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ImportCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ImportCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_DeleteCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.del_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "DeleteCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_AddTagsToCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.add_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.AddTagsToCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.AddTagsToCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "AddTagsToCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ListTagsForCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.list_cert_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ListTagsForCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ListTagsForCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListTagsForCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListTagsForCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_RemoveTagsFromCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.remove_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RemoveTagsFromCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.RemoveTagsFromCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "RemoveTagsFromCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RemoveTagsFromCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_RequestCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.request_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RequestCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.RequestCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "RequestCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RequestCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ResendValidationEmail",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ResendValidationEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ResendValidationEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ResendValidationEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ResendValidationEmail_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_Usage_ImportListRemove",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &ACM; operations.",
+ "snippet_tags": [
+ "python.example_code.acm.imports",
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RequestCertificate",
+ "python.example_code.acm.ImportCertificate",
+ "python.example_code.acm.ListCertificates",
+ "python.example_code.acm.DescribeCertificate",
+ "python.example_code.acm.GetCertificate",
+ "python.example_code.acm.AddTagsToCertificate",
+ "python.example_code.acm.ListTagsForCertificate",
+ "python.example_code.acm.RemoveTagsFromCertificate",
+ "python.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to manage certificates for your account.",
+ "snippet_tags": [
+ "python.example_code.acm.Usage_ImportListRemove"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListCertificates",
+ "AddTagsToCertificate",
+ "RequestCertificate",
+ "GetCertificate",
+ "DeleteCertificate",
+ "ImportCertificate",
+ "ListTagsForCertificate",
+ "RemoveTagsFromCertificate",
+ "DescribeCertificate",
+ "ResendValidationEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_Usage_ImportListRemove_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Request a certificate from &ACM;.",
+ "Import a self-signed certificate.",
+ "List and describe certificates.",
+ "Remove certificates."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/api-gateway/examples_catalog.json b/python/example_code/api-gateway/examples_catalog.json
new file mode 100644
index 00000000000..bd023b310ca
--- /dev/null
+++ b/python/example_code/api-gateway/examples_catalog.json
@@ -0,0 +1,1096 @@
+{
+ "examples": [
+ {
+ "id": "api-gateway_CreateDeployment",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.create_deployment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateDeployment",
+ "python.example_code.api-gateway.Helper.ApiUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateDeployment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateDeployment_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_CreateResource",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_CreateRestApi",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.create_api.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateRestApi"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateRestApi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_DeleteRestApi",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.delete_api.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.DeleteRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "DeleteRestApi"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteRestApi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_GetResources",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "GetResources"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetResources_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_GetRestApis",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.GetRestApis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Displays the Amazon API Gateway REST APIs in the Region.",
+ "snippet_tags": [
+ "apigateway.rust.get_rest_apis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "GetRestApis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetRestApis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutIntegration",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutIntegration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegration_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutIntegrationResponse",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutIntegrationResponse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegrationResponse_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutMethod",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutMethod"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethod_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutMethodResponse",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutMethodResponse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethodResponse_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_Usage_CreateDeployRest",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &ABP; operations.",
+ "snippet_tags": [
+ "python.example_code.api-gateway.imports",
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi",
+ "python.example_code.api-gateway.CreateResource",
+ "python.example_code.api-gateway.PutIntegration",
+ "python.example_code.api-gateway.CreateDeployment",
+ "python.example_code.api-gateway.Helper.ApiUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy a REST API and call it with the Requests package.",
+ "snippet_tags": [
+ "python.example_code.api-gateway.Usage_CreateDeployRest"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and deploy a REST API using an &AWS; SDK",
+ "title_abbrev": "Create and deploy a REST API",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateResource",
+ "GetRestApis",
+ "PutMethod",
+ "PutMethodResponse",
+ "PutIntegration",
+ "GetResources",
+ "DeleteRestApi",
+ "PutIntegrationResponse",
+ "CreateRestApi",
+ "CreateDeployment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_Usage_CreateDeployRest_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a REST API served by &ABP;.",
+ "Add resources to the REST API to represent a user profile.",
+ "Add integration methods so that the REST API uses a &DDB; table to store user profile data.",
+ "Send HTTP requests to the REST API to add and retrieve user profiles."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/auditmanager/examples_catalog.json b/python/example_code/auditmanager/examples_catalog.json
new file mode 100644
index 00000000000..56dca06ff1b
--- /dev/null
+++ b/python/example_code/auditmanager/examples_catalog.json
@@ -0,0 +1,199 @@
+{
+ "examples": [
+ {
+ "id": "auditmanager_Scenario_CreateAssessmentReport",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CreateAssessmentReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; assessment report that contains one day of evidence using an &AWS; SDK",
+ "title_abbrev": "Create an assessment report",
+ "synopsis": "create an &AM; assessment report that contains one day of evidence.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "GetAssessment",
+ "GetEvidenceByEvidenceFolder",
+ "BatchDisassociateAssessmentReportEvidence",
+ "DisassociateAssessmentReportEvidenceFolder",
+ "GetEvidenceFoldersByAssessment",
+ "GetAssessmentReportUrl",
+ "AssociateAssessmentReportEvidenceFolder",
+ "ListAssessmentReports",
+ "CreateAssessmentReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CreateAssessmentReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auditmanager_Scenario_CustomFrameworkFromConformancePack",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CustomFrameworkFromConformancePack"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; custom framework from an &CC; conformance pack using an &AWS; SDK",
+ "title_abbrev": "Create a custom framework from an &CC; conformance pack",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "CreateControl",
+ "CreateAssessmentFramework"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromConformancePack_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a list of &CC; conformance packs.",
+ "Create an &AM; custom control for each managed rule in a conformance pack.",
+ "Create an &AM; custom framework that contains the controls."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "auditmanager_Scenario_CustomFrameworkFromSecurityHub",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CustomFrameworkFromSecurityHub"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; custom framework that contains &ASH; controls using an &AWS; SDK",
+ "title_abbrev": "Create a custom framework that contains &ASH; controls",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "CreateAssessmentFramework",
+ "ListControls",
+ "GetControl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromSecurityHub_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a list of all standard controls that have &ASH; as their data source.",
+ "Create an &AM; custom framework that contains the controls."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
new file mode 100644
index 00000000000..bc512b257a0
--- /dev/null
+++ b/python/example_code/aurora/examples_catalog.json
@@ -0,0 +1,4499 @@
+{
+ "examples": [
+ {
+ "id": "aurora_Hello",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.HelloAurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.aurora.hello_aurora.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_aurora.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.aurora.hello_aurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora/hello_aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/bin/hello-world.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.HelloRDSAurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_aurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AUR;",
+ "title_abbrev": "Hello &AUR;",
+ "synopsis": "get started using &AUR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterParameterGroups",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.param.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterParameterGroups1",
+ "cpp.example_code.aurora.DescribeDBClusterParameterGroups2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterParameterGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.create.params.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.param.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.set_engine.usage",
+ "rust.aurora.create_db_cluster_parameter_group.wrapper",
+ "rust.aurora.set_engine.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_cluster_parameter_group.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterParameters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.cluster_parameters.usage",
+ "rust.aurora.describe_db_cluster_parameters.wrapper",
+ "rust.aurora.cluster_parameters.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_ModifyDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.mod.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.param.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.update_auto_increment.usage",
+ "rust.aurora.modify_db_cluster_parameter_group.wrapper",
+ "rust.aurora.update_auto_increment.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "ModifyDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.describe_db_clusters.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBCluster",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_cluster.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBCluster",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_cluster.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBClusterSnapshot",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_cluster_snapshot.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBClusterSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterSnapshots",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.wait.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.wait.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterSnapshots_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBInstance",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.db.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBInstance_InCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_instance.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBEngineVersions",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeEngineVersionsAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.get.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.describe.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.get_engines.usage",
+ "rust.aurora.describe_db_engine_versions.wrapper",
+ "rust.aurora.get_engines.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBEngineVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBEngineVersions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeOrderableDBInstanceOptions",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.describe.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.get_instance_classes.usage",
+ "rust.aurora.describe_orderable_db_instance_options.wrapper",
+ "rust.aurora.get_instance_classes.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeOrderableDBInstanceOptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBInstances",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.wait.db.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.wait.instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.describe_db_instances.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBInstance",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_instance.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_Scenario_GetStartedClusters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "Aurora.dotnetv3.AuroraClusterScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "Aurora.dotnetv3.AuroraWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.aurora.Scenario_GetStartedClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.aurora.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.aurora.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.aurora.Scenario_GetStartedClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.get_started_clusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A library containing the scenario-specific functions for the Aurora scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/aurora_scenario/mod.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Tests for the library using automocks around the RDS Client wrapper.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/aurora_scenario/tests.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A binary to run the scenario from front to end, using inquirer so that the user can make some decisions.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/bin/aurora-scenario.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper around the Amazon RDS service that allows automocking for tests.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/rds.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The Cargo.toml with dependencies used in this scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/Cargo.toml"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBCluster",
+ "DeleteDBInstance",
+ "CreateDBClusterSnapshot",
+ "DescribeDBClusterParameterGroups",
+ "DescribeDBEngineVersions",
+ "DescribeDBClusterParameters",
+ "ModifyDBClusterParameterGroup",
+ "DescribeOrderableDBInstanceOptions",
+ "DescribeDBClusters",
+ "DeleteDBClusterParameterGroup",
+ "CreateDBClusterParameterGroup",
+ "CreateDBCluster",
+ "DescribeDBInstances",
+ "CreateDBInstance",
+ "DescribeDBClusterSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Scenario_GetStartedClusters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a custom &AUR; DB cluster parameter group and set parameter values.",
+ "Create a DB cluster that uses the parameter group.",
+ "Create a DB instance that contains a database.",
+ "Take a snapshot of the DB cluster, then clean up resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
new file mode 100644
index 00000000000..e848f63929e
--- /dev/null
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -0,0 +1,3478 @@
+{
+ "examples": [
+ {
+ "id": "auto-scaling_Hello",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.HelloAutoScaling"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.basics.helloService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "auto-scaling.ruby.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.list-autoscaling-groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.hello_autoscaling.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_autoscaling.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.hello_autoscaling"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling/hello_autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AS;",
+ "title_abbrev": "Hello &AS;",
+ "synopsis": "get started using &AS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_CreateAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.CreateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.createAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.create_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.create_scaling_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.CreateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.create-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.create_autoscaling_group1",
+ "cpp.example_code.autoscaling.create_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "CreateAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DeleteAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScaling.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.del_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.del_scaling_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.deleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.auto-scaling.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.delete-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.delete_autoscaling_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DeleteAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeAutoScalingGroups",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_autoscalinggroups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeAutoScalingGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeAutoScalingGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.list-autoscaling-groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_autoscaling_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_UpdateAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.update_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.update_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.UpdateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.updateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.UpdateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.update-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.update_autoscaling_group1",
+ "cpp.example_code.autoscaling.update_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.TerminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.terminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.TerminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.terminate_instance_autoscaling_group1",
+ "cpp.example_code.autoscaling.terminate_instance_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.terminate_some_instance",
+ "rust.auto-scaling.scenario.get_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "TerminateInstanceInAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_SetDesiredCapacity",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.set_capacity.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.set_capacity.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.SetDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.setDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.SetDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.set_desired_capacity1",
+ "cpp.example_code.autoscaling.set_desired_capacity2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.scale_desired_capacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "SetDesiredCapacity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeAutoScalingInstances",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_autoscaling_instances1",
+ "cpp.example_code.autoscaling.describe_autoscaling_instances2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.list_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeScalingActivities",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_scaling_activites.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_scaling_activites.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_scaling_activities1",
+ "cpp.example_code.autoscaling.describe_scaling_activities2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.describe_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeScalingActivities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_EnableMetricsCollection",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.enable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.enable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.EnableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.enableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.EnableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.enable_metrics_collection1",
+ "cpp.example_code.autoscaling.enable_metrics_collection2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.enable_metrics_collection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "EnableMetricsCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DisableMetricsCollection",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.disable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.disable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DisableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.disableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DisableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.disable_metrics_collection1",
+ "cpp.example_code.autoscaling.disable_metrics_collection2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.disable_metrics_collection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DisableMetricsCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_AttachLoadBalancerTargetGroups",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScaling.AttachLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.auto-scaling.AttachLoadBalancerTargetGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.AttachTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "AttachLoadBalancerTargetGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_Scenario_GroupsAndInstances",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingBasics.Usings",
+ "AutoScaling.dotnetv3.AutoScalingBasics",
+ "AutoScaling.dotnetv3.AutoScalingBasics.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &AS;, &EC2;, and &CW; actions.",
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.AutoScalingWrapper",
+ "AutoScaling.dotnetv3.AutoScalingActions.EC2Wrapper",
+ "AutoScaling.dotnetv3.AutoScalingActions.CloudWatchWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.create_scaling_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.create_scaling_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.auto-scaling.Scenario_GroupsAndInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &EC2; and &CW; actions.",
+ "snippet_tags": [
+ "python.example_code.auto-scaling.helper.ServiceHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.groups_and_instances_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/auto-scaling/Cargo.toml",
+ "rustv1/examples/auto-scaling/src/bin/scenario.rs",
+ "rustv1/examples/auto-scaling/src/lib.rs",
+ "rustv1/examples/auto-scaling/src/scenario.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeScalingActivities",
+ "EnableMetricsCollection",
+ "UpdateAutoScalingGroup",
+ "SetDesiredCapacity",
+ "TerminateInstanceInAutoScalingGroup",
+ "DisableMetricsCollection",
+ "DescribeAutoScalingInstances",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ASlong; group with a launch template and Availability Zones, and get information about running instances.",
+ "Enable &CWlong; metrics collection.",
+ "Update the group's desired capacity and wait for an instance to start.",
+ "Terminate an instance in the group.",
+ "List scaling activities that occur in response to user requests and capacity changes.",
+ "Get statistics for &CW; metrics, then clean up resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-agent-runtime/examples_catalog.json b/python/example_code/bedrock-agent-runtime/examples_catalog.json
new file mode 100644
index 00000000000..5c9f280e091
--- /dev/null
+++ b/python/example_code/bedrock-agent-runtime/examples_catalog.json
@@ -0,0 +1,310 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-agent-runtime_InvokeAgent",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.InvokeAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeAgent_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent-runtime_InvokeFlow",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke a flow.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.InvokeFlow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeFlow_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent-runtime_Scenario_ConverseWithFlow",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.flow_conversation.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Converse with an &BRlong; flow",
+ "title_abbrev": "",
+ "synopsis": "use InvokeFlow to converse with an &BRlong; flow that includes an agent node.",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Converse with an &BRlong; flow",
+ "url": "bedrock/latest/userguide/flows-multi-turn-invocation.html"
+ },
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_Scenario_ConverseWithFlow_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-agent/examples_catalog.json b/python/example_code/bedrock-agent/examples_catalog.json
new file mode 100644
index 00000000000..78a0b9508c5
--- /dev/null
+++ b/python/example_code/bedrock-agent/examples_catalog.json
@@ -0,0 +1,889 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-agent_CreateAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/create-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_CreateAgentActionGroup",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent action group.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgentActionGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgentActionGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentActionGroup_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_CreateAgentAlias",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent alias.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgentAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgentAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_DeleteAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/delete-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.DeleteAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "DeleteAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_DeleteAgentAlias",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent alias.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.DeleteAgentAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "DeleteAgentAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgentAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_GetAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/get-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.GetAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "GetAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgents",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the agents belonging to an account.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/list-agents.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the agents belonging to an account.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgents"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgentActionGroups",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the action groups for an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/list-agent-action-groups.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the action groups for an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgentActionGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgentActionGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentActionGroups_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgentKnowledgeBases",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the knowledge bases associated with an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgentKnowledgeBases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgentKnowledgeBases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentKnowledgeBases_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_PrepareAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Prepare an agent for internal testing.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.PrepareAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "PrepareAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_GettingStartedWithBedrockAgents",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and invoke an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.Scenario_GettingStartedBedrockAgents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "An end-to-end example showing how to create and invoke &BRA; using an &AWS; SDK",
+ "title_abbrev": "Create and invoke an agent",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgent",
+ "ListAgents",
+ "ListAgentKnowledgeBases",
+ "DeleteAgent",
+ "ListAgentActionGroups",
+ "CreateAgentAlias",
+ "CreateAgentActionGroup",
+ "DeleteAgentAlias",
+ "PrepareAgent",
+ "GetAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an execution role for the agent.",
+ "Create the agent and deploy a DRAFT version.",
+ "Create a Lambda function that implements the agent's capabilities.",
+ "Create an action group that connects the agent to the Lambda function.",
+ "Deploy the fully configured agent.",
+ "Invoke the agent with user-provided prompts.",
+ "Delete all created resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
new file mode 100644
index 00000000000..a36dfaf22c3
--- /dev/null
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -0,0 +1,5389 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-runtime_Hello",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.bedrock-runtime.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a prompt to a model with the InvokeModel operation.",
+ "snippet_tags": [
+ "bedrock-runtime.example_code.hello_bedrock_invoke.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a user message to a model with the Converse operation.",
+ "snippet_tags": [
+ "bedrock-runtime.example_code.hello_bedrock_converse.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &BR;",
+ "title_abbrev": "Hello &BR;",
+ "synopsis": "get started using &BR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke AI21 Labs Jurassic-2 on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "category": "AI21 Labs Jurassic-2",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AmazonNovaText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a conversation of messages to Amazon Nova using Bedrock's Converse API with a tool configuration.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "category": "Amazon Nova",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AmazonTitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUse",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.WeatherTool"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The Converse API action with a tool configuration.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime/Scenarios/ConverseToolScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utilities to print the Message Content Blocks.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use example illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_MetaLlama",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_Mistral",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Nova",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude and stream reply tokens, using Bedrock's ConverseStream API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.ConverseStream_AnthropicClaude.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_MetaLlama",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_Mistral",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/ai21LabsJurassic2/invoke_model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke AI21 Labs Jurassic-2 models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
+ "category": "AI21 Labs Jurassic-2",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_TitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to generate a short story.",
+ "snippet_tags": [
+ "bedrock-runtime.kotlin.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/amazonTitanText/invoke_model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text. This example uses features of /US2/CL_JSON which might not be available on some NetWeaver versions.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_claude_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_claude_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Anthropic Claude 3 foundation model to generate text using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_claude_v3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/bdr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_CohereCommandR",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command R and R+",
+ "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_MetaLlama3",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModel_Llama3_Quickstart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_MistralAi",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_MistralAi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/mistral/invoke_mistral_7b.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral AI models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_TitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWithResponseStreamWrapper.struct",
+ "gov2.bedrock-runtime.InvokeModelWithResponseStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModelWithResponseStream_Llama3_Quickstart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MistralAi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral AI models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Nova Canvas.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova Canvas on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Nova Canvas on &BR; to generate an image.",
+ "category": "Amazon Nova Canvas",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanImageGenerator"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Image on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Titan Image on &BR; to generate an image.",
+ "category": "Amazon Titan Image Generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_StableDiffusion",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_StableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_StableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeStableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_stable_diffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Stability.ai Stable Diffusion XL foundation model to generate images using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_stable_diffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/bdr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Stability.ai Stable Diffusion XL on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on &BR; to generate an image.",
+ "category": "Stable Diffusion",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create your first embedding with Titan Text Embeddings V2.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke Titan Text Embeddings V2 configuring the number of dimensions and normalization.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings_AdditionalFields"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create your first embedding with Amazon Titan Text Embeddings.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanTextEmbeddings"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text Embeddings on &BR;",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "",
+ "category": "Amazon Titan Text Embeddings",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get started creating your first embedding.",
+ "Create embeddings configuring the number of dimensions and normalization (V2 only)."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utilities to print the Message Content Blocks.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_FMPlayground",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_FMPlayground_NetV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_FMPlayground_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_FMPlayground_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a sample application that offers playgrounds to interact with &BR; foundation models using an &AWS; SDK",
+ "title_abbrev": "Create a playground application to interact with &BR; foundation models",
+ "synopsis": "create playgrounds to interact with &BR; foundation models through different modalities.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock-runtime",
+ "services": {
+ "bedrock-runtime": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_FMPlayground_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
new file mode 100644
index 00000000000..3edcecaa31c
--- /dev/null
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -0,0 +1,603 @@
+{
+ "examples": [
+ {
+ "id": "bedrock_Hello",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.bedrock.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Bedrock.dotnetv3.BedrockActions.HelloBedrock"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "bedrock.example_code.hello_bedrock.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &BR;",
+ "title_abbrev": "Hello &BR;",
+ "synopsis": "get started using &BR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "ListFoundationModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock_GetFoundationModel",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model using the synchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.get_foundation_model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get details about a foundation model using the asynchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.get_foundation_model_async.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/actions/get-foundation-model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model.",
+ "snippet_tags": [
+ "python.example_code.bedrock.GetFoundationModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "GetFoundationModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock_ListFoundationModels",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available Bedrock foundation models.",
+ "snippet_tags": [
+ "gov2.bedrock.FoundationModelWrapper.struct",
+ "gov2.bedrock.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models using the synchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.list_foundation_models.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the available &BRlong; foundation models using the asynchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.list_foundation_models_async.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available foundation models.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/actions/list-foundation-models.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "bedrock.kotlin.list_foundation_models.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "php.example_code.bedrock.service.listFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "python.example_code.bedrock.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available Bedrock foundation models.",
+ "snippet_tags": [
+ "Bedrock.dotnetv3.BedrockActions.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "ListFoundationModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudfront/examples_catalog.json b/python/example_code/cloudfront/examples_catalog.json
new file mode 100644
index 00000000000..086f16ba88a
--- /dev/null
+++ b/python/example_code/cloudfront/examples_catalog.json
@@ -0,0 +1,215 @@
+{
+ "examples": [
+ {
+ "id": "cloudfront_ListDistributions",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.ListDistributions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "ListDistributions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudfront_GetDistributionConfig",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.UpdateDistribution"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "GetDistributionConfig"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudfront_UpdateDistribution",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudfront.java2.mod.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.UpdateDistribution"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "UpdateDistribution"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_UpdateDistribution_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudwatch-logs/examples_catalog.json b/python/example_code/cloudwatch-logs/examples_catalog.json
new file mode 100644
index 00000000000..e3365e85cce
--- /dev/null
+++ b/python/example_code/cloudwatch-logs/examples_catalog.json
@@ -0,0 +1,411 @@
+{
+ "examples": [
+ {
+ "id": "cloudwatch-logs_GetQueryResults",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cloudwatch-logs.actions.GetQueryResults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch_logs.get_query_results"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "GetQueryResults"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetQueryResults_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch-logs_StartQuery",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cloudwatch-logs.actions.StartQuery"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch_logs.start_query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "StartQuery"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch-logs_Scenario_BigQuery",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This is the entry point.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This is a class that splits queries into multiple steps if necessary.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/cloud-watch-query.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This file invokes an example module for managing CloudWatch queries exceeding 10,000 results.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/cloudwatch-logs/scenarios/large-query/exec.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This module processes CloudWatch queries exceeding 10,000 results.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs/scenarios/large-query",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &CWL; to run a large query",
+ "title_abbrev": "Run a large query",
+ "synopsis": "use &CWL; to query more than 10,000 records.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "GetQueryResults",
+ "StartQuery"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudwatch/examples_catalog.json b/python/example_code/cloudwatch/examples_catalog.json
new file mode 100644
index 00000000000..b38b9fa8a2f
--- /dev/null
+++ b/python/example_code/cloudwatch/examples_catalog.json
@@ -0,0 +1,2342 @@
+{
+ "examples": [
+ {
+ "id": "cloudwatch_DeleteAlarms",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.del.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.delete_alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.delete_alarm.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the alarm.",
+ "snippet_tags": [
+ "cw.cpp.delete_alarm.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.deleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.delete_alarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DeleteAlarms"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAlarms_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_DescribeAlarmsForMetric",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DescribeAlarmsForMetric"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.check.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.check.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.DescribeAlarmsForMetric"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.displayMetricInfo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.describe_alarms.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Describe the alarms.",
+ "snippet_tags": [
+ "cw.cpp.describe_alarms.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DescribeAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.alarms.describeAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DescribeAlarmsForMetric"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_DisableAlarmActions",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.disable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.disable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.disableAnAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.disable_alarm_actions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.disable_alarm_actions.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Disable the alarm actions.",
+ "snippet_tags": [
+ "cw.cpp.disable_alarm_actions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.disableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DisableAlarmActions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DisableAlarmActions_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_EnableAlarmActions",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.EnableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.enable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.enable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.enable_alarm_actions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.enable_alarm_actions.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Enable the alarm actions.",
+ "snippet_tags": [
+ "cw.cpp.enable_alarm_actions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.EnableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.enableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "EnableAlarmActions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_EnableAlarmActions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_GetMetricStatistics",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.display.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.display.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.GetMetricStatisticsSetup",
+ "CloudWatch.dotnetv3.GetMetricStatistics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.GetMetricStatistics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "GetMetricStatistics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricStatistics_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_ListMetrics",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.list.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.list_metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.listMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.list_metrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.list_metrics.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the metrics.",
+ "snippet_tags": [
+ "cw.cpp.list_metrics.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.metrics.listMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "ListMetrics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListMetrics_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_PutMetricAlarm",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.create.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.put_metric_alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.put_metric_alarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_alarm.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the alarm to watch the metric.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_alarm.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.alarms.putMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricAlarm"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricAlarm_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_PutMetricData",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.PutMetricDataSetup",
+ "CloudWatch.dotnetv3.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.add.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.add.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put a set of data into a &CW; metric.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData_DataSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.addDataPoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_data.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put data into the metric.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_data.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.metrics.putMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricData"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricData_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_Usage_MetricsAlarms",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &CW; operations.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.imports",
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData_DataSet",
+ "python.example_code.cloudwatch.PutMetricAlarm",
+ "python.example_code.cloudwatch.PutMetricData",
+ "python.example_code.cloudwatch.GetMetricStatistics",
+ "python.example_code.cloudwatch.DescribeAlarmsForMetric",
+ "python.example_code.cloudwatch.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to put data in a metric, trigger an alarm that watches the metric, and get data from the alarm.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.Usage_MetricsAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &CW; metrics and alarms using an &AWS; SDK",
+ "title_abbrev": "Manage metrics and alarms",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricAlarm",
+ "ListMetrics",
+ "DescribeAlarmsForMetric",
+ "GetMetricStatistics",
+ "DisableAlarmActions",
+ "PutMetricData",
+ "EnableAlarmActions",
+ "DeleteAlarms"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Usage_MetricsAlarms_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an alarm to watch a &CW; metric.",
+ "Put data into a metric and trigger the alarm.",
+ "Get data from the alarm.",
+ "Delete the alarm."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/codecommit/examples_catalog.json b/python/example_code/codecommit/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/codecommit/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/codepipeline/examples_catalog.json b/python/example_code/codepipeline/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/codepipeline/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
new file mode 100644
index 00000000000..ddca3f33c99
--- /dev/null
+++ b/python/example_code/cognito/examples_catalog.json
@@ -0,0 +1,2793 @@
+{
+ "examples": [
+ {
+ "id": "cognito-identity-provider_Hello",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.cognito.hello_cognito.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_cognito.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.cognito.hello_cognito"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito/hello_cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.HelloCognito"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_cognito.list_user_pools"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &COG;",
+ "title_abbrev": "Hello &COG;",
+ "synopsis": "get started using &COG;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ListUserPools"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_SignUp",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.CognitoActions.struct",
+ "gov2.cognito-identity-provider.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.signup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "SignUp"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminGetUser",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.GetAdminUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.getuser.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.getuser.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminGetUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_get_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminGetUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ResendConfirmationCode",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.resend.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.resend.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.resend_confirmation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ResendConfirmationCode"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ConfirmSignUp",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.confirm_signup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ConfirmSignUp"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ListUsers",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.ListUsers.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.ListUsers.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ListUsers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminInitiateAuth",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.initiateauth.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.initiateauth.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_initiate_auth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminInitiateAuth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AssociateSoftwareToken",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.associate_software_token"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AssociateSoftwareToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_VerifySoftwareToken",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.token.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.token.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.verify_software_token"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "VerifySoftwareToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminRespondToAuthChallenge",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Respond to an MFA challenge by providing a code generated by an associated MFA application.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_respond_to_auth_challenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminRespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ConfirmDevice",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ConfirmDevice"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_InitiateAuth",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.CognitoActions.struct",
+ "gov2.cognito-identity-provider.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example shows you how to start authentication with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "InitiateAuth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_RespondToAuthChallenge",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sign in with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.RespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.RespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "RespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.Main",
+ "Cognito.dotnetv3.CognitoWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &COG; functions used in the scenario.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.CognitoIdentityProviderWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario. This example also registers an MFA device to be tracked by &COG; and shows you how to sign in by using a password and information from the tracked device. This avoids the need to enter a new MFA code.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.Scenario_SignUpUserWithMfa"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "For the best experience, clone the GitHub repository and run this example. The following code represents a sample of the full example application.",
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.scenarios.basic.SignUpHandler",
+ "javascript.v3.cognito-idp.actions.SignUp",
+ "javascript.v3.cognito-idp.scenarios.basic.ConfirmSignUpHandler",
+ "javascript.v3.cognito-idp.actions.ConfirmSignUp",
+ "javascript.v3.cognito-idp.scenarios.basic.AdminInitiateAuthHandler",
+ "javascript.v3.cognito-idp.actions.AdminInitiateAuth",
+ "javascript.v3.cognito-idp.scenarios.basic.AdminRespondToAuthChallengeHandler",
+ "javascript.v3.cognito-idp.actions.RespondToAuthChallenge",
+ "javascript.v3.cognito-idp.scenarios.basic.VerifySoftwareTokenHandler",
+ "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/scenarios/basic",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.getting_started_with_user_pools"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Sign up a user with an &COG; user pool that requires MFA using an &AWS; SDK",
+ "title_abbrev": "Sign up a user with a user pool that requires MFA",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminGetUser",
+ "AssociateSoftwareToken",
+ "ListUsers",
+ "ConfirmDevice",
+ "InitiateAuth",
+ "ConfirmSignUp",
+ "VerifySoftwareToken",
+ "AdminRespondToAuthChallenge",
+ "ResendConfirmationCode",
+ "SignUp",
+ "AdminInitiateAuth",
+ "RespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Sign up and confirm a user with a username, password, and email address.",
+ "Set up multi-factor authentication by associating an MFA application with the user.",
+ "Sign in by using a password and an MFA code."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
new file mode 100644
index 00000000000..bc9c3e8439c
--- /dev/null
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -0,0 +1,1676 @@
+{
+ "examples": [
+ {
+ "id": "comprehend_CreateDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.classifier.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.CreateDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "CreateDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_CreateDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListDocumentClassifiers",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.ListDocumentClassifiers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassifiers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DeleteDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DeleteDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DeleteDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_StartDocumentClassificationJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.StartDocumentClassificationJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartDocumentClassificationJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeDocumentClassificationJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassificationJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeDocumentClassificationJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListDocumentClassificationJobs",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.ListDocumentClassificationJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassificationJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_ComprehendClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a wrapper class to call &CMP; document classifier actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.CreateDocumentClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassifier",
+ "python.example_code.comprehend.ListDocumentClassifiers",
+ "python.example_code.comprehend.DeleteDocumentClassifier",
+ "python.example_code.comprehend.StartDocumentClassificationJob",
+ "python.example_code.comprehend.DescribeDocumentClassificationJob",
+ "python.example_code.comprehend.ListDocumentClassificationJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class to help run the scenario.",
+ "snippet_tags": [
+ "python.example_code.comprehend.helper.ClassifierDemo_class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Train a classifier on a set of GitHub issues with known labels, then send a second set of GitHub issues to the classifier so that they can be labeled.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Scenario_CustomClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Train a custom &CMP; classifier and classify documents using an &AWS; SDK",
+ "title_abbrev": "Train a custom classifier and classify documents",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassificationJobs",
+ "ListDocumentClassifiers",
+ "DeleteDocumentClassifier",
+ "DescribeDocumentClassificationJob",
+ "StartDocumentClassificationJob",
+ "CreateDocumentClassifier",
+ "DescribeDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &CMP; multi-label classifier.",
+ "Train the classifier on sample data.",
+ "Run a classification job on a second set of data.",
+ "Extract the job output data from &S3;."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectDominantLanguage",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectDominantLanguageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_language.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectDominantLanguage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectDominantLanguage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectEntities",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectEntitiesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_entities.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectEntities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectKeyPhrases",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingKeyPhraseExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_keyphrases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectKeyPhrases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectKeyPhrases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectPiiEntities",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingPIIExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectPiiEntities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectPiiEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectSentiment",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingSentimentExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_sentiment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectSentiment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSentiment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectSyntax",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingSyntaxExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_syntax.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectSyntax"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSyntax"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_DetectApis",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &CMPlong; actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect_imports",
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectDominantLanguage",
+ "python.example_code.comprehend.DetectEntities",
+ "python.example_code.comprehend.DetectKeyPhrases",
+ "python.example_code.comprehend.DetectPiiEntities",
+ "python.example_code.comprehend.DetectSentiment",
+ "python.example_code.comprehend.DetectSyntax"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to detect entities, phrases, and more in a document.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Usage_DetectApis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect document elements with &CMP; and an &AWS; SDK",
+ "title_abbrev": "Detect document elements",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSentiment",
+ "DetectKeyPhrases",
+ "DetectDominantLanguage",
+ "DetectSyntax",
+ "DetectEntities",
+ "DetectPiiEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Detect languages, entities, and key phrases in a document.",
+ "Detect personally identifiable information (PII) in a document.",
+ "Detect the sentiment of a document.",
+ "Detect syntax elements in a document."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_StartTopicsDetectionJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.TopicModelingExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.StartTopicsDetectionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeTopicsDetectionJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.DescribeTopicsDetectionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListTopicsDetectionJobs",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.ListTopicsDetectionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListTopicsDetectionJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_TopicModeler",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a wrapper class to call &CMP; topic modeling actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.StartTopicsDetectionJob",
+ "python.example_code.comprehend.DescribeTopicsDetectionJob",
+ "python.example_code.comprehend.ListTopicsDetectionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to run a topic modeling job and get job data.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Scenario_TopicModeler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run an &CMP; topic modeling job on sample data using an &AWS; SDK",
+ "title_abbrev": "Run a topic modeling job on sample data",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartTopicsDetectionJob",
+ "ListTopicsDetectionJobs",
+ "DescribeTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_TopicModeler_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Run an &CMP; topic modeling job on sample data.",
+ "Get information about the job.",
+ "Extract job output data from &S3;."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/config/examples_catalog.json b/python/example_code/config/examples_catalog.json
new file mode 100644
index 00000000000..b167fdbc007
--- /dev/null
+++ b/python/example_code/config/examples_catalog.json
@@ -0,0 +1,184 @@
+{
+ "examples": [
+ {
+ "id": "config-service_PutConfigRule",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.PutConfigRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "PutConfigRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "config-service_DescribeConfigRules",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.DescribeConfigRules"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "DescribeConfigRules"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRules_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "config-service_DeleteConfigRule",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.DeleteConfigRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "DeleteConfigRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/devicefarm/examples_catalog.json b/python/example_code/devicefarm/examples_catalog.json
new file mode 100644
index 00000000000..b0dbe0b01db
--- /dev/null
+++ b/python/example_code/devicefarm/examples_catalog.json
@@ -0,0 +1,131 @@
+{
+ "examples": [
+ {
+ "id": "device-farm_Scenario_BrowserTesting",
+ "file": "device-farm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use PyTest and Selenium to browse to specified websites, take screenshots, and compare actual website content with expected content.",
+ "snippet_tags": [
+ "python.example_code.device-farm.Scenario_BrowserTesting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/devicefarm/browser_testing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run browser tests with &ATP; and take screenshots using an &AWS; SDK",
+ "title_abbrev": "Run browser tests and take screenshots",
+ "synopsis": "run browser tests with &ATP; and take screenshots.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "device-farm": {
+ "__set__": [
+ "CreateTestGridUrl",
+ "GetTestGridSession"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_BrowserTesting_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "device-farm_Scenario_DeviceTesting",
+ "file": "device-farm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload compiled Android application and test packages to &ATP;, start a test, wait for test completion, and report the results.",
+ "snippet_tags": [
+ "python.example_code.device-farm.Scenario_DeviceTesting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/devicefarm/device_testing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Upload and test mobile device packages with &ATP; using an &AWS; SDK",
+ "title_abbrev": "Upload and test device packages",
+ "synopsis": "upload and test mobile device packages with &ATP;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "device-farm": {
+ "__set__": [
+ "ListSuites",
+ "ListTests",
+ "ScheduleRun",
+ "StopRun",
+ "ListArtifacts",
+ "GetUpload",
+ "GetRun",
+ "CreateUpload",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_DeviceTesting_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
new file mode 100644
index 00000000000..565fe3141ff
--- /dev/null
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -0,0 +1,8308 @@
+{
+ "examples": [
+ {
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/DynamoDbItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/dynamodb_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a web application to track &DDB; data",
+ "title_abbrev": "Create a web application to track &DDB; data",
+ "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "dynamodb",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Hello",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.HelloDynamoDB"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "For more details on working with &DDB; in &JSBlong;, see Programming &DDB; with JavaScript.",
+ "snippet_tags": [
+ "javascript.v3.dynamodb.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.hello_dynamodb.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_dynamodb.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb/hello_dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &DDB;",
+ "title_abbrev": "Hello &DDB;",
+ "synopsis": "get started using &DDB;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_CreateTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.create_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table.",
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.createTable",
+ "php.example_code.dynamodb.service.createTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table for storing movie data.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.create-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.createTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.createTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.create_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.createtable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchGetItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Shows how to get batch items using the service client.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.get.items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Shows how to get batch items using the service client and a paginator.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.get.items.paginator.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.LowLevelBatchGetExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.Batching_imports",
+ "python.example_code.dynamodb.BatchGetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchGet.",
+ "snippet_tags": [
+ "javascript.v3.dynamodb.doc-client.BatchGet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.batch.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.batch_get_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.batchgetitem.batchget"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.BatchGetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchGetItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DescribeTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.DescribeTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.describe_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.describe_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.describeTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.describeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.describe_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DescribeTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchWriteItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Writes a batch of items to the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Inserts many items into a table by using the service client.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.write.items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Inserts many items into a table by using the enhanced client.",
+ "snippet_tags": [
+ "dynamodb.java2.mapping.batchitems.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.batchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchWrite.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.movies.batchwriteV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.batch.WriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-writing",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.batch_write_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.populate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchWriteItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DeleteTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.delete_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.delete_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.delete_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.delete-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.deleteTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-deleting-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.delete_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.deletetable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_PutItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.put_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.put_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Puts an item into a table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.put_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.putItem",
+ "php.example_code.dynamodb.service.putItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.add-item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see PutCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.putV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an item in a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.putItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put an item in a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.put"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-writing-an-item",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.put_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.add-movie",
+ "ddb.swift.basics.movie.getasitem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "PutItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_GetItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.get_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Gets an item from a table by using the DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.getItem",
+ "php.example_code.dynamodb.service.getItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see GetCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.getV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.getItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.get"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-dynamodb-utilities.html#dynamodb-example-document-client-get",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.get_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.get"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "GetItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_UpdateItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.update_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.update_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Updates an item in a table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.update_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.updateItem",
+ "php.example_code.dynamodb.service.updateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update an item by using an update expression.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.UpdateItem.UpdateExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item by using an update expression that includes an arithmetic operation.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.UpdateItem.UpdateExpression.Arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item only when it meets certain conditions.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.UpdateItem.ConditionalExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.UpdateItem.UpdateExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see UpdateCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.updateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.update_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "UpdateItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DeleteItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.delete_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.delete_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.key",
+ "php.example_code.dynamodb.basics.deleteItem",
+ "php.example_code.dynamodb.service.deleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "You can specify a condition so that an item is deleted only when it meets certain criteria.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.DeleteItem.ConditionExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.delete-item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see DeleteCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.deleteV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an item from a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.deleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an item from a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.delete_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.delete_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_ListTables",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.ListTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.list_tables.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.listTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Determine whether a table exists.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.list-tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Determine whether table exists.",
+ "snippet_tags": [
+ "dynamodb.rust.movies-does_table_exist"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.listTablesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.listTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.list_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.databasemanager.gettablelist"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Query",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.query_items.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.query.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Queries a table by using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.query.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Queries a table by using DynamoDbClient
and a secondary index.",
+ "snippet_tags": [
+ "dynamodb.java2.query_items_sec_index.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.query",
+ "php.example_code.dynamodb.service.query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Query items by using a key condition expression.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Query items and project them to return a subset of data.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.Query.ProjectionExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Find the movies made in the specified year.",
+ "snippet_tags": [
+ "dynamodb.rust.movies-movies_in_year"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see QueryCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.queryV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.query_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.getMovies-year"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "Query"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scan",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.scan_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scan_items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Scans an Amazon DynamoDB table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.dynamoDB_scan.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.scan",
+ "php.example_code.dynamodb.service.scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.list-items"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see ScanCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.movies.scanV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-scanning",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.scan_items"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.getmovies-range"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "Scan"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_ExecuteStatement",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get a list of items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete a single movie.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a function receiver struct for the example.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get a list of items and project the results.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Select.Projected"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.putItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.getItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.updateItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.deleteItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.insertItemByPartiQL",
+ "php.example_code.dynamodb.service.getItemByPartiQL",
+ "php.example_code.dynamodb.service.updateItemByPartiQL",
+ "php.example_code.dynamodb.service.deleteItemByPartiQL"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLWrapper.class_decl",
+ "python.example_code.dynamodb.ExecuteStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Select a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Add a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchExecuteStatement",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a function receiver struct for the example.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.putItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.getItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.updateItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.deleteItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.getItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_decl",
+ "python.example_code.dynamodb.BatchExecuteStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Read a batch of items using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
+ "ruby.example_code.dynamodb.partiql.batch_read"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a batch of items using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
+ "ruby.example_code.dynamodb.partiql.batch_write"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Usage_DaxDemo",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table with either the &DAX; or Boto3 client.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.01-create-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Write test data to the table.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.02-write-data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get items for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.03-getitem-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Query the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.04-query-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Scan the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.05-scan-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the table.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.06-delete-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb/TryDax",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Accelerate &DDB; reads with &DAX; using an &AWS; SDK",
+ "title_abbrev": "Accelerate reads with &DAX;",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Developing with the &DAXlong; Client",
+ "url": "amazondynamodb/latest/developerguide/DAX.client.html"
+ },
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable",
+ "PutItem",
+ "Query",
+ "GetItem",
+ "Scan",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and write data to a table with both the &DAX; and SDK clients.",
+ "Get, query, and scan the table with both clients and compare their performance."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_GettingStartedMovies",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.DynamoDB_Basics_Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Creates a table to contain movie data.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Adds a single movie to the table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Updates a single item in a table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Retrieves a single item from the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Writes a batch of items to the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deletes a single item from the table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Queries the table for movies released in a particular year.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Scans the table for movies released in a range of years.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deletes the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_GettingStartedMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that call &DDB; actions.",
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a &DDB; table.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.populate_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Full example.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a &DDB; table.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.populate_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Full example.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that encapsulates a &DDB; table.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.imports",
+ "python.example_code.dynamodb.helper.Movies.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.get_sample_movie_data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_GettingStartedMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "This scenario uses the following helper class to ask questions at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Question"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that encapsulates a &DDB; table.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.helper.get_sample_movie_data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_Basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.dynamodb_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.getting_started_with_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_GettingStarted.main",
+ "cpp.example_code.dynamodb.Scenario_GettingStarted",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A Swift class that handles &DDB; calls to the &Swift;.",
+ "snippet_tags": [
+ "ddb.swift.basics.movietable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The structures used by the MovieTable class to represent movies.",
+ "snippet_tags": [
+ "ddb.swift.basics.movie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A program that uses the MovieTable class to access a &DDB; database.",
+ "snippet_tags": [
+ "ddb.swift.basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The &DDB; getting started scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.scenario_getting_started_movies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &DDB; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.CreateTable",
+ "aws-cli.bash-linux.dynamodb.DescribeTable",
+ "aws-cli.bash-linux.dynamodb.PutItem",
+ "aws-cli.bash-linux.dynamodb.UpdateItem",
+ "aws-cli.bash-linux.dynamodb.BatchWriteItem",
+ "aws-cli.bash-linux.dynamodb.GetItem",
+ "aws-cli.bash-linux.dynamodb.Query",
+ "aws-cli.bash-linux.dynamodb.Scan",
+ "aws-cli.bash-linux.dynamodb.DeleteItem",
+ "aws-cli.bash-linux.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable",
+ "PutItem",
+ "BatchWriteItem",
+ "Query",
+ "DeleteItem",
+ "GetItem",
+ "DescribeTable",
+ "UpdateItem",
+ "Scan",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a table that can hold movie data.",
+ "Put, get, and update a single movie in the table.",
+ "Write movie data to the table from a sample JSON file.",
+ "Query for movies that were released in a given year.",
+ "Scan for movies that were released in a range of years.",
+ "Delete a movie from the table, then delete the table."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_PartiQLSingle",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-Complete",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_PartiQLSingle"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that run PartiQL statements.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct",
+ "gov2.dynamodb.ExecuteStatement.Insert",
+ "gov2.dynamodb.ExecuteStatement.Select",
+ "gov2.dynamodb.ExecuteStatement.Update",
+ "gov2.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.partiql.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.scenario.partiql.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Execute single PartiQL statements.",
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.partiQL_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.partiql_basics.scenario",
+ "php.example_code.dynamodb.service.insertItemByPartiQL",
+ "php.example_code.dynamodb.service.getItemByPartiQL",
+ "php.example_code.dynamodb.service.updateItemByPartiQL",
+ "php.example_code.dynamodb.service.deleteItemByPartiQL"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that can run PartiQL statements.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLWrapper.imports",
+ "python.example_code.dynamodb.helper.PartiQLWrapper.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_PartiQLSingle"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_PartiQL_Single"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Single.main",
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Single",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.partiql-make_table",
+ "dynamodb.rust.partiql-add_item",
+ "dynamodb.rust.partiql-query_item",
+ "dynamodb.rust.partiql-remove_item",
+ "dynamodb.rust.partiql-remove_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Query a &DDB; table using PartiQL and an &AWS; SDK",
+ "title_abbrev": "Query a table using PartiQL",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get an item by running a SELECT statement.",
+ "Add an item by running an INSERT statement.",
+ "Update an item by running an UPDATE statement.",
+ "Delete an item by running a DELETE statement."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_PartiQLBatch",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs batches of PartiQL queries.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_PartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that run PartiQL statements.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct",
+ "gov2.dynamodb.BatchExecuteStatement.Insert",
+ "gov2.dynamodb.BatchExecuteStatement.Select",
+ "gov2.dynamodb.ExecuteStatement.Select.Projected",
+ "gov2.dynamodb.BatchExecuteStatement.Update",
+ "gov2.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.partiql.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.scenario.partiql.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Execute batch PartiQL statements.",
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.partiQL_batch_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.partiql_batch.scenario",
+ "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.getItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that can run batches of PartiQL statements.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.imports",
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries in batches.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_PartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs batch PartiQL queries.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_PartiQL_Batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Batch.main",
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Batch",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Query a &DDB; table by using batches of PartiQL statements and an &AWS; SDK",
+ "title_abbrev": "Query a table by using batches of PartiQL statements",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a batch of items by running multiple SELECT statements.",
+ "Add a batch of items by running multiple INSERT statements.",
+ "Update a batch of items by running multiple UPDATE statements.",
+ "Delete a batch of items by running multiple DELETE statements."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
new file mode 100644
index 00000000000..f612b8f001b
--- /dev/null
+++ b/python/example_code/ec2/examples_catalog.json
@@ -0,0 +1,8317 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "ec2_Hello",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.HelloEc2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_security_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_securitygroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.hello_ec2.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_ec2.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.hello_ec2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2/hello_ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.ruby.hello_ec2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.ec2-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &EC2;",
+ "title_abbrev": "Hello &EC2;",
+ "synopsis": "get started using &EC2;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSecurityGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateKeyPair",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.exampleKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.createKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_key_pair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2,CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Rust implementation that calls the EC2 Client's create_key_pair and extracts the returned material.",
+ "snippet_tags": [
+ "ec2.rust.create_key.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A function that calls the create_key impl and securely saves the PEM private key.",
+ "snippet_tags": [
+ "ec2.rust.create_key.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateKeyPair"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeKeyPairs",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_key_pairs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.describe_key_pairs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.describeKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_key_pairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_keys.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeKeyPairs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateSecurityGroup",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.exampleSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.createSecurityGroupV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_security_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.create_security_group.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateSecurityGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_RunInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.create_instancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.create_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "RunInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_StartInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.StartInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.start_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.start_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.startInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.start_stopInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an EC2 Instance by instance ID.",
+ "snippet_tags": [
+ "ec2.rust.start_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the ready and status ok states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_ready.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.start_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "StartInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_StopInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.StopInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.stop_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.stop.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.stopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.stop_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the stopped state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.stop_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.stop_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "StopInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AllocateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.allocate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.allocate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.allocateElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/actions/allocate-address.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.allocate_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.AllocateAddress",
+ "cpp.example_code.ec2.AllocateAddress2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.allocate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AllocateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AssociateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.associate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.associate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.associateElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.associate_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.allocate_address.client",
+ "cpp.example_code.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.associate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AssociateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DisassociateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.disassociate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.disassociate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.disassociate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DisassociateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_ReleaseAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.release.address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.release_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.releaseElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Addresses.releaseAddressV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.release_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.deallocate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "ReleaseAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AuthorizeSecurityGroupIngress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.inbound.rule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utility function to build an ingress rule.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.BuildSampleIngressRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.authorize_security_group_ssh_ingress.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AuthorizeSecurityGroupIngress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteKeyPair",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.delete_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.delete_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.deleteKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.delete_key_pair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Wrapper around delete_key that also removes the backing private PEM key.",
+ "snippet_tags": [
+ "ec2.rust.delete_key.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_key.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteKeyPair"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeSecurityGroups",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_security_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_securitygroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.describeSecurityGroupsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_security_groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.ec2-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSecurityGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteSecurityGroup",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.delete_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.delete_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.deleteSecurityGroupV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.delete_security_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_security_group.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteSecurityGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_TerminateInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.TerminateInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.terminate_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.terminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v2.ec2.actions.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the terminted state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_terminated.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "TerminateInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.getAllInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.describeInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve details for an EC2 Instance.",
+ "snippet_tags": [
+ "ec2.rust.describe_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "After creating an EC2 instance, retrieve and store its details.",
+ "snippet_tags": [
+ "ec2.rust.create_instance.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeRouteTables",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.describeRouteTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DescribeRouteTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeRouteTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_RebootInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Reboot an instance by its Id.",
+ "snippet_tags": [
+ "EC2.dotnetv3.RebootInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Replace the profile for an instance, reboot, and restart a web server.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.reboot_instance.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.reboot_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Waiters for instance to be in the stopped and ready states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_ready.impl",
+ "ec2.rust.wait_for_instance_stopped.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.rebootInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.reboot_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.RebootInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "RebootInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeImages",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_images.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Using the list_images function with &SSM; to limit based on your environment. For more details on SSM, see https://docs.aws.amazon.com/systems-manager/latest/userguide/example_ssm_GetParameters_section.html.",
+ "snippet_tags": [
+ "ec2.rust.find_image.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeInstanceTypes",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_instance_type.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_instance.type.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_instance_types.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeInstanceTypes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeAvailabilityZones",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_availability_zones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeAvailabilityZones"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateVpc",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.createVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.createVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.CreateVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateVpc"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteVpc",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.deleteVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DeleteVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteVpc"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateVpcEndpoint",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.createVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.CreateVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateVpcEndpoint"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteVpcEndpoints",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.deleteVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DeleteVpcEndpoints"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteVpcEndpoints"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeIamInstanceProfileAssociations",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.GetInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeIamInstanceProfileAssociations"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeIamInstanceProfileAssociations"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeIamInstanceProfileAssociations"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_ReplaceIamInstanceProfileAssociation",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example replaces the instance profile of a running instance, reboots the instance, and sends a command to the instance after it starts.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "ReplaceIamInstanceProfileAssociation"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateLaunchTemplate",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ec2.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example creates a launch template that includes an instance profile that grants specific permissions to the instance, and a user data Bash script that runs on the instance after it starts.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteLaunchTemplate",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteLaunchTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeVpcs",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeVpcs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeSubnets",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSubnets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_Scenario_GetStartedInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "EC2.dotnetv3.Main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps EC2 actions.",
+ "snippet_tags": [
+ "EC2.dotnetv3.EC2WrapperClass"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "ec2.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps EC2 actions.",
+ "snippet_tags": [
+ "ec2.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ec2.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps key pair actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps security group actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps instance actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps Elastic IP actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This file contains a list of common actions used with EC2. The steps are constructed\nwith a Scenario framework that simplifies running an interactive example. For the full\ncontext, visit the GitHub repository.\n",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/scenarios/steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.get_started_with_ec2_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &DDB; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateKeyPair",
+ "aws-cli.bash-linux.ec2.DescribeKeyPairs",
+ "aws-cli.bash-linux.ec2.CreateSecurityGroup",
+ "aws-cli.bash-linux.ec2.DescribeSecurityGroups",
+ "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress",
+ "aws-cli.bash-linux.ec2.DescribeImages",
+ "aws-cli.bash-linux.ec2.DescribeInstanceTypes",
+ "aws-cli.bash-linux.ec2.RunInstances",
+ "aws-cli.bash-linux.ec2.DescribeInstances",
+ "aws-cli.bash-linux.ec2.StopInstances",
+ "aws-cli.bash-linux.ec2.StartInstances",
+ "aws-cli.bash-linux.ec2.AllocateAddress",
+ "aws-cli.bash-linux.ec2.AssociateAddress",
+ "aws-cli.bash-linux.ec2.DisassociateAddress",
+ "aws-cli.bash-linux.ec2.ReleaseAddress",
+ "aws-cli.bash-linux.ec2.TerminateInstances",
+ "aws-cli.bash-linux.ec2.DeleteSecurityGroup",
+ "aws-cli.bash-linux.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The EC2InstanceScenario implementation contains logic to run the example as a whole.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/getting_started/scenario.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The EC2Impl struct serves as a an automock point for testing, and its functions wrap the EC2 SDK calls.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/ec2.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The SSM struct serves as a an automock point for testing, and its functions wraps SSM SDK calls.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/ssm.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The scenario uses several \"Manager\"-style structs to handle access to resources that are created and deleted throughout the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/getting_started/elastic_ip.rs",
+ "rustv1/examples/ec2/src/getting_started/instance.rs",
+ "rustv1/examples/ec2/src/getting_started/key_pair.rs",
+ "rustv1/examples/ec2/src/getting_started/security_group.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The main entry point for the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/bin/getting-started.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeKeyPairs",
+ "DescribeInstanceTypes",
+ "AllocateAddress",
+ "AssociateAddress",
+ "UnmonitorInstances",
+ "DescribeImages",
+ "AuthorizeSecurityGroupIngress",
+ "CreateKeyPair",
+ "DescribeInstances",
+ "DeleteKeyPair",
+ "RunInstances",
+ "ReleaseAddress",
+ "DeleteSecurityGroup",
+ "DescribeSecurityGroups",
+ "StartInstances",
+ "CreateSecurityGroup",
+ "DisassociateAddress",
+ "StopInstances",
+ "TerminateInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a key pair and security group.",
+ "Select an Amazon Machine Image (AMI) and compatible instance type, then create an instance.",
+ "Stop and restart the instance.",
+ "Associate an Elastic IP address with your instance.",
+ "Connect to your instance with SSH, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
new file mode 100644
index 00000000000..db0916d91f6
--- /dev/null
+++ b/python/example_code/ecr/examples_catalog.json
@@ -0,0 +1,1248 @@
+{
+ "examples": [
+ {
+ "id": "ecr_Hello",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin_hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2_hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ECR;",
+ "title_abbrev": "Hello &ECR;",
+ "synopsis": "get started using &ECR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "listImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_SetRepositoryPolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.set.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.set.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.SetRepositoryPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Example that grants an IAM role download access.",
+ "snippet_tags": [
+ "python.example_code.ecr.grant_role_download_access"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "SetRepositoryPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_GetRepositoryPolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.get.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.get.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.GetRepositoryPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "GetRepositoryPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_GetAuthorizationToken",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.get.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.get.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.GetAuthorizationToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "GetAuthorizationToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_PutLifeCyclePolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.PutLifeCyclePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Example that puts an expiration date policy.",
+ "snippet_tags": [
+ "python.example_code.ecr.put_expiration_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "PutLifeCyclePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DescribeImages",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.verify.image.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.verify.image.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DescribeImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DeleteRepository",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.delete.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.delete.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DeleteRepository"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DeleteRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_CreateRepository",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.create.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.create.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.CreateRepository"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "CreateRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DescribeRepositories",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.describe.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.describe.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.rust.describe-repos"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DescribeRepositories"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DescribeRepositories"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_Scenario_RepositoryManagement",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ECR; features.",
+ "snippet_tags": [
+ "ecr.kotlin_scenario.parent.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ECR; SDK methods.",
+ "snippet_tags": [
+ "ecr.kotlin_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ECR; features.",
+ "snippet_tags": [
+ "ecr.java2_scenario.parent.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ECR; SDK methods.",
+ "snippet_tags": [
+ "ecr.java2_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ecr.BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "ECRWrapper class that wraps &ECR; actions.",
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "StartLifecyclePolicyPreview",
+ "DeleteRepository",
+ "DescribeImages",
+ "SetRepositoryPolicy",
+ "GetAuthorizationToken",
+ "GetRepositoryPolicy",
+ "DescribeRepositories",
+ "CreateRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Scenario_RepositoryManagement_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ECR; repository.",
+ "Set repository policies.",
+ "Retrieve repository URIs.",
+ "Get &ECR; authorization tokens.",
+ "Set lifecycle policies for &ECR; repositories.",
+ "Push a Docker image to an &ECR; repository.",
+ "Verify the existence of an image in an &ECR; repository.",
+ "List &ECR; repositories for your account and get details about them.",
+ "Delete &ECR; repositories."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
new file mode 100644
index 00000000000..807219b1646
--- /dev/null
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -0,0 +1,1483 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_Hello",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.example_code.elbv2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.elbv2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/elastic-load-balancing-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ELB;",
+ "title_abbrev": "Hello &ELB;",
+ "synopsis": "get started using &ELB;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeLoadBalancers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DescribeLoadBalancers",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DescribeLoadBalancers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DescribeLoadBalancers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/elastic-load-balancing-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeLoadBalancers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateTargetGroup",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateTargetGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DeleteTargetGroup",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DeleteTargetGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateLoadBalancer",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateLoadBalancer"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateListener",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateListener"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DeleteLoadBalancer",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DeleteLoadBalancer"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DescribeTargetHealth",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetHealth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetHealth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/emr/examples_catalog.json b/python/example_code/emr/examples_catalog.json
new file mode 100644
index 00000000000..eca340cc2b3
--- /dev/null
+++ b/python/example_code/emr/examples_catalog.json
@@ -0,0 +1,473 @@
+{
+ "examples": [
+ {
+ "id": "emr_RunJobFlow",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.RunJobFlow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "RunJobFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_DescribeCluster",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.DescribeCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "DescribeCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeCluster_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_TerminateJobFlows",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.TerminateJobFlows"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "TerminateJobFlows"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_AddJobFlowSteps",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add a Spark step, which is run by the cluster as soon as it is added.",
+ "snippet_tags": [
+ "python.example_code.emr.AddJobFlowSteps"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an &EMR; File System (EMRFS) command as a job step on a cluster. This can be used to automate EMRFS commands on a cluster instead of running commands manually through an SSH connection.",
+ "snippet_tags": [
+ "emr.python.addstep.emrfs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "AddJobFlowSteps"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_ListSteps",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.ListSteps"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "ListSteps"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_DescribeStep",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.DescribeStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "DescribeStep"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_Usage_InstallLibrariesWithSsm",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "emr.python.jupyterhub.installlibraries"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run a shell script to install libraries on &EMR; instances using an &AWS; SDK",
+ "title_abbrev": "Run a shell script to install libraries",
+ "synopsis": "use &SYSlong; to run a shell script on &EMR; instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "ListInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_Scenario_ShortLivedEmrCluster",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_EmrShortLivedCluster_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a short-lived &EMR; cluster and run a step using an &AWS; SDK",
+ "title_abbrev": "Create a short-lived &EMR; cluster and run a step",
+ "synopsis": "create a short-lived &EMR; cluster that runs a step and automatically terminates after the step completes.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/firehose/examples_catalog.json b/python/example_code/firehose/examples_catalog.json
new file mode 100644
index 00000000000..30e16baa941
--- /dev/null
+++ b/python/example_code/firehose/examples_catalog.json
@@ -0,0 +1,316 @@
+{
+ "examples": [
+ {
+ "id": "firehose_PutRecord",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.java2.put_record.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.firehose.init",
+ "python.example_code.firehose.put_record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecord"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecord_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "firehose_PutRecordBatch",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.java2.put_batch_records.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.rust.put_record_batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.firehose.init",
+ "python.example_code.firehose.put_record_batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecordBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecordBatch_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "firehose_Scenario_PutRecords",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example puts individual and batch records to &FH;.",
+ "snippet_tags": [
+ "firehose.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This script puts individual and batch records to &FH;.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/firehose/scenarios/firehose-put-actions/firehose.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This file contains config for the above script.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/firehose/scenarios/firehose-put-actions/config.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose/scenarios/firehose-put-actions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &FHlong; to process individual and batch records",
+ "title_abbrev": "Put records to &FH;",
+ "synopsis": "use &FH; to process individual and batch records.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecord",
+ "PutRecordBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_Scenario_PutRecords_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/glacier/examples_catalog.json b/python/example_code/glacier/examples_catalog.json
new file mode 100644
index 00000000000..6310803b4d4
--- /dev/null
+++ b/python/example_code/glacier/examples_catalog.json
@@ -0,0 +1,1362 @@
+{
+ "examples": [
+ {
+ "id": "glacier_CreateVault",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.CreateVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.CreateVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "glacier.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the vault.",
+ "snippet_tags": [
+ "glacier.JavaScript.vault.createVaultV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-creating-a-vault.html",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.JavaScript.vault.createVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-creating-a-vault.html",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "CreateVault"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_CreateVault_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_ListVaults",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ListVaults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.list_vaults.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListVaults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListVaults"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_UploadArchive",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Upload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.UploadArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "glacier.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the archive.",
+ "snippet_tags": [
+ "glacier.JavaScript.upload.uploadArchiveV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-uploadarchive.html",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.JavaScript.upload.uploadArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-uploadrchive.html",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "UploadArchive"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_InitiateJob",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve a vault inventory.",
+ "snippet_tags": [
+ "glacier.java2.download.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve an archive from a vault. This example uses the ArchiveTransferManager class. For API details see ArchiveTransferManager.",
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Download"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve a vault inventory.",
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.InitiateJob.InventoryRetrieval"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Retrieve an archive from a vault.",
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.InitiateJob.ArchiveRetrieval"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "InitiateJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_ListJobs",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteVault",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteVault"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteArchive",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.delete.archive.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteArchive"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DescribeJob",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DescribeJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DescribeJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_GetJobOutput",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.GetJobOutput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "GetJobOutput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_SetVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.SetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "SetVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_GetVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.GetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "GetVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_Usage_UploadNotifyInitiate",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLshort; operations.",
+ "snippet_tags": [
+ "python.example_code.glacier.imports",
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.CreateVault",
+ "python.example_code.glacier.ListVaults",
+ "python.example_code.glacier.UploadArchive",
+ "python.example_code.glacier.InitiateJob.ArchiveRetrieval",
+ "python.example_code.glacier.ListJobs",
+ "python.example_code.glacier.SetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to create a vault and upload a file, then configure the vault to publish notifications and initiate a job to retrieve the archive.",
+ "snippet_tags": [
+ "python.example_code.glacier.usage.upload_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Archive a file to &GLlong;, get notifications, and initiate a job using an &AWS; SDK",
+ "title_abbrev": "Archive a file, get notifications, and initiate a job",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListVaults",
+ "UploadArchive",
+ "SetVaultNotifications",
+ "CreateVault",
+ "InitiateJob",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &GLlong; vault.",
+ "Configure the vault to publish notifications to an &SNS; topic.",
+ "Upload an archive file to the vault.",
+ "Initiate an archive retrieval job."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "glacier_Usage_RetrieveDelete",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLshort; operations.",
+ "snippet_tags": [
+ "python.example_code.glacier.imports",
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListJobs",
+ "python.example_code.glacier.GetJobOutput",
+ "python.example_code.glacier.DeleteArchive",
+ "python.example_code.glacier.DeleteVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to get archive content from a completed job, then delete the archive.",
+ "snippet_tags": [
+ "python.example_code.glacier.usage.retrieve_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get &GLlong; archive content and delete the archive using an &AWS; SDK",
+ "title_abbrev": "Get archive content and delete the archive",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteArchive",
+ "DeleteVault",
+ "GetJobOutput",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "List jobs for an &GLlong; vault and get job status.",
+ "Get the output of a completed archive retrieval job.",
+ "Delete an archive.",
+ "Delete a vault."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
new file mode 100644
index 00000000000..bff6184f485
--- /dev/null
+++ b/python/example_code/glue/examples_catalog.json
@@ -0,0 +1,4626 @@
+{
+ "examples": [
+ {
+ "id": "glue_Hello",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.HelloGlue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.list_jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.glue.hello_glue.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_glue.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.glue.hello_glue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue/hello_glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.hello_glue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.glue.HelloGlue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &GLU;",
+ "title_abbrev": "Hello &GLU;",
+ "synopsis": "get started using &GLU;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.get_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.getCrawler",
+ "php.example_code.glue.service.getCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_CreateCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.create_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.create_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.crawlerName",
+ "php.example_code.glue.basics.getRole",
+ "php.example_code.glue.basics.createCrawler",
+ "php.example_code.glue.service.createCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.create_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "CreateCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_StartCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.start_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.start_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.crawlerName",
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.startCrawler",
+ "php.example_code.glue.service.startCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.start_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "StartCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetDatabase",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.get_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getDatabase",
+ "php.example_code.glue.service.getDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_database"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetDatabase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetTables",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getTables",
+ "php.example_code.glue.service.getTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_CreateJob",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.create_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.getRole",
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.createJob",
+ "php.example_code.glue.service.createJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.create_job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "CreateJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_StartJobRun",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.start.job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getTables",
+ "php.example_code.glue.basics.startJobRun",
+ "php.example_code.glue.service.startJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.start_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "StartJobRun"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_ListJobs",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.listJobs",
+ "php.example_code.glue.service.listJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.list_jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetJobRuns",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.getJobRuns",
+ "php.example_code.glue.service.getJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetJobRuns"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetJobRun",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.startJobRun",
+ "php.example_code.glue.basics.getJobRun",
+ "php.example_code.glue.service.getJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetJobRun"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRun_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteJob",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteJob",
+ "php.example_code.glue.service.deleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteTable",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteTable",
+ "php.example_code.glue.service.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteDatabase",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteDatabase",
+ "php.example_code.glue.service.deleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_database"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteDatabase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteCrawler",
+ "php.example_code.glue.service.deleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_Scenario_GetStartedCrawlersJobs",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions that are used in the scenario.",
+ "snippet_tags": [
+ "Glue.dotnetv3.GlueWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "Glue.dotnetv3.GlueBasics.GlobalUsings",
+ "Glue.dotnetv3.GlueBasics.Main",
+ "Glue.dotnetv3.GlueBasics.UiWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.scenario",
+ "php.example_code.glue.service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions used in the scenario.",
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "python.example_code.glue.Scenario_GetStartedCrawlersJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
+ "snippet_tags": [
+ "python.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions used in the scenario.",
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
+ "snippet_tags": [
+ "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateCrawler",
+ "javascript.v3.glue.actions.GetCrawler",
+ "javascript.v3.glue.actions.StartCrawler",
+ "javascript.v3.glue.scenarios.basic.CreateCrawlerStep",
+ "javascript.v3.glue.scenarios.basic.StartCrawlerStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about databases and tables in your &GLUDCLong;.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetDatabase",
+ "javascript.v3.glue.actions.GetTables",
+ "javascript.v3.glue.scenarios.basic.GetDatabaseStep",
+ "javascript.v3.glue.scenarios.basic.GetTablesStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateJob",
+ "javascript.v3.glue.actions.StartJobRun",
+ "javascript.v3.glue.scenarios.basic.CreateJobStep",
+ "javascript.v3.glue.scenarios.basic.StartJobRunStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about job runs and view some of the transformed data.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRuns",
+ "javascript.v3.glue.actions.GetJobRun",
+ "javascript.v3.glue.scenarios.basic.PickJobRunStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all resources created by the demo.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteJob",
+ "javascript.v3.glue.actions.DeleteTable",
+ "javascript.v3.glue.actions.DeleteDatabase",
+ "javascript.v3.glue.actions.DeleteCrawler",
+ "javascript.v3.glue.scenarios.basic.CleanUpJobsStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpTablesStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpDatabasesStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.glue_getting_started_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
+ "snippet_tags": [
+ "rust.glue.create_crawler",
+ "rust.glue.start_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about databases and tables in your &GLUDCLong;.",
+ "snippet_tags": [
+ "rust.glue.get_database",
+ "rust.glue.get_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
+ "snippet_tags": [
+ "rust.glue.create_job",
+ "rust.glue.start_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all resources created by the demo.",
+ "snippet_tags": [
+ "rust.glue.delete_job",
+ "rust.glue.delete_table",
+ "rust.glue.delete_database",
+ "rust.glue.delete_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Tutorial: Getting started with &GLU; Studio",
+ "url": "glue/latest/ug/tutorial-create-job.html"
+ },
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetDatabases",
+ "GetJobRun",
+ "CreateCrawler",
+ "GetJobRuns",
+ "StartCrawler",
+ "DeleteTable",
+ "DeleteCrawler",
+ "GetCrawler",
+ "StartJobRun",
+ "GetTables",
+ "CreateJob",
+ "DeleteDatabase",
+ "GetDatabase",
+ "DeleteJob",
+ "GetJob",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Scenario_GetStartedCrawlersJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a crawler that crawls a public &S3; bucket and generates a database of CSV-formatted metadata.",
+ "List information about databases and tables in your &GLUDCLong;.",
+ "Create a job to extract CSV data from the S3 bucket, transform the data, and load JSON-formatted output into another S3 bucket.",
+ "List information about job runs, view transformed data, and clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/greengrass/examples_catalog.json b/python/example_code/greengrass/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/greengrass/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/healthlake/examples_catalog.json b/python/example_code/healthlake/examples_catalog.json
new file mode 100644
index 00000000000..6a3716c8eb6
--- /dev/null
+++ b/python/example_code/healthlake/examples_catalog.json
@@ -0,0 +1,792 @@
+{
+ "examples": [
+ {
+ "id": "healthlake_CreateFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.CreateFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code shows an example of parameters for a SMART on FHIR-enabled HealthLake data store.\n",
+ "snippet_tags": [
+ "python.example_code.healthlake.CreateFHIRDatastore.smart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "CreateFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_CreateFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRDatastores",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DeleteFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DeleteFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DeleteFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_StartFHIRImportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.StartFHIRImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "StartFHIRImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRImportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRImportJobs",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRImportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRImportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_StartFHIRExportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.StartFHIRExportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "StartFHIRExportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRExportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRExportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRExportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRExportJobs",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRExportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRExportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_TagResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListTagsForResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListTagsForResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_UntagResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "UntagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_UntagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
new file mode 100644
index 00000000000..055d49e71ac
--- /dev/null
+++ b/python/example_code/iam/examples_catalog.json
@@ -0,0 +1,11115 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Hello",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.HelloIAM"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.iam.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "From src/bin/hello.rs.",
+ "snippet_tags": [
+ "rust.example_code.iam.hello_bin"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "From src/iam-service-lib.rs.",
+ "snippet_tags": [
+ "rust.example_code.iam.hello_lib"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.iam.hello_iam.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the iam.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.iam.hello_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam/hello_iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.iam.hello_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.HelloIAM"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &IAM;",
+ "title_abbrev": "Hello &IAM;",
+ "synopsis": "get started using &IAM;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateAccountAlias",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the account alias.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.createAccountAliasV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.createAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_account_alias.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteAccountAlias",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the account alias.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.deleteAccountAliasV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.deleteAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_account_alias.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAccountAliases",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_account_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_account_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the account aliases.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.listAccountAliasesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.listAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_account_aliases.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccountAliases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountAuthorizationDetails",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountAuthorizationDetails"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountAuthorizationDetails"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountSummary",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountSummary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountSummary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GenerateCredentialReport",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GenerateCredentialReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GenerateCredentialReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetCredentialReport",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetCredentialReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetCredentialReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountPasswordPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the account password policy.",
+ "snippet_tags": [
+ "iam.JavaScript.getaccountpasswordpolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.struct",
+ "gov2.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.get_account_password_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountPasswordPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListSAMLProviders",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the SAML providers.",
+ "snippet_tags": [
+ "iam.JavaScript.listsamlprovidersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.struct",
+ "gov2.iam.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.ListSamlProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_saml_providers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListSAMLProviders"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_AccountManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; account actions.",
+ "snippet_tags": [
+ "python.example_code.iam.account_wrapper.imports",
+ "python.example_code.iam.ListAccountAliases",
+ "python.example_code.iam.CreateAccountAlias",
+ "python.example_code.iam.DeleteAccountAlias",
+ "python.example_code.iam.GenerateCredentialReport",
+ "python.example_code.iam.GetCredentialReport",
+ "python.example_code.iam.GetAccountSummary",
+ "python.example_code.iam.GetAccountAuthorizationDetails"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call wrapper functions to change the account alias and to get reports about the account.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_AccountManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage your &IAM; account using an &AWS; SDK",
+ "title_abbrev": "Manage your account",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountSummary",
+ "GenerateCredentialReport",
+ "CreateAccountAlias",
+ "GetAccountAuthorizationDetails",
+ "ListAccountAliases",
+ "GetCredentialReport",
+ "DeleteAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get and update the account alias.",
+ "Generate a report of users and credentials.",
+ "Get a summary of account usage.",
+ "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.createAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.createAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_access_key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.deleteAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.deleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_access_key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccessKeyLastUsed",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccessKeyLastUsed"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.getAccessKeyLastUsedV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.getAccessKeyLastUsed"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.access_key_last_used.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccessKeyLastUsed"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAccessKeys",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_access_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_access_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the access keys.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.listAccessKeysV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.listAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iiam-examples-managing-access-keys-listing",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_access_keys.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccessKeys"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_UpdateAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.update_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.UpdateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.updateAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.updateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.update_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.UpdateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "UpdateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_ManageAccessKeys",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; access key actions.",
+ "snippet_tags": [
+ "python.example_code.iam.access_key_wrapper.imports",
+ "python.example_code.iam.ListAccessKeys",
+ "python.example_code.iam.CreateAccessKey",
+ "python.example_code.iam.GetAccessKeyLastUsed",
+ "python.example_code.iam.UpdateAccessKey",
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to perform access key actions for the current user.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_ManageAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; access keys using an &AWS; SDK",
+ "title_abbrev": "Manage access keys",
+ "synopsis": "manage access keys. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccessKeys",
+ "DeleteAccessKey",
+ "CreateAccessKey",
+ "GetAccessKeyLastUsed",
+ "UpdateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and list access keys.",
+ "Find out when and how an access key was last used.",
+ "Update and delete access keys."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreatePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createPolicy",
+ "php.example_code.iam.service.createPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.createPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.createPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_policy.code",
+ "iam.cpp.build_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreatePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeletePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.users.deletepolicyv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeletePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreatePolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreatePolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreatePolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListPolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies.",
+ "snippet_tags": [
+ "iam.JavaScript.listpoliciesv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listpolicies.handler.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_policies.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.get_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.getPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.getPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.getpolicy.handler.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.get_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetPolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetPolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RollbackPolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_RollbackPolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Roll back an &IAM; policy version using an &AWS; SDK",
+ "title_abbrev": "Roll back a policy version",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicyVersions",
+ "DeletePolicyVersion",
+ "SetDefaultPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get the list of policy versions in order by date.",
+ "Find the default policy version.",
+ "Make the previous policy version the default.",
+ "Delete the old default version."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_AttachRolePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.attach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.attach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createRole",
+ "php.example_code.iam.iam_basics.createPolicy",
+ "php.example_code.iam.iam_basics.attachRolePolicy",
+ "php.example_code.iam.service.attachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Attach a policy to a role using the Boto3 Policy object.",
+ "snippet_tags": [
+ "python.example_code.iam.AttachRolePolicy_Policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Attach a policy to a role using the Boto3 Role object.",
+ "snippet_tags": [
+ "python.example_code.iam.AttachRolePolicy_Role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.attach_role_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.attachrolepolicy.handler.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Attach the policy.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.attachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.attach_role_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAttachedRolePolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies that are attached to a role.",
+ "snippet_tags": [
+ "iam.JavaScript.listattachedrolepoliciesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listAttachRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_attached_role_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listattachedrolepolicies.handler.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAttachedRolePolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DetachRolePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.detach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.detach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detach a policy from a role using the Boto3 Policy object.",
+ "snippet_tags": [
+ "python.example_code.iam.DetachRolePolicy_Policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detach a policy from a role using the Boto3 Role object.",
+ "snippet_tags": [
+ "python.example_code.iam.DetachRolePolicy_Role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.detach_role_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detach the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.detachRolePolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.detachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.detach_role_policy01.code",
+ "iam.cpp.detach_role_policy02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DetachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_PolicyManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; policy actions.",
+ "snippet_tags": [
+ "python.example_code.iam.policy_wrapper.imports",
+ "python.example_code.iam.CreatePolicy",
+ "python.example_code.iam.ListPolicies",
+ "python.example_code.iam.CreatePolicyVersion",
+ "python.example_code.iam.GetPolicyVersion",
+ "python.example_code.iam.Scenario_RollbackPolicyVersion",
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create policies, update versions, and get information about them.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_PolicyManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; policies using an &AWS; SDK",
+ "title_abbrev": "Manage policies",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicyVersions",
+ "ListPolicies",
+ "DeletePolicyVersion",
+ "SetDefaultPolicyVersion",
+ "DeletePolicy",
+ "CreatePolicy",
+ "CreatePolicyVersion",
+ "GetPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and list policies.",
+ "Create and get policy versions.",
+ "Roll back a policy to a previous version.",
+ "Delete policies."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_role.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createRole",
+ "php.example_code.iam.service.createRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createrole.handler.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the role.",
+ "snippet_tags": [
+ "iam.JavaScript.users.createrolev3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_iam_role.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListRoles",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the roles.",
+ "snippet_tags": [
+ "iam.JavaScript.listrolesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_roles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listroles.handler.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListRoles"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the role.",
+ "snippet_tags": [
+ "iam.JavaScript.getRoleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.get_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.getrole.handler.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the role.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListRolePolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies.",
+ "snippet_tags": [
+ "iam.JavaScript.listrolepoliciesv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_role_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listrolepolicies.handler.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListRolePolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RoleManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; role actions.",
+ "snippet_tags": [
+ "python.example_code.iam.role_wrapper.imports",
+ "python.example_code.iam.CreateRole",
+ "python.example_code.iam.AttachRolePolicy_Role",
+ "python.example_code.iam.DetachRolePolicy_Role",
+ "python.example_code.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create a role, then attach and detach a policy.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_RoleManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; roles using an &AWS; SDK",
+ "title_abbrev": "Manage roles",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachRolePolicy",
+ "CreateRole",
+ "DetachRolePolicy",
+ "DeleteRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role.",
+ "Attach and detach policies for a role.",
+ "Delete a role."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createUser",
+ "php.example_code.iam.service.createUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createuser.handler.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the user.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.getUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_user01.code",
+ "iam.cpp.create_user02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the user.",
+ "snippet_tags": [
+ "iam.JavaScript.users.deleteUserV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.deleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_user01.code",
+ "iam.cpp.delete_user02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListUsers",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_users.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_users.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_users"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listusers.handler.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the users.",
+ "snippet_tags": [
+ "iam.JavaScript.users.listUsersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.listUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_users.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListUsers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_UpdateUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.update_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.update_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.UpdateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.UpdateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the user.",
+ "snippet_tags": [
+ "iam.JavaScript.users.updateUserV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.updateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.update_user.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "UpdateUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_AttachUserPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.AttachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.AttachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.attach_user_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DetachUserPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.detach_user_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DetachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_UserPolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "python.example_code.iam.user_wrapper.imports",
+ "python.example_code.iam.CreateUser",
+ "python.example_code.iam.UpdateUser",
+ "python.example_code.iam.ListUsers",
+ "python.example_code.iam.DeleteUser",
+ "python.example_code.iam.AttachUserPolicy",
+ "python.example_code.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &IAM; policy actions.",
+ "snippet_tags": [
+ "python.example_code.iam.policy_wrapper.imports",
+ "python.example_code.iam.CreatePolicy",
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &IAM; access key actions.",
+ "snippet_tags": [
+ "python.example_code.iam.access_key_wrapper.imports",
+ "python.example_code.iam.CreateAccessKey",
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create users with differing policies and use their credentials to access an &S3; bucket.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_UserPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create read-only and read-write &IAM-users; using an &AWS; SDK",
+ "title_abbrev": "Create read-only and read-write users",
+ "synopsis": "create users and attach policies to them. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccessKey",
+ "DeleteUser",
+ "CreateUser",
+ "ListUsers",
+ "DetachUserPolicy",
+ "DeletePolicy",
+ "CreateAccessKey",
+ "UpdateUser",
+ "CreatePolicy",
+ "AttachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create two &IAM-users;.",
+ "Attach a policy for one user to get and put objects in an &S3; bucket.",
+ "Attach a policy for the second user to get objects from the bucket.",
+ "Get different permissions to the bucket based on user credentials."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListGroups",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the groups.",
+ "snippet_tags": [
+ "iam.JavaScript.listgroupsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.GroupWrapper.struct",
+ "gov2.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listgroups.handler.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateServiceLinkedRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a service-linked role.",
+ "snippet_tags": [
+ "iam.JavaScript.createservicelinkedrolev3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.createServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_service_linked_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createservicelinkedrole.handler.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateServiceLinkedRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateInstanceProfile",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.iam.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example creates a policy, role, and instance profile and links them all together.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.iam.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteInstanceProfile",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.iam.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example removes the role from the instance profile, detaches all policies attached to the role, and deletes all the resources.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.iam.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_CreateUserAssumeRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.IAMBasics.Usings",
+ "IAM.dotnetv3.IAMWrapper",
+ "IAM.dotnetv3.IAMBasics",
+ "IAM.dotnetv3.IAMCommon.S3Wrapper",
+ "IAM.dotnetv3.IAMCommon.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "iam.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "iam.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "javascript.iam_scenarios.iam_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "ruby.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.iam.Scenario_AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps account actions.",
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps policy actions.",
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps role actions.",
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps user actions.",
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.iam_basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iam_CreateUser_AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &IAM; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.GetUser",
+ "aws-cli.bash-linux.iam.CreateUser",
+ "aws-cli.bash-linux.iam.CreateAccessKey",
+ "aws-cli.bash-linux.iam.CreateRole",
+ "aws-cli.bash-linux.iam.CreatePolicy",
+ "aws-cli.bash-linux.iam.AttachRolePolicy",
+ "aws-cli.bash-linux.iam.DetachRolePolicy",
+ "aws-cli.bash-linux.iam.DeletePolicy",
+ "aws-cli.bash-linux.iam.DeleteRole",
+ "aws-cli.bash-linux.iam.DeleteAccessKey",
+ "aws-cli.bash-linux.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "create a user and assume a role. &aws_sec_sdk_use-federation-warning;",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteUserPolicy",
+ "DeleteUser",
+ "DeleteAccessKey",
+ "CreateUser",
+ "DeleteRole",
+ "CreateRole",
+ "DeletePolicy",
+ "CreateAccessKey",
+ "CreatePolicy",
+ "AttachRolePolicy",
+ "PutUserPolicy",
+ "DetachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_CreateUserAssumeRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a user with no permissions.",
+ "Create a role that grants permission to list &S3; buckets for the account.",
+ "Add a policy to let the user assume the role.",
+ "Assume the role and list S3 buckets using temporary credentials, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/iot/examples_catalog.json b/python/example_code/iot/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/iot/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
new file mode 100644
index 00000000000..4e0c564f924
--- /dev/null
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -0,0 +1,1880 @@
+{
+ "examples": [
+ {
+ "id": "iotsitewise_Hello",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ITSWlong;",
+ "title_abbrev": "Hello &ITSW;",
+ "synopsis": "get started using &ITSW;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "ListAssetModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DescribeGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.describe.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DescribeGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.describeGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DescribeGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.create.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DescribePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.describe.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.describePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DescribePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_ListAssetModels",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.list.asset.model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.ListAssetModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.listAssetModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "ListAssetModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeletePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeletePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deletePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeletePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreatePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.create.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreatePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createPortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreatePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteAssetModel",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.asset.model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteAssetModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteAsset",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.asset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteAsset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_GetAssetPropertyValue",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_get_property.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.GetAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.getAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "GetAssetPropertyValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_BatchPutAssetPropertyValue",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_put_batch_property.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A helper function to generate the entries parameter from a values list.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue.properties_to_values"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Here is an example of a values list to pass to the helper function.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue.values"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.batchPutAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "BatchPutAssetPropertyValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateAsset",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_create_asset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateAsset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateAssetModel",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_create_asset_model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Here is an example of a properties list to pass to the function.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.CreateAssetModel.properties"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateAssetModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_Scenario",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ITSW; features.",
+ "snippet_tags": [
+ "iotsitewise.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ITSW; SDK methods.",
+ "snippet_tags": [
+ "iotsitewise.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.FeatureScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "IoTSitewiseWrapper class that wraps &ITSW; actions.",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ITSWlong; Asset Model.",
+ "Create an &ITSWlong; Asset.",
+ "Retrieve the property ID values.",
+ "Send data to an &ITSWlong; Asset.",
+ "Retrieve the value of the &ITSWlong; Asset property.",
+ "Create an &ITSWlong; Portal.",
+ "Create an &ITSWlong; Gateway.",
+ "Describe the &ITSWlong; Gateway.",
+ "Delete the &ITSWlong; Assets."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
new file mode 100644
index 00000000000..15308239ff0
--- /dev/null
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -0,0 +1,1886 @@
+{
+ "examples": [
+ {
+ "id": "keyspaces_Hello",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.HelloKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspaces.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &KEY;",
+ "title_abbrev": "Hello &KEY;",
+ "synopsis": "get started using &KEY;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListKeyspaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_CreateKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CreateKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.create.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.create.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.CreateKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "CreateKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_GetKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.GetKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.get.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.get.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.GetKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "GetKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_ListKeyspaces",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.ListKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.list.keyspaces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.list.keyspaces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.ListKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListKeyspaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_CreateTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.create.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.create.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_GetTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.GetTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.get.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.get.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.GetTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "GetTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_ListTables",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.list.tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.list.tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_UpdateTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.UpdateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.update.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.update.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.UpdateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "UpdateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_RestoreTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.RestoreTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.restore.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.restore.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.RestoreTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "RestoreTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_DeleteTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.delete.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.delete.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_DeleteKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.DeleteKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.delete.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.delete.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.DeleteKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "DeleteKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_Scenario_GetStartedKeyspaces",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.KeyspacesBasicsGlobalUsings",
+ "Keyspaces.dotnetv3.KeyspacesScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.KeyspacesWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CassandraWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.Scenario_GetStartedKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps keyspace and table actions.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that creates a TLS connection to a keyspace, authenticates with SigV4, and sends CQL queries to a table in the keyspace.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.QueryManager.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListTables",
+ "RestoreTable",
+ "DeleteTable",
+ "ListKeyspaces",
+ "UpdateTable",
+ "GetTable",
+ "DeleteKeyspace",
+ "GetKeyspace",
+ "CreateKeyspace",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a keyspace and table. The table schema holds movie data and has point-in-time recovery enabled.",
+ "Connect to the keyspace using a secure TLS connection with SigV4 authentication.",
+ "Query the table. Add, retrieve, and update movie data.",
+ "Update the table. Add a column to track watched movies.",
+ "Restore the table to its previous state and clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kinesis-analytics-v2/examples_catalog.json b/python/example_code/kinesis-analytics-v2/examples_catalog.json
new file mode 100644
index 00000000000..e522c1b6fe6
--- /dev/null
+++ b/python/example_code/kinesis-analytics-v2/examples_catalog.json
@@ -0,0 +1,1174 @@
+{
+ "examples": [
+ {
+ "id": "kinesis-analytics-v2_CreateApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.CreateApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "CreateApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DeleteApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DeleteApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DeleteApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DescribeApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DescribeApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DescribeApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DescribeApplicationSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DescribeApplicationSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DiscoverInputSchema",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DiscoverInputSchema"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DiscoverInputSchema"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_AddApplicationInput",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.AddApplicationInput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "AddApplicationInput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_AddApplicationOutput",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.AddApplicationOutput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "AddApplicationOutput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_UpdateApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example updates the code that runs in an existing application.",
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.UpdateApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "UpdateApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_StartApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.StartApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "StartApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_StopApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.StopApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "StopApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Anomaly",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.anomaly"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with heart rate anomalies using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with heart rate anomalies",
+ "synopsis": "generate a &AK; stream with heart rate anomalies.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.anomalyex"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with blood pressure anomalies using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with blood pressure anomalies",
+ "synopsis": "generate a &AK; stream with blood pressure anomalies.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.columnlog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with data in columns using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with data in columns",
+ "synopsis": "generate a &AK; stream with data in columns.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Hotspots",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.hotspots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with hotspots using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with hotspots",
+ "synopsis": "generate a &AK; stream with hotspots.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Referrer",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.referrer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with a referrer using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with a referrer",
+ "synopsis": "generate a &AK; stream with a referrer.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_RegexLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.regexlog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with log entries using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with log entries",
+ "synopsis": "generate a &AK; stream with log entries.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Stagger",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.stagger"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with stagger data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with stagger data",
+ "synopsis": "generate a &AK; stream with stagger data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_StockTicker",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.stockticker"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with stock ticker data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with stock ticker data",
+ "synopsis": "generate a &AK; stream with stock ticker data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.tworecordtypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with two data types using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with two data types",
+ "synopsis": "generate a &AK; stream with two data types.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_WebLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.weblog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with web log data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with web log data",
+ "synopsis": "generate a &AK; stream with web log data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kinesis/examples_catalog.json b/python/example_code/kinesis/examples_catalog.json
new file mode 100644
index 00000000000..ed3ff5249c2
--- /dev/null
+++ b/python/example_code/kinesis/examples_catalog.json
@@ -0,0 +1,770 @@
+{
+ "examples": [
+ {
+ "id": "kinesis_CreateStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Kinesis.dotnetv3.CreateStreamExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.CreateStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.create-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.create_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "CreateStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_CreateStream_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_DescribeStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.DescribeStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.describe-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.describe_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "DescribeStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_DeleteStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Kinesis.dotnetv3.DeleteStreamExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.DeleteStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.delete-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.delete_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "DeleteStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_PutRecord",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.putrecord.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.PutRecord"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.put-record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.put_record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "PutRecord"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_GetRecords",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.getrecord.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.GetRecords",
+ "python.example_code.kinesis.DescribeStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.get_records"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "GetRecords"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kms/examples_catalog.json b/python/example_code/kms/examples_catalog.json
new file mode 100644
index 00000000000..917a220a363
--- /dev/null
+++ b/python/example_code/kms/examples_catalog.json
@@ -0,0 +1,3699 @@
+{
+ "examples": [
+ {
+ "id": "kms_TagResource",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_tag.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.tagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Sign",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_sign.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Sign"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.sign"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Sign"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Verify",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Verify"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Verify"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_create_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.CreateKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.createKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.CreateKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.create-key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Decrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_decrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.decryptBlob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Decrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Encrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.encryptBlob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Encrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_GenerateDataKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.GenerateDataKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.generate-data-key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "GenerateDataKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListKeys",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListKeysExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.ListKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.list-keys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListKeys"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ReEncrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.ReEncrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.reencrypt-data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.reEncryptData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ReEncrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2._create_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.dotnetv3.CreateAliasExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.CreateAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_create_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.CreateGrantExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.CreateGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DescribeKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_describe_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_describe_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.DescribeKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.describeKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.DescribeKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DescribeKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DisableKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_disable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_disable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.DisableKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.disableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.DisableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DisableKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_EnableKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_enable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_enable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.EnableKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.enableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.EnableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "EnableKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ScheduleKeyDeletion",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_delete_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.scheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.ScheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ScheduleKeyDeletion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListAliases",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListAliasesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.ListAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListAliases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_UpdateAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.UpdateAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "UpdateAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DeleteAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_delete_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.deleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.DeleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DeleteAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListGrants",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListGrantsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listGrants"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.ListGrants"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListGrants"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_RetireGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.RetireGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "RetireGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_RevokeGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_revoke_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.revokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.RevokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "RevokeGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListKeyPolicies",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_get_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.ListKeyPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListKeyPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_GetKeyPolicy",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.GetKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "GetKeyPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_PutKeyPolicy",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.putKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.PutKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "PutKeyPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_EnableKeyRotation",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.EnableKeyRotation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "EnableKeyRotation"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Scenario_Basics",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "kms.java2_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps KMS actions.",
+ "snippet_tags": [
+ "kms.java2_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.kms_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; management.",
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.CreateKey",
+ "python.example_code.kms.DescribeKey",
+ "python.example_code.kms.EnableKeyRotation",
+ "python.example_code.kms.CreateAsymmetricKey",
+ "python.example_code.kms.TagResource",
+ "python.example_code.kms.ScheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; aliases.\n",
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.CreateAlias",
+ "python.example_code.kms.ListAliases",
+ "python.example_code.kms.DeleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; encryption.\n",
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Encrypt",
+ "python.example_code.kms.Decrypt",
+ "python.example_code.kms.Sign",
+ "python.example_code.kms.Verify"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; grants.\n",
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.CreateGrant",
+ "python.example_code.kms.ListGrants",
+ "python.example_code.kms.RevokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; policies.\n",
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.set_new_policy",
+ "python.example_code.kms.GetKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.Basics",
+ "php.example_code.kms.service.KmsService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateGrant",
+ "Decrypt",
+ "Sign",
+ "ScheduleKeyDeletion",
+ "ListAliases",
+ "Encrypt",
+ "ListKeys",
+ "GetKeyPolicy",
+ "TagResource",
+ "EnableKey",
+ "CreateKey",
+ "DisableKey",
+ "CreateAlias",
+ "DescribeKey",
+ "ListGrants",
+ "RevokeGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a &kms-key;.",
+ "List &kms-keys; for your account and get details about them.",
+ "Enable and disable &kms-keys;.",
+ "Generate a symmetric data key that can be used for client-side encryption.",
+ "Generate an asymmetric key used to digitally sign data.",
+ "Tag keys.",
+ "Delete &kms-keys;."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
new file mode 100644
index 00000000000..f88c49586eb
--- /dev/null
+++ b/python/example_code/lambda/examples_catalog.json
@@ -0,0 +1,3967 @@
+{
+ "examples": [
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Hello",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.list.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.HelloLambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.lambda.hello_lambda.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_lambda.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.lambda.hello_lambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda/hello_lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.hello_lambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.lambda.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &LAM;",
+ "title_abbrev": "Hello &LAM;",
+ "synopsis": "get started using &LAM;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "ListFunctions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_CreateFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.CreateLambdaFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.createFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.create_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.CreateFunction",
+ "cpp.example_code.lambda.create_function2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.create_function",
+ "lambda.rust.scenario.prepare_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "CreateFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_DeleteFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.DeleteLambdaFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.deleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.delete_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.delete_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "DeleteFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Invoke",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.InvokeFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.invoke.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.invoke.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.invoke_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.Invoke",
+ "cpp.example_code.lambda.invoke_function2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.invoke",
+ "lambda.rust.scenario.log_invoke_output"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "Invoke"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_GetFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.get.function.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.getFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.get_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.get_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.GetFunctionInput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "GetFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_UpdateFunctionCode",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.get.function.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.updateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.update_function_code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.update_function_code",
+ "lambda.rust.scenario.prepare_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "UpdateFunctionCode"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_UpdateFunctionConfiguration",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.update.config.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.updateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.update_function_configuration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.UpdateFunctionConfiguration",
+ "cpp.example_code.lambda.update_function_configuration2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.update_function_configuration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "UpdateFunctionConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_ListFunctions",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.listFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.list_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.list_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.ListFunctionsPaginated"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "ListFunctions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Scenario_GettingStartedFunctions",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create methods that perform &LAM; actions.",
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.LambdaWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a function that runs the scenario.",
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaBasics.Usings",
+ "Lambda.dotnetv3.LambdaBasics",
+ "Lambda.dotnetv3.LambdaActions.LambdaRoleWrapper",
+ "Lambda.dotnetv3.LambdaScenarioCommon.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "lambda.dotnetv3.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "lambda.dotnetv3.handler.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an interactive scenario that shows you how to get started with &LAM; functions.",
+ "snippet_tags": [
+ "gov2.lambda.Scenario_GetStartedFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct that wraps individual &LAM; actions.",
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "gov2.lambda.handlers.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "gov2.lambda.handlers.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.javav2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "python.example_code.lambda.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "python.example_code.lambda.handler.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &LAM; actions.",
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a function that runs the scenario.",
+ "snippet_tags": [
+ "python.example_code.lambda.Scenario_GettingStartedFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set up pre-requisite IAM permissions for a Lambda function capable of writing logs.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.setup_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number provided as an invocation parameter.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Zip your &LAM; function into a deployment package.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.create_deployment_package"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a new &LAM; function.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke your &LAM; function with optional runtime parameters.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update your &LAM; function's configuration to inject a new environment variable.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update your &LAM; function's code with a different deployment package containing different code.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List all existing &LAM; functions using the built-in paginator.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a specific &LAM; function.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.getting_started_with_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAMlong; (&IAM;) role that grants Lambda permission to write to logs.",
+ "snippet_tags": [
+ "javascript.v3.lambda.scenarios.basic.CreateRole",
+ "javascript.v3.iam.actions.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a &LAM; function and upload handler code.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the function with a single parameter and get results.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update the function code and configure its &LAM; environment with an environment variable.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionCode",
+ "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the functions for your account.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the &IAM; role and the &LAM; function.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.DeleteRole",
+ "javascript.v3.lambda.actions.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda/scenarios/basic",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.get_started_with_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The Cargo.toml with dependencies used in this scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/Cargo.toml"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A collection of utilities that streamline calling Lambda for this scenario. This file is src/ations.rs in the crate.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/src/actions.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A binary to run the scenario from front to end, using command line flags to control some behavior. This file is src/bin/scenario.rs in the crate.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/src/bin/scenario.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define the first &LAM; function, which simply increments the specified value.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/increment/Package.swift",
+ "swift/example_code/lambda/basics/increment/Sources/increment.swift"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Define the second &LAM; function, which performs an arithmetic operation on two numbers.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/calculator/Package.swift",
+ "swift/example_code/lambda/basics/calculator/Sources/calculator.swift"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Define the main program that will invoke the two &LAM; functions.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/lambda-basics/Package.swift",
+ "swift/example_code/lambda/basics/lambda-basics/Sources/entry.swift",
+ "swift/example_code/lambda/basics/lambda-basics/Sources/ExampleError.swift"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Create a &LAM; function with the console",
+ "url": "lambda/latest/dg/getting-started-create-function.html"
+ },
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "CreateFunction",
+ "UpdateFunctionCode",
+ "ListFunctions",
+ "DeleteFunction",
+ "Invoke",
+ "GetFunction",
+ "UpdateFunctionConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role and &LAM; function, then upload handler code.",
+ "Invoke the function with a single parameter and get results.",
+ "Update the function code and configure with an environment variable.",
+ "Invoke the function with new parameters and get results. Display the returned execution log.",
+ "List the functions for your account, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
new file mode 100644
index 00000000000..c7f6103b4f6
--- /dev/null
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -0,0 +1,1168 @@
+{
+ "examples": [
+ {
+ "id": "lookoutvision_CreateDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.CreateDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating your dataset",
+ "url": "lookout-for-vision/latest/developer-guide/model-create-dataset.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_CreateManifestFile",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.Scenario_CreateManifestFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a &LYRA; manifest file using an &AWS; SDK",
+ "title_abbrev": "Create a manifest file",
+ "synopsis": "create a &LYRA; manifest file and upload it to &S3;.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Creating a manifest file",
+ "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.DeleteDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a dataset",
+ "url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DescribeDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.DescribeDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your dataset",
+ "url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DescribeDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_FindTagInProjects",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Scenario_FindTagInProjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Find a &LYRA; project with a specific tag using an &AWS; SDK",
+ "title_abbrev": "Find a project with a specific tag",
+ "synopsis": "find a &LYRA; project with a specific tag.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Tagging models",
+ "url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ExportDatasets",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Scenario_ExportDatasets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Export the datasets from a &LYRA; project using an &AWS; SDK",
+ "title_abbrev": "Export the datasets from a project",
+ "synopsis": "export the datasets from a &LYRA; project.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Exporting datasets from a project (SDK)",
+ "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_StartModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.StartModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Starting your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "StartModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_StopModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.StopModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Stopping your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "StopModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ListHostedModels",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.Scenario_ListHostedModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "List &LYRA; models that are currently hosted using an &AWS; SDK",
+ "title_abbrev": "List models that are currently hosted",
+ "synopsis": "list &LYRA; models that are currently hosted.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DetectAnomalies",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.DetectAnomalies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting anomalies in an image",
+ "url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DetectAnomalies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_CreateModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.CreateModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Training your model",
+ "url": "lookout-for-vision/latest/developer-guide/model-train.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DescribeModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.DescribeModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your models",
+ "url": "lookout-for-vision/latest/developer-guide/view-models.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DescribeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_ListModels",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.ListModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your models",
+ "url": "lookout-for-vision/latest/developer-guide/view-models.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.DeleteModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a model",
+ "url": "lookout-for-vision/latest/developer-guide/delete-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_CreateProject",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.CreateProject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating your project",
+ "url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateProject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteProject",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.DeleteProject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a project",
+ "url": "lookout-for-vision/latest/developer-guide/delete-project.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteProject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_ListProjects",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.ListProjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your projects",
+ "url": "lookout-for-vision/latest/developer-guide/view-projects.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListProjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Hello",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &LYRA;",
+ "title_abbrev": "Hello &LYRA;",
+ "synopsis": "get started using &LYRA;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListProjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_CreateTrainStartModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_LookoutVisionCreateTrainStartModel_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create, train, and start a &LYRA; model using an &AWS; SDK",
+ "title_abbrev": "Create, train, and start a model",
+ "synopsis": "create, train, and start a &LYRA; model.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
new file mode 100644
index 00000000000..1f0c1fcf459
--- /dev/null
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -0,0 +1,3947 @@
+{
+ "examples": [
+ {
+ "id": "medical-imaging_Hello",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.medical-imaging.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.hello_medical-imaging.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_health_imaging.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.hello_medical-imaging"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/hello_health_imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AHI;",
+ "title_abbrev": "Hello &AHI;",
+ "synopsis": "get started using &AHI;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_CreateDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.CreateDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.CreateDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.create_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.createDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "CreateDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_DeleteDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.DeleteDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.DeleteDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.delete_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.deleteDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "DeleteDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListDatastores",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.ListDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_datastores.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.listDatastoresV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.GetDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.getDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_StartDICOMImportJob",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.startDicomImportJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.start_dicom_import_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "StartDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetDICOMImportJob",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.getDICOMImportJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_dicom_import_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListDICOMImportJobs",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListDICOMImportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.listDICOMImportJobsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_dicom_import_jobs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDICOMImportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_SearchImageSets",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.SearchImageSets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.equalFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.sortAndFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "SearchImageSets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageSetMetadata",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.GetImageSetMetadata.withoutVersionID"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.GetImageSetMetadata.withVersionID"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withoutversion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withversion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_imageset_metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata.without_version"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata.with_version"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageSetMetadata"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageFrame",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageFrame"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageFrameV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_image_frame.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.GetImageFrame"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageFrame"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListImageSetVersions",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListImageSetVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.listImageSetVersionsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_imageset_versions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListImageSetVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_UpdateImageSetMetadata",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UpdateImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to an earlier version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute and force the update.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to an earlier version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to a previous version.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "UpdateImageSetMetadata"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_CopyImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to copy an image set.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.CopyImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy an image set without a destination.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an image set with a destination.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet2",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy a subset of an image set.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet3",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to copy an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy an image set without a destination.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.without_destination"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an image set with a destination.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy a subset of an image set with a destination and force the copy.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination_and_subsets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.copy_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Utility function to create copiable attributes.",
+ "snippet_tags": [
+ "medicalimaging.java2.copy_imageset.copiable_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "CopyImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_DeleteImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.deleteImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.delete_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "DeleteImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_TagResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_UntagResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "UntagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListTagsForResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_TaggingDataStores",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.tagging.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.list_tags.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.untag.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Tagging a &AHI; data store using an &AWS; SDK",
+ "title_abbrev": "Tagging a data store",
+ "synopsis": "tag a &AHI; data store.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource",
+ "UntagResource",
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_TaggingImageSets",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.tagging.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.list_tags.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.untag.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Tagging a &AHI; image set using an &AWS; SDK",
+ "title_abbrev": "Tagging an image set",
+ "synopsis": "tag a &AHI; image set.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource",
+ "UntagResource",
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_ImageSetsAndFrames",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &CFN; stack with the necessary resources.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.createstack"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy DICOM files to the &S3; import bucket.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.copy-dicom-files"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the DICOM files to the &S3; data store.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.dicom-import",
+ "cpp.example_code.medical_imaging.StartDICOMImportJob",
+ "cpp.example_code.medical-imaging.image-sets-workflow.wait_import",
+ "cpp.example_code.medical_imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image sets created by the DICOM import job.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.get_image_sets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image frame information for image sets.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.get_image_frames",
+ "cpp.example_code.medical_imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download, decode and verify image frames.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.download_frames",
+ "cpp.example_code.medical-imaging.image-sets-workflow.decode_and_check",
+ "cpp.example_code.medical-imaging.image-sets-workflow.decode_jph",
+ "cpp.example_code.medical-imaging.image-sets-workflow.verify_check_sum"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Clean up resources.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.clean_up",
+ "cpp.example_code.medical-imaging.image-sets-workflow.empty_data_store"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &CFN; stack with the necessary resources.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.deploy"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy DICOM files to the &S3; import bucket.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.copy"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Import the DICOM files to the &S3; data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Get image sets created by the DICOM import job.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetImageSetsForImportJob",
+ "python.example_code.medical-imaging.workflow.GetImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Get image frame information for image sets.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetImageFrames",
+ "python.example_code.medical-imaging.workflow.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Download, decode and verify image frames.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetPixelData",
+ "python.example_code.medical-imaging.workflow.downloadAndCheck"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Clean up resources.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.destroy",
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.SearchImageSets",
+ "python.example_code.medical-imaging.workflow.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Orchestrate steps (index.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy resources (deploy-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/deploy-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy DICOM files (dataset-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/dataset-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Start import into datastore (import-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/import-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set IDs (image-set-steps.js - ).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-set-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get image frame IDs (image-frame-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-frame-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Verify image frames (verify-steps.js). The &AWS; HealthImaging Pixel Data Verification library was used for verification.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/verify-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy resources (clean-up-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/clean-up-steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get started with &AHI; image sets and image frames using an &AWS; SDK",
+ "title_abbrev": "Get started with image sets and image frames",
+ "synopsis": "import DICOM files and download image frames in &AHI;.\n The implementation is structured as a command-line\n application.\n",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "SearchImageSets",
+ "GetImageSetMetadata",
+ "GetImageFrame",
+ "DeleteImageSet",
+ "StartDICOMImportJob",
+ "GetDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Set up resources for a DICOM import.",
+ "Import DICOM files into a data store.",
+ "Retrieve the image set IDs for the import job.",
+ "Retrieve the image frame IDs for the image sets.",
+ "Download, decode and verify the image frames.",
+ "Clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/organizations/examples_catalog.json b/python/example_code/organizations/examples_catalog.json
new file mode 100644
index 00000000000..dd09bcb6245
--- /dev/null
+++ b/python/example_code/organizations/examples_catalog.json
@@ -0,0 +1,513 @@
+{
+ "examples": [
+ {
+ "id": "organizations_CreatePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.CreatePolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "CreatePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_ListPolicies",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.ListPoliciesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DescribePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DescribePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DescribePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_AttachPolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.AttachPolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.AttachPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "AttachPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DetachPolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.DetachPolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DetachPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DetachPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DetachPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DeletePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.DeletePolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DeletePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/pinpoint-sms-voice/examples_catalog.json b/python/example_code/pinpoint-sms-voice/examples_catalog.json
new file mode 100644
index 00000000000..691b8196786
--- /dev/null
+++ b/python/example_code/pinpoint-sms-voice/examples_catalog.json
@@ -0,0 +1,125 @@
+{
+ "examples": [
+ {
+ "id": "pinpoint-sms-voice_SendVoiceMessage",
+ "file": "pinpoint-sms-voice_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.java2.send_voice_message.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_voice_message_sms_voice_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/pinpoint-sms-voice",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_voice_message_sms_voice_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/pinpoint-sms-voice",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "pinpoint-sms-voice": {
+ "__set__": [
+ "SendVoiceMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_SendVoiceMessage_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/pinpoint/examples_catalog.json b/python/example_code/pinpoint/examples_catalog.json
new file mode 100644
index 00000000000..14be9e9f600
--- /dev/null
+++ b/python/example_code/pinpoint/examples_catalog.json
@@ -0,0 +1,290 @@
+{
+ "examples": [
+ {
+ "id": "pinpoint_SendMessages",
+ "file": "pinpoint_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.dotnet.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.dotnet.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.kotlin.send_email.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.java2.send_email.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message with CC values.",
+ "snippet_tags": [
+ "pinpoint.java2.send_emailcc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.java2.sendmsg.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send batch SMS messages.",
+ "snippet_tags": [
+ "pinpoint.java2.sendmsg.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message with an existing email template.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_templated_email_message.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message with an existing SMS template.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_templated_sms_message.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "pinpoint.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_email_message_v3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_sms_message_V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "pinpoint": {
+ "__set__": [
+ "SendMessages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_SendMessages_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/polly/examples_catalog.json b/python/example_code/polly/examples_catalog.json
new file mode 100644
index 00000000000..5a65c072c70
--- /dev/null
+++ b/python/example_code/polly/examples_catalog.json
@@ -0,0 +1,945 @@
+{
+ "examples": [
+ {
+ "id": "polly_DescribeVoices",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.describe_voice.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.DescribeVoicesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.describe-voices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.DescribeVoices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.describeVoices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "DescribeVoices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DescribeVoices_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_GetLexicon",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.GetLexiconExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.GetLexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "GetLexicon"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetLexicon_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_ListLexicons",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.list_icons.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.ListLexiconsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.ListLexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.list-lexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.listLexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "ListLexicons"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_PutLexicon",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.PutLexiconExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.PutLexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.put-lexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "PutLexicon"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_SynthesizeSpeech",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.demo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.SynthesizeSpeechExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Synthesize speech from text using speech marks with &POL; using an &AWS; SDK.",
+ "snippet_tags": [
+ "Polly.dotnetv3.SynthesizeSpeechMarksExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.Synthesize"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.synthesizeSpeech"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.synthesize-speech"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "SynthesizeSpeech"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_GetSpeechSynthesisTask",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.GetSpeechSynthesisTask"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "GetSpeechSynthesisTask"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_StartSpeechSynthesisTask",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.StartSpeechSynthesisTask"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "StartSpeechSynthesisTask"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_StartSpeechSynthesisTask_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_LipSync",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_PollyLipSync_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lip-sync application with &POL; using an &AWS; SDK",
+ "title_abbrev": "Create a lip-sync application",
+ "synopsis": "create a lip-sync application with &POL;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
new file mode 100644
index 00000000000..2e9acf5d4d6
--- /dev/null
+++ b/python/example_code/rds/examples_catalog.json
@@ -0,0 +1,3244 @@
+{
+ "examples": [
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_Hello",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.HelloRds"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.rds.hello_rds.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_rds.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.rds.hello_rds"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds/hello_rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello-rds.list_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &RDS;",
+ "title_abbrev": "Hello &RDS;",
+ "synopsis": "get started using &RDS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBInstance",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.createDBInstance.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DeleteDBInstance",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.delete_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.delete_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.deleteDBInstance.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBInstances",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDbInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listAllInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.describeDBInstances.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBParameterGroups",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.desc_para_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBParameterGroups1",
+ "cpp.example_code.rds.DescribeDBParameterGroups2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBParameterGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.create_para_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DeleteDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBParameters",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.get_paras.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_ModifyDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.mod_paras.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "ModifyDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBSnapshot",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.create_snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.createDatabaseSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.createDBSnapshot.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBSnapshots",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listInstanceSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBEngineVersions",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario_desc_engine.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBEngineVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeOrderableDBInstanceOptions",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeOrderableDBInstanceOptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeOrderableDBInstanceOptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_Scenario_GetStartedInstances",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run multiple operations.",
+ "snippet_tags": [
+ "rds.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB instance actions.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB parameter groups.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapperParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB snapshot actions.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapperSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.rds.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &RDS; actions.",
+ "snippet_tags": [
+ "gov2.rds.DbInstances.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.rds.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &RDS; actions.",
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.get_started_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBInstance",
+ "DescribeDBParameterGroups",
+ "CreateDBSnapshot",
+ "DescribeDBSnapshots",
+ "ModifyDBParameterGroup",
+ "DeleteDBParameterGroup",
+ "CreateDBParameterGroup",
+ "DescribeDBEngineVersions",
+ "DescribeOrderableDBInstanceOptions",
+ "DescribeDBInstances",
+ "CreateDBInstance",
+ "DescribeDBParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a custom DB parameter group and set parameter values.",
+ "Create a DB instance that's configured to use the parameter group. The DB instance also contains a database.",
+ "Take a snapshot of the instance.",
+ "Delete the instance and parameter group."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
new file mode 100644
index 00000000000..224cad12ebe
--- /dev/null
+++ b/python/example_code/redshift/examples_catalog.json
@@ -0,0 +1,1297 @@
+{
+ "examples": [
+ {
+ "id": "redshift_Hello",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "redshift.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &RS;",
+ "title_abbrev": "Hello &RS;",
+ "synopsis": "get started using &RS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_CreateCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.CreateCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.create_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.java2.create_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-create-clusterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.CreateCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "CreateCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_CreateCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DeleteCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.delete_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the cluster.",
+ "snippet_tags": [
+ "redshift.java2.delete_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-delete-clusterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DeleteCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DeleteCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DescribeClusters",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.DescribeClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Describe the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.describe_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Describe the cluster.",
+ "snippet_tags": [
+ "redshift.java2.describe_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Describe your clusters.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-describe-clustersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.DescribeClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeClusters_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_ModifyCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.ModifyCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.mod_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.java2.mod_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-modify-clustersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.ModifyCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "ModifyCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DescribeStatement",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "redshiftdata.java2.checkstatement.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper",
+ "python.example_code.redshift_data.DescribeStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftDataWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_GetStatementResult",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Check the statement result.",
+ "snippet_tags": [
+ "redshiftdata.java2.getresults.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper",
+ "python.example_code.redshift_data.GetStatementResult"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftDataWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "GetStatementResult"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_Scenario",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &RS; features.",
+ "snippet_tags": [
+ "redshift.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &RS; SDK methods.",
+ "snippet_tags": [
+ "redshift.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.redshift_scenario.RedshiftScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Main function showing scenario implementation.",
+ "snippet_tags": [
+ "python.example_code.redshift.redshift_scenario.RedshiftScenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The wrapper functions used in the scenario.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.CreateCluster",
+ "python.example_code.redshift.DescribeClusters",
+ "python.example_code.redshift_data.ExecuteStatement",
+ "python.example_code.redshift_data.DescribeStatement",
+ "python.example_code.redshift_data.GetStatementResult",
+ "python.example_code.redshift.ModifyCluster",
+ "python.example_code.redshift_data.ListDatabases",
+ "python.example_code.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "ListDatabasesPaginator",
+ "ExecuteStatement",
+ "DescribeStatement",
+ "DescribeClusters",
+ "CreateCluster",
+ "ModifyCluster",
+ "GetStatementResult"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a Redshift cluster.",
+ "List databases in the cluster.",
+ "Create a table named Movies.",
+ "Populate the Movies table.",
+ "Query the Movies table by year.",
+ "Modify the Redshift cluster.",
+ "Delete the Amazon Redshift cluster."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
new file mode 100644
index 00000000000..dc16a508f4b
--- /dev/null
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -0,0 +1,2749 @@
+{
+ "examples": [
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DescribeCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DescribeCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.describe_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.describe_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DescribeCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Describing a collection",
+ "url": "rekognition/latest/dg/describe-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DescribeCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DeleteCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DeleteCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.delete_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.delete_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DeleteCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a collection",
+ "url": "rekognition/latest/dg/delete-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DeleteCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_IndexFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.AddFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.add_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.add_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.IndexFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Adding faces to a collection",
+ "url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "IndexFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_ListFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ListFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.list_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.list_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.ListFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Listing faces in a collection",
+ "url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "ListFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_SearchFacesByImage",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.SearchFacesMatchingImageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.match_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.SearchFacesByImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (image)",
+ "url": "rekognition/latest/dg/search-face-with-image-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "SearchFacesByImage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_SearchFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.SearchFacesMatchingIdExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.search_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.SearchFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (face ID)",
+ "url": "rekognition/latest/dg/search-face-with-id-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "SearchFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DeleteFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DeleteFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.delete_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.delete_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DeleteFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting faces from a collection",
+ "url": "rekognition/latest/dg/delete-faces-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DeleteFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_CreateCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CreateCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.create_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.create_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.CreateCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating a collection",
+ "url": "rekognition/latest/dg/create-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "CreateCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_ListCollections",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ListCollectionsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.list_collections.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.list_collections.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.ListCollections"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Listing collections",
+ "url": "rekognition/latest/dg/list-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "ListCollections"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_Usage_FindFacesInCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create classes that wrap &REKlong; functions.",
+ "snippet_tags": [
+ "python.example_code.rekognition.collection.imports",
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RekognitionImage.from_file",
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.CreateCollection",
+ "python.example_code.rekognition.ListCollections",
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.helper.to_dict",
+ "python.example_code.rekognition.DescribeCollection",
+ "python.example_code.rekognition.DeleteCollection",
+ "python.example_code.rekognition.IndexFaces",
+ "python.example_code.rekognition.ListFaces",
+ "python.example_code.rekognition.SearchFaces",
+ "python.example_code.rekognition.SearchFacesByImage",
+ "python.example_code.rekognition.helper.RekognitionFace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper classes to build a collection of faces from a set of images and then search for faces in the collection.",
+ "snippet_tags": [
+ "python.example_code.rekognition.Usage_FindFacesInCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build an &REK; collection and find faces in it using an &AWS; SDK",
+ "title_abbrev": "Build a collection and find faces in it",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Searching faces in a collection",
+ "url": "rekognition/latest/dg/collections.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &REK; collection.",
+ "Add images to the collection and detect faces in it.",
+ "Search the collection for faces that match a reference image.",
+ "Delete a collection."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Display bounding box information for all faces in an image.",
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ImageOrientationBoundingBox"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting faces in an image",
+ "url": "rekognition/latest/dg/faces-detect-images.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_CompareFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CompareFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.compare_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.compare_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.CompareFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Comparing faces in images",
+ "url": "rekognition/latest/dg/faces-comparefaces.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "CompareFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectLabels",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectLabelsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detect labels in an image file stored on your computer.",
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectLabelsLocalFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rekognition.DetectLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting labels in an image",
+ "url": "rekognition/latest/dg/labels-detect-labels-image.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectLabels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectModerationLabels",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectModerationLabelsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_mod_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_mod_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectModerationLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting inappropriate images",
+ "url": "rekognition/latest/dg/procedure-moderate-images.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectModerationLabels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectText",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectTextExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting text in an image",
+ "url": "rekognition/latest/dg/text-detecting-text-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectText"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_RecognizeCelebrities",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CelebritiesInImageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.recognize_celebs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.recognize_celebs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RecognizeCelebrities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Recognizing celebrities in an image",
+ "url": "rekognition/latest/dg/celebrities-procedure-image.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "RecognizeCelebrities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_RecognizeCelebrities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_Usage_DetectAndDisplayImage",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create classes to wrap &REKlong; functions.",
+ "snippet_tags": [
+ "python.example_code.rekognition.image_detection_imports",
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RekognitionImage.from_file",
+ "python.example_code.rekognition.RekognitionImage.from_bucket",
+ "python.example_code.rekognition.DetectFaces",
+ "python.example_code.rekognition.DetectLabels",
+ "python.example_code.rekognition.RecognizeCelebrities",
+ "python.example_code.rekognition.CompareFaces",
+ "python.example_code.rekognition.DetectModerationLabels",
+ "python.example_code.rekognition.DetectText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create helper functions to draw bounding boxes and polygons.",
+ "snippet_tags": [
+ "python.example_code.rekognition.helper.imports",
+ "python.example_code.rekognition.helper.show_bounding_boxes",
+ "python.example_code.rekognition.helper.show_polygons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create classes to parse objects returned by &REK;.",
+ "snippet_tags": [
+ "python.example_code.rekognition.helper.RekognitionFace",
+ "python.example_code.rekognition.helper.RekognitionCelebrity",
+ "python.example_code.rekognition.helper.RekognitionPerson",
+ "python.example_code.rekognition.helper.RekognitionLabel",
+ "python.example_code.rekognition.helper.RekognitionModerationLabel",
+ "python.example_code.rekognition.helper.RekognitionText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper classes to detect elements in images and display their bounding boxes. The images used in this example can be found on GitHub along with instructions and more code.",
+ "snippet_tags": [
+ "python.example_code.rekognition.Usage_ImageDetection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect and display elements in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect and display elements in images",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Displaying bounding boxes",
+ "url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Detect elements in images by using &REK;.",
+ "Display images and draw bounding boxes around detected elements."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/route53-recovery-cluster/examples_catalog.json b/python/example_code/route53-recovery-cluster/examples_catalog.json
new file mode 100644
index 00000000000..143ac7db19d
--- /dev/null
+++ b/python/example_code/route53-recovery-cluster/examples_catalog.json
@@ -0,0 +1,186 @@
+{
+ "examples": [
+ {
+ "id": "route53-recovery-cluster_GetRoutingControlState",
+ "file": "route53-recovery-cluster_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "route53_rec.java2.get_routing.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/route53recoverycluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
+ "python.example_code.route53-recovery-cluster.GetRoutingControlState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/route53-recovery-cluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "route53-recovery-cluster": {
+ "__set__": [
+ "GetRoutingControlState"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_GetRoutingControlState_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "route53-recovery-cluster_UpdateRoutingControlState",
+ "file": "route53-recovery-cluster_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "route53_rec.java2.update_routing_state.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/route53recoverycluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
+ "python.example_code.route53-recovery-cluster.UpdateRoutingControlState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/route53-recovery-cluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "route53-recovery-cluster": {
+ "__set__": [
+ "UpdateRoutingControlState"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_UpdateRoutingControlState_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/s3-directory-buckets/examples_catalog.json b/python/example_code/s3-directory-buckets/examples_catalog.json
new file mode 100644
index 00000000000..ff9a6c580c4
--- /dev/null
+++ b/python/example_code/s3-directory-buckets/examples_catalog.json
@@ -0,0 +1,178 @@
+{
+ "examples": [
+ {
+ "id": "s3-directory-buckets_CreateSession",
+ "file": "s3-directory-buckets_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3_directory.S3ExpressWrapper.decl",
+ "python.example_code.s3_directory.CreateSession"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3-directory-buckets",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3-directory-buckets": {
+ "__set__": [
+ "CreateSession"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3-directory-buckets_Scenario_ExpressBasics",
+ "file": "s3-directory-buckets_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.",
+ "snippet_tags": [
+ "php.example_code.s3.ExpressBasics",
+ "php.example_code.s3.service.S3Service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3/express",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.\n",
+ "snippet_tags": [
+ "python.example_code.s3.s3_express_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &S3; Express SDK functions.",
+ "snippet_tags": [
+ "python.example_code.s3_directory.S3ExpressWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3-directory-buckets/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3-directory-buckets": {
+ "__set__": [
+ "DeleteObject",
+ "ListObjects",
+ "DeleteBucket",
+ "GetObject",
+ "CopyObject",
+ "PutObject",
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3-directory-buckets_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Set up a VPC and VPC Endpoint.",
+ "Set up the Policies, Roles, and User to work with S3 directory buckets and the S3 Express One Zone storage class.",
+ "Create two S3 Clients.",
+ "Create two buckets.",
+ "Create an object and copy it over.",
+ "Demonstrate performance difference.",
+ "Populate the buckets to show the lexicographical difference.",
+ "Prompt the user to see if they want to clean up the resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
new file mode 100644
index 00000000000..bf602a05ece
--- /dev/null
+++ b/python/example_code/s3/examples_catalog.json
@@ -0,0 +1,9565 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Hello",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.s3.hello_s3.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_s3.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.s3.hello_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3/hello_s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.s3.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.basics.helloService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.s3-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "S3ExampleError utilities.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.s3-example-error"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &S3;",
+ "title_abbrev": "Hello &S3;",
+ "synopsis": "get started using &S3;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListBuckets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_CreateBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object lock enabled.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.CreateBucketWithObjectLock"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.create_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket with default configuration.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object locking and wait for it to exist.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.create_bucket.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket.",
+ "snippet_tags": [
+ "s3.java2.create_bucket_waiters.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object lock enabled.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.CreateBucketWithLockOptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.createBucketV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.createBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket with default settings.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a versioned bucket with a lifecycle configuration.",
+ "snippet_tags": [
+ "s3.python.versioning.create_versioned_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.ruby.create_bucket_snippet.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.create_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.create_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.iecho",
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_CopyObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnet35.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.CopyObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.copy_objects.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.CopyObject.ToBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.copy_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.copy_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to copy an object from one bucket to another. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.objectcopy.import",
+ "s3.tm.java2.objectcopy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.copyObjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-none-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object using on condition it has been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-modified-since.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object using on condition it has not been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-unmodified-since.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Simple copy of an object.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.copyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.CopyObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy an object.",
+ "snippet_tags": [
+ "s3.ruby.copy_object_between_buckets.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object and add server-side encryption to the destination object.",
+ "snippet_tags": [
+ "s3.ruby.copy_object_encrypt_copy.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.copy_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.copy_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CopyObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_bucket_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.delete_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the bucket policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.deleteBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-delete-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.DeleteBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object in a non-versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteObjectExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an object in a versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteObjectVersionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.service.deleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Roll an object back to a previous version by deleting later versions of the object.",
+ "snippet_tags": [
+ "s3.python.versioning.rollback_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Revive a deleted object by removing the object's active delete marker.",
+ "snippet_tags": [
+ "s3.python.versioning.revive_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a &LAM; handler that removes a delete marker from an S3 object. This handler can be used to efficiently clean up extraneous delete markers in a versioned bucket.",
+ "snippet_tags": [
+ "s3.python.lambda.remove_delete_marker"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deleteobjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteObjects",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete all objects in an S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DeleteBucketContents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete multiple objects in a non-versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteMultipleObjectsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete multiple objects in a versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteMultipleVersionedObjectsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.delete_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_many_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a set of objects from a list of keys.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.deleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a set of objects by using a list of object keys.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObjects_Keys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all objects in a bucket.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObjects_All"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Permanently delete a versioned object by deleting all of its versions.",
+ "snippet_tags": [
+ "s3.python.versioning.permanently_delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete multiple objects.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deletemultipleobjectsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.deleteobjects.handler.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/DeleteObjects",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.s3.delete_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteObjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_object_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.get_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.GetObjectAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_bucket_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.get_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.get_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the bucket policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.getBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-get-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.GetBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DownloadObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.GetObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.getobjectdata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Read data as a byte array using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjectdata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to download an object in an S3 bucket to a local file. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.downloadfile.import",
+ "s3.tm.java2.downloadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Read tags that belong to an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjecttags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a URL for an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjecturl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object by using the S3Presigner client object using an S3Client.",
+ "snippet_tags": [
+ "presigned.java2.getobjectpresigned.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object by using a ResponseTransformer object and S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjectdata.transformer.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an object.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.getObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.GetObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Download the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.getobjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-none-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object using on condition it has been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-modified-since.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object using on condition it has not been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-unmodified-since.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-get-object",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an object.",
+ "snippet_tags": [
+ "ruby.example_code.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object and report its server-side encryption state.",
+ "snippet_tags": [
+ "s3.ruby.determine_object_encryption_state.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.get_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.get_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.readfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketLifecycleConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectLegalHold",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.GetObjectLegalHold.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object legal hold.",
+ "snippet_tags": [
+ "python.example_code.s3.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-legal-hold.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectLegalHold"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectLockConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.GetBucketObjectLockConfiguration.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.GetBucketObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.GetObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the object lock configuration.",
+ "snippet_tags": [
+ "python.s3-object-locking.s3_GetObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectLockConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketLifecycleConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.manage_lifecycle.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketLifecycle",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketLifecycle"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_ListObjectsV2",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-ListBucketContents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List objects with a paginator.",
+ "snippet_tags": [
+ "S3.dotnetv3.ListObjectsPaginatorExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.list_objects.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.ListObjectsV2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.list_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.list_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List objects using pagination.",
+ "snippet_tags": [
+ "s3.java2.list_objects.pag.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List objects in a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.listObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.list_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List all of the objects in your bucket. If there is more than one object, IsTruncated and NextContinuationToken will be used to iterate over the full list.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.listObjectsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.list_objects_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.ListObjectsV2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListObjectsV2"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-UploadFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object with server-side encryption.",
+ "snippet_tags": [
+ "S3.dotnetv3.ServerSideEncryptionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.PutObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object in a bucket by using the low-level API.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket by using a transfer manager.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.UploadObject"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.s3_object_upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a file to a bucket using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to upload a file to a bucket. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadfile.import",
+ "s3.tm.java2.uploadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set tags using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_manage_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set metadata using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_upload.metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set an object retention value using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.retention_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload an object to a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.putObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.PutObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.upload_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.uploadV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the object on condition its ETag matches the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a file using a managed uploader (Object.upload_file).",
+ "snippet_tags": [
+ "s3.ruby.upload_files_using_managed_file_uploader.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file using Object.put.",
+ "snippet_tags": [
+ "s3.ruby.upload_files_using_put_object_method.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file using Object.put and add server-side encryption.",
+ "snippet_tags": [
+ "s3.ruby.s3_encrypt_file_upload.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.put_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3-smithy.swift.import",
+ "s3.swift.basics.handler.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3-smithy.swift.import",
+ "s3.swift.basics.handler.createfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.bucket_deletion.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an empty bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.deleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deleteBucketV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-deleting-buckets",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the CORS policy for the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.cors.getBucketCorsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-get-cors",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.GetBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.cors.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add a CORS rule.",
+ "snippet_tags": [
+ "s3.JavaScript.v3.cors.putBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-put-cors",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.PutBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.DeleteBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetBucketACLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.get_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the ACL permissions.",
+ "snippet_tags": [
+ "s3.JavaScript.perms.getBucketAclV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-get-acl",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_acl_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutBucketACLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.set_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.set_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put the bucket ACL.",
+ "snippet_tags": [
+ "s3.JavaScript.perms.putBucketAclV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-put-acl",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_bucket_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_bucket_policy02.code",
+ "s3.cpp.put_bucket_policy01.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.set_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add the policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.putBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-set-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.PutBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_HeadBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "HeadBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_ListBuckets",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.list.buckets.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.list_buckets.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the buckets.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.listBucketsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-list-buckets",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.listbuckets.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListBuckets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.PutObjectAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_object_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectLegalHold",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyObjectLegalHold.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-legal-hold.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object legal hold.",
+ "snippet_tags": [
+ "python.example_code.s3.PutObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectLegalHold"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectLockConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.EnableObjectLockOnBucket.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyBucketDefaultRetention.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.EnableObjectLockOnBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyBucketDefaultRetention"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PubObjectLockConfiguration.EnableObjectLockOnBucket"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectLockConfiguration.ModifyDefaultBucketRetention"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-default-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put object lock configuration.",
+ "snippet_tags": [
+ "python.s3-object-locking.s3_PutObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectLockConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectRetention",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyObjectRetentionPeriod.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyObjectRetentionPeriod"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectRetention"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-retention.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object retention.",
+ "snippet_tags": [
+ "python.example_code.s3.PutObjectRetention"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectRetention"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_UsingLargeFiles",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Call functions that transfer files to and from an S3 bucket using the S3TransferManager.",
+ "snippet_tags": [
+ "s3.tm.java2.downloadtodirectory.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an entire local directory.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadadirectory.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a single file.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The code examples use the following imports.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3 Transfer Manager on top of the &AWS; CRT-based S3 client to transparently perform a multipart upload when the size of the content exceeds a threshold. The default threshold size is 8 MB.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.transferManager"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3Client API to perform a multipart upload.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.s3Client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3AsyncClient API with multipart support enabled to perform a multipart upload.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.s3AsyncClient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Call functions that transfer files to and from an S3 bucket using the &S3; TransferUtility.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.GlobalUsings",
+ "S3.dotnetv3.TransferUtilityBasics.Main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a single file.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.UploadSingleFileAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an entire local directory.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.UploadFullDirectoryAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download a single file.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.DownloadSingleFileAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download contents of an S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.DownloadS3DirectoryAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Track the progress of an upload using the TransferUtility.",
+ "snippet_tags": [
+ "S3.dotnetv3.TrackMPUUsingHighLevelAPIExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object with encryption.",
+ "snippet_tags": [
+ "S3.dotnetv3.SSECLowLevelMPUcopyObjectExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that use upload and download managers to break the data into parts and transfer them concurrently.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.Upload",
+ "gov2.s3.Download"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario that shows you how to use the upload and download managers in context.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_LargeObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that transfer files using several of the available transfer manager settings. Use a callback class to write callback progress during file transfer.",
+ "snippet_tags": [
+ "S3.Python.s3_file_transfer.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Demonstrate the transfer manager functions and report results.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_FileTransfer_Demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/file_transfer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.s3.large_files.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a large file.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.multipartupload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download a large file.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.multipartdownload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Upload or download large files to and from &S3; using an &AWS; SDK",
+ "title_abbrev": "Upload or download large files",
+ "synopsis": "upload or download large files to and from &S3;.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Uploading an object using multipart upload",
+ "url": "AmazonS3/latest/userguide/mpu-upload-object.html"
+ },
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_BatchObjectVersioning",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_S3BatchObjectVersioning_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/s3/s3_versioning",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage versioned &S3; objects in batches with a &LAM; function using an &AWS; SDK",
+ "title_abbrev": "Manage versioned objects in batches with a &LAM; function",
+ "synopsis": "manage versioned S3 objects in batches with a &LAM; function.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_PresignedUrl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a presigned URL that can perform an &S3; action for a limited time.",
+ "snippet_tags": [
+ "S3.dotnetv3.GenPresignedUrlExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a presigned URL and perform an upload using that URL.",
+ "snippet_tags": [
+ "S3.dotnetv3.UploadUsingPresignedURLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The following shows three example of how to create presigned URLs and use the URLs with\n HTTP client libraries:\n\n \n An HTTP GET request that uses the URL with three HTTP client libraries\n \n \n An HTTP PUT request with metadata in headers that uses the URL with three HTTP client\n libraries\n \n \n An HTTP PUT request with query parameters that uses the URL with one HTTP client\n library\n \n \n Generate a pre-signed URL for an object, then download it (GET request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object by using any one of the following three approaches.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use JDK HttpURLConnection
(since v1.1) class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.basichttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use JDK HttpClient
(since v11) class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.jdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; SDK for Java SdkHttpClient
class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file object by using any one of the following three approaches.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the JDK HttpURLConnection
(since v1.1) class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.basichttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the JDK HttpClient
(since v11) class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.jdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a presigned URL that can perform an S3 action for a limited time. Use the Requests package to make a request with the URL.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_GeneratePresignedUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a presigned POST request to upload a file.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.Scenario_GeneratePresignedPost"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap S3 presigning actions.",
+ "snippet_tags": [
+ "gov2.s3.Presigner.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive example that generates and uses presigned URLs to upload, download, and delete an S3 object.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_Presigning.imports",
+ "gov2.s3.Scenario_Presigning"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define an HTTP request wrapper used by the example to make HTTP requests.",
+ "snippet_tags": [
+ "gov2.s3.IHttpRequester.helper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a presigned URL to upload an object to a bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.presignedurlv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a presigned URL to download an object from a bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.getpresignedurlv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-create-presigendurl",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.ruby.upload_object_presigned_url.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a GetObject
presigned request and use the URL to download an object.",
+ "snippet_tags": [
+ "s3.kotlin.presign_getObject.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a GetObject
presigned request with advanced options.",
+ "snippet_tags": [
+ "s3.kotlin.presign_getObjectMoreOptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a PutObject
presigned request and use it to upload an object.",
+ "snippet_tags": [
+ "s3.kotlin.presign_putObject.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": "sdk-for-kotlin/latest/developer-guide/presign-requests.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create presigning requests to GET S3 objects.",
+ "snippet_tags": [
+ "s3.rust.get-object-presigned"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create presigning requests to PUT S3 objects.",
+ "snippet_tags": [
+ "s3.rust.put-object-presigned"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a pre-signed URL to download an object.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download using libcurl.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.GetObjectDownload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL to upload an object.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload using libcurl.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.PutObjectUpload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.php.presigned_url.complete",
+ "php.example_code.s3.service.S3Service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a presigned URL for &S3; using an &AWS; SDK",
+ "title_abbrev": "Create a presigned URL",
+ "synopsis": "create a presigned URL for Amazon S3 and upload an object.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_ObjectVersioningUsage",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap S3 actions.",
+ "snippet_tags": [
+ "s3.python.versioning.create_versioned_bucket",
+ "s3.python.versioning.rollback_object",
+ "s3.python.versioning.revive_object",
+ "s3.python.versioning.permanently_delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the stanza of a poem to a versioned object and perform a series of actions on it.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_ObjectVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_versioning",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Work with &S3; versioned objects using an &AWS; SDK",
+ "title_abbrev": "Work with versioned objects",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CreateBucket",
+ "DeleteObject",
+ "ListObjectVersions",
+ "PutBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectVersioningUsage_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a versioned S3 bucket.",
+ "Get all versions of an object.",
+ "Roll an object back to a previous version.",
+ "Delete and restore a versioned object.",
+ "Permanently delete all versions of an object."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_GettingStarted",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/S3_Basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A scenario example.",
+ "snippet_tags": [
+ "s3.java2.s3_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class that contains the operations.",
+ "snippet_tags": [
+ "s3.java2.s3_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "First, import all the necessary modules.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.imports"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The preceding imports reference some helper utilities. These utilities are local to the GitHub repository linked at the start of this section. For your reference, see the following implementations of those utilities.",
+ "snippet_tags": [
+ "javascript.v3.utils.dirnameFromMetaUrl",
+ "javascript.v3.utils.prompter",
+ "javascript.v3.utils.wrapText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Objects in S3 are stored in 'buckets'. Let's define a function for creating a new bucket.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Buckets contain 'objects'. This function uploads the contents of a directory to your bucket as objects.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "After uploading objects, check to confirm that they were uploaded correctly. You can use ListObjects for that. You'll be using the 'Key' property, but there are other useful properties in the response also.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sometimes you might want to copy an object from one bucket to another. Use the CopyObject command for that.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "There's no SDK method for getting multiple objects from a bucket. Instead, you'll create a list of objects to download and iterate over them.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "It's time to clean up your resources. A bucket must be empty before it can be deleted. These two functions empty and delete the bucket.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.clean"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The 'main' function pulls everything together. If you run this file directly the main function will be called.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.s3_operations.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a struct that wraps bucket and object actions used by the scenario.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario that shows you how to work with S3 buckets and objects.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_GetStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the binary crate which runs the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/s3/src/bin/s3-getting-started.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Common actions used by the scenario.",
+ "snippet_tags": [
+ "s3.rust.create_bucket",
+ "s3.rust.upload_object",
+ "s3.rust.download_object",
+ "s3.rust.copy_object",
+ "s3.rust.list_objects",
+ "s3.rust.clear_bucket",
+ "s3.rust.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.getting_started_with_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.example"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.getting_started_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &S3; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.CreateBucket",
+ "aws-cli.bash-linux.s3.PutObject",
+ "aws-cli.bash-linux.s3.GetObject",
+ "aws-cli.bash-linux.s3.CopyObject",
+ "aws-cli.bash-linux.s3.ListObjects",
+ "aws-cli.bash-linux.s3.DeleteObjects",
+ "aws-cli.bash-linux.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListObjectsV2",
+ "DeleteBucket",
+ "DeleteObjects",
+ "PutObject",
+ "CopyObject",
+ "GetObject",
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a bucket and upload a file to it.",
+ "Download an object from a bucket.",
+ "Copy an object to a subfolder in a bucket.",
+ "List the objects in a bucket.",
+ "Delete the bucket objects and the bucket."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_ConditionalRequests",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &S3; conditional requests.",
+ "snippet_tags": [
+ "python.example_code.s3.S3ConditionalRequests.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "A wrapper class that defines the conditional request operations.",
+ "snippet_tags": [
+ "python.example_code.s3.S3ConditionalRequests.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/conditional_requests",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &S3; conditional request features.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for S3 functions.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.S3ActionsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ConditionalRequestsScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Entrypoint for the workflow (index.js). This orchestrates all of the steps.\nVisit GitHub to see the implementation details for Scenario, ScenarioInput, ScenarioOutput, and ScenarioAction.\n",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Output welcome messages to the console (welcome.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/welcome.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy buckets and objects (setup.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/setup.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get, copy, and put objects using S3 conditional requests (repl.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/repl.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy all created resources (clean.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/clean.steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3/scenarios/conditional-requests",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Make &S3; conditional requests using an &AWS; SDK",
+ "title_abbrev": "Make conditional requests",
+ "synopsis": "add preconditions to &S3; requests.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObject",
+ "CopyObject",
+ "PutObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
new file mode 100644
index 00000000000..fd6f2ce635e
--- /dev/null
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -0,0 +1,768 @@
+{
+ "examples": [
+ {
+ "id": "scheduler_hello",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.HelloScheduler"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &EVS;",
+ "title_abbrev": "Hello &EVS;",
+ "synopsis": "get started using &EVS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "ListSchedules"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_CreateSchedule",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.create.schedule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.CreateSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.CreateSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "CreateSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateSchedule_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_CreateScheduleGroup",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.create.schedule.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.CreateScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.CreateScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "CreateScheduleGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateScheduleGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_DeleteSchedule",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.DeleteSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.DeleteSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.delete.schedule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteSchedule_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_DeleteScheduleGroup",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.delete.schedule.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.DeleteScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.DeleteScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteScheduleGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteScheduleGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_ScheduledEventsScenario",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "scheduler.javav2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "scheduler.javav2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "Scheduler.dotnetv3.SchedulerWorkflow"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "Scheduler.dotnetv3.SchedulerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.scheduler.FeatureScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "SchedulerWrapper class that wraps &EVlong; Scheduler actions.",
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A complete &EVS; Scheduled Events scenario using an &AWS; SDK",
+ "title_abbrev": "Scheduled Events",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteScheduleGroups",
+ "CreateScheduleGroup",
+ "CreateSchedule",
+ "DeleteSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_ScheduledEventsScenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Deploy a &CFN; stack with required resources.",
+ "Create a &EVS; schedule group.",
+ "Create a one-time &EVS; schedule with a flexible time window.",
+ "Create a recurring &EVS; schedule with a specified rate.",
+ "Delete &EVS; the schedule and schedule group.",
+ "Clean up resources and delete the stack."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
new file mode 100644
index 00000000000..fd1f20039b0
--- /dev/null
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -0,0 +1,368 @@
+{
+ "examples": [
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "secrets-manager_GetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SecretsManager.dotnetv3.GetSecretValueExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SecretsManager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.kotlin.get_secret.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.java2.get_secret.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.GetSecretValue.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.rust.get-secret-value"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.secrets_manager.get_secret_value"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.secretsmanager.actions.GetSecretValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "secrets-manager": {
+ "__set__": [
+ "GetSecretValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "secrets-manager_BatchGetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.BatchGetSecretValue.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "secrets-manager": {
+ "__set__": [
+ "BatchGetSecretValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
new file mode 100644
index 00000000000..1649eb8b08c
--- /dev/null
+++ b/python/example_code/ses/examples_catalog.json
@@ -0,0 +1,3560 @@
+{
+ "examples": [
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/DynamoDbItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/dynamodb_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a web application to track &DDB; data",
+ "title_abbrev": "Create a web application to track &DDB; data",
+ "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "dynamodb",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_SendEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.SendEmailAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.sendmessage.request.main",
+ "ses.java2.sendmessageattachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.email.sendEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.send_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "SendEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_SendTemplatedEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.SendTemplateEmailAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.sendmessage.template.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.email.sendTemplatedEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "SendTemplatedEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_VerifyDomainIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyDomainIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.verifyDomainIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyDomainIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_VerifyEmailIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.VerifyEmailIdentityAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.verifyEmailIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.VerifyEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.send_verification"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_GetIdentityVerificationAttributes",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.GetIdentityStatusAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.GetIdentityVerificationAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.list_identities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "GetIdentityVerificationAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.DeleteIdentityAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.DeleteIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.deleteIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListIdentities",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.ListIdentitiesAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.identities.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.listIdentitiesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.list_identities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListIdentities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptFilter",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.CreateReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.createReceiptFilterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptFilter"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListReceiptFilters",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.ListReceiptFilters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.listReceiptFiltersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.ListReceiptFilters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListReceiptFilters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptFilter",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.deleteReceiptFilterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptFilter"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptFilter_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.CreateReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.createReceiptRuleSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptRule",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &S3; bucket where &SES; can put copies of incoming emails and create a rule that copies incoming email to the bucket for a specific list of recipients.",
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.helper.create_bucket_for_copy",
+ "python.example_code.ses.CreateReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.createReceiptRuleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DescribeReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DescribeReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DescribeReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptRule",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.deleteReceiptRuleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.deleteReceiptRuleSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.CreateEmailTemplateAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.CreateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.createTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.DeleteEmailTemplateAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.DeleteTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.deleteTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_GetTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.GetTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.getTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.GetTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "GetTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListTemplates",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.ListEmailTemplatesAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.list.templates.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.ListTemplates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.listTemplatesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListTemplates"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListTemplates_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_UpdateTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.updateTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "UpdateTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_GenerateSmtpCredentials",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.python.ses_generate_smtp_credentials.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate credentials to connect to an &SES; SMTP endpoint",
+ "title_abbrev": "Generate credentials to connect to an SMTP endpoint",
+ "synopsis": "generate credentials to connect to an &SES; SMTP endpoint.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_SendEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Verify an email address with &SES; and send messages.",
+ "snippet_tags": [
+ "python.example_code.ses.Scenario_SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; identity actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyDomainIdentity",
+ "python.example_code.ses.VerifyEmailIdentity",
+ "python.example_code.ses.helper.wait_until_identity_exists",
+ "python.example_code.ses.GetIdentityVerificationAttributes",
+ "python.example_code.ses.DeleteIdentity",
+ "python.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; template actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.CreateTemplate",
+ "python.example_code.ses.DeleteTemplate",
+ "python.example_code.ses.GetTemplate",
+ "python.example_code.ses.ListTemplates",
+ "python.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; email actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesDestination",
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendEmail",
+ "python.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Verify an email identity and send messages with &SES; using an &AWS; SDK",
+ "title_abbrev": "Verify an email identity and send messages",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity",
+ "CreateTemplate",
+ "DeleteTemplate",
+ "ListIdentities",
+ "UpdateTemplate",
+ "VerifyDomainIdentity",
+ "ListTemplates",
+ "SendTemplatedEmail",
+ "SendEmail",
+ "DeleteIdentity",
+ "GetTemplate",
+ "GetIdentityVerificationAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Add and verify an email address with &SES;.",
+ "Send a standard email message.",
+ "Create a template and send a templated email message.",
+ "Send a message by using an &SES; SMTP server."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_ReplicateIdentities",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.python.ses_replicateidentities.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Copy &SES; email and domain identities from one &AWS; Region to another using an &AWS; SDK",
+ "title_abbrev": "Copy email and domain identities across Regions",
+ "synopsis": "copy &SES; email and domain identities from one &AWS; Region to another. When domain identities are managed by &R53;, verification records are copied to the domain for the destination Region.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity",
+ "ListIdentities",
+ "VerifyDomainIdentity",
+ "SetIdentityNotificationTopic",
+ "VerifyDomainDkim"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sesv2/examples_catalog.json b/python/example_code/sesv2/examples_catalog.json
new file mode 100644
index 00000000000..21713983381
--- /dev/null
+++ b/python/example_code/sesv2/examples_catalog.json
@@ -0,0 +1,1643 @@
+{
+ "examples": [
+ {
+ "id": "sesv2_CreateContactList",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.create-contact-list"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateContactList"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateContact",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.create-contact"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateContact"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_ListContacts",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.list-contacts"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "ListContacts"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_SendEmail",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message.",
+ "snippet_tags": [
+ "ses.java2.sendmessage.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sends a message using a template.",
+ "snippet_tags": [
+ "sesv2.java2.newsletter.SendEmail.template"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message to all members of the contact list.",
+ "snippet_tags": [
+ "ses.rust.send-email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sends a message to all members of the contact list using a template.",
+ "snippet_tags": [
+ "sesv2.rust.send-email.template"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v2.send_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message to all members of the contact list.",
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.SendEmail.simple"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Sends a message to all members of the contact list using a template.",
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.SendEmail.template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "SendEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateEmailIdentity",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-email-identity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateEmailTemplate",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateEmailTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteContactList",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-contact-list"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteContactList"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteEmailIdentity",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-email-identity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteEmailTemplate",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteEmailTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_NewsletterWorkflow",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.NewsletterWorkflow"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContactList",
+ "sesv2.java2.newsletter.CreateContact",
+ "sesv2.java2.newsletter.ListContacts",
+ "sesv2.java2.newsletter.SendEmail.template",
+ "sesv2.java2.newsletter.CreateEmailIdentity",
+ "sesv2.java2.newsletter.CreateEmailTemplate",
+ "sesv2.java2.newsletter.DeleteContactList",
+ "sesv2.java2.newsletter.DeleteEmailIdentity",
+ "sesv2.java2.newsletter.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContactList",
+ "python.example_code.sesv2.CreateContact",
+ "python.example_code.sesv2.ListContacts",
+ "python.example_code.sesv2.SendEmail.simple",
+ "python.example_code.sesv2.SendEmail.template",
+ "python.example_code.sesv2.CreateEmailIdentity",
+ "python.example_code.sesv2.CreateEmailTemplate",
+ "python.example_code.sesv2.DeleteContactList",
+ "python.example_code.sesv2.DeleteEmailIdentity",
+ "python.example_code.sesv2.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-contact-list",
+ "sesv2.rust.create-contact",
+ "sesv2.rust.list-contacts",
+ "sesv2.rust.send-email.template",
+ "sesv2.rust.create-email-identity",
+ "sesv2.rust.create-email-template",
+ "sesv2.rust.delete-contact-list",
+ "sesv2.rust.delete-email-identity",
+ "sesv2.rust.delete-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A complete &SESv2; Newsletter scenario using an &AWS; SDK",
+ "title_abbrev": "Newsletter scenario",
+ "synopsis": "run the &SESv2; newsletter scenario.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "SendEmail.template",
+ "ListContacts",
+ "CreateContactList",
+ "CreateContact",
+ "SendEmail.simple",
+ "DeleteEmailTemplate",
+ "DeleteEmailIdentity",
+ "DeleteContactList",
+ "CreateEmailTemplate",
+ "CreateEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
new file mode 100644
index 00000000000..ee1a47133a1
--- /dev/null
+++ b/python/example_code/sns/examples_catalog.json
@@ -0,0 +1,3622 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_ListSubscriptions",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.ListSNSSubscriptionsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.list_subscriptions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.list_subscriptions.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.ListSubscriptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.ListSubscriptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.listSubscriptionsByTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topicsgetttopicattributes",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.ListSubscriptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.showSubscription"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-subscriptions.html",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.list_subscriptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "ListSubscriptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_ListTopics",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.ListSNSTopicsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.list_topics.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.list_topics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.ListTopics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.ListTopics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.listTopicsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-listtopics",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.ListTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.showTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-topics.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.list-topics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.ListTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.list_topics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "ListTopics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_CreateTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a topic with a specific name.",
+ "snippet_tags": [
+ "SNS.dotnetv3.CreateSNSTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a new topic with a name and specific FIFO and de-duplication attributes.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.create_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.CreateTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.CreateTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.createTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-createtopic",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.create_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-managing-topics.html#create-a-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.createTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-topic.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.create-topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.create_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_DeleteTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a topic by its topic ARN.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.delete_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.DeleteTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.DeleteTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.deleteTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-deletetopic",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.delete_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.delete_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "DeleteTopic"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Publish",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Publish a message to a topic.",
+ "snippet_tags": [
+ "SNS.dotnetv3.PublishToSNSTopicExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message to a topic with group, duplication, and attribute options.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.PublishWithOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Apply the user's selections to the publish action.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.publish_to_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message with an attribute.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes",
+ "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.PublishTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.PublishTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.publishMessagesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message to a topic with group, duplication, and attribute options.",
+ "snippet_tags": [
+ "javascript.v3.wkflw.topicsandqueues.publish-messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-publishing-messages.html",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.publish_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#publish-a-message-to-an-sns-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Publish a message with attributes so that a subscription can filter based on attributes.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_MessageAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message that takes different forms based on the protocol of the subscriber.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_MessageStructure"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.sendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-send-message.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.sns-hello-world"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.publish_to_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Publish"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishTextSMS",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.SNSMessageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.publish_sms.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.PublishTextSMS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.PublishTextSMS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.publish_text_SMS.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-sending-sms.html#publish-to-a-text-message-sms-message",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_TextMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Publish an &SNS; SMS text message using an &AWS; SDK",
+ "title_abbrev": "Publish an SMS text message",
+ "synopsis": "publish SMS messages using &SNS;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Publish"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_SetSubscriptionAttributes",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.message_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.SetSubscriptionAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "SetSubscriptionAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Subscribe",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "SNS.dotnetv3.TopicSubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a queue to a topic with optional filters.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_email.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a mobile application to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_app.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_lamda.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an SQS queue to a topic.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue1",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe with a filter to a topic.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe a queue to a topic with optional filters.",
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.kotlin.SubscribeEmail.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.kotlin.SubscribeLambda.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.SubscribeEmail.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an HTTP endpoint to a topic.",
+ "snippet_tags": [
+ "sns.java2.SubscribeHTTPS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.java2.SubscribeLambda.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a mobile application to a topic.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeAppV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeLambdaV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an SQS queue to a topic.",
+ "snippet_tags": [
+ "javascript.v3.sns.actions.subscribe-queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe with a filter to a topic.",
+ "snippet_tags": [
+ "javascript.v3.sns.actions.subscribe-queue-filtered"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-subscribing-email",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.php.subscribe_email.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an HTTP endpoint to a topic.",
+ "snippet_tags": [
+ "sns.php.subscribe_HTTPS.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.Ruby.createSubscription"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-subscription.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.rust.sns-hello-world"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "swift.sns.SubscribeEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a phone number to a topic to receive notifications by SMS.",
+ "snippet_tags": [
+ "swift.sns.SubscribeSMS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.abapv1.subscribe_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Subscribe"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Unsubscribe",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Unsubscribe from a topic by a subscription ARN.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.unsubscribe.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.Unsubscribe.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.Unsubscribe.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.unsubscribeV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-unsubscribing",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.unsubscribe.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#unsubscribe-from-a-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Unsubscribe"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
+ "snippet_tags": [
+ "sns.java2.PriceUpdateExample.display"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
+ "snippet_tags": [
+ "python.example_code.sns.Scenario_SubscribeFifoTopic",
+ "python.example_code.sns.FifoTopicWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
+ "snippet_tags": [
+ "sns.abapv1.publish_message_to_fifo_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic",
+ "Subscribe",
+ "Publish"
+ ]
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
new file mode 100644
index 00000000000..43c6635c2a8
--- /dev/null
+++ b/python/example_code/sqs/examples_catalog.json
@@ -0,0 +1,3137 @@
+{
+ "examples": [
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
+ "snippet_tags": [
+ "sns.java2.PriceUpdateExample.display"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
+ "snippet_tags": [
+ "python.example_code.sns.Scenario_SubscribeFifoTopic",
+ "python.example_code.sns.FifoTopicWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
+ "snippet_tags": [
+ "sns.abapv1.publish_message_to_fifo_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic",
+ "Subscribe",
+ "Publish"
+ ]
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_CreateQueue",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a queue with a specific name.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue and send a message to it.",
+ "snippet_tags": [
+ "SQS.dotnetv3.CreateSendExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.create_queue.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.abapv1.create_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue that waits for a message to arrive.",
+ "snippet_tags": [
+ "sqs.abapv1.long_polling_on_create_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.createQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue with long polling.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.createQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.createQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue that waits for a message to arrive.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.createQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.CreateQueue.config",
+ "cpp.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "CreateQueue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_GetQueueUrl",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SQS.dotnetv3.GetQueueUrlExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.get_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.GetQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.get_queue_url"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the URL for an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.getQueueUrlV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the URL for an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.getQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.GetQueueUrl.config",
+ "cpp.example_code.sqs.GetQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "GetQueueUrl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_ListQueues",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.list_queues.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.list_queues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.ShowQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve the first &SQS; queue listed in the Region.",
+ "snippet_tags": [
+ "sqs.rust.sqs-list-first"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.list_queues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List your &SQS; queues.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.listQueuesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List your &SQS; queues.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.listQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.ListQueues.config",
+ "cpp.example_code.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "ListQueues"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteQueue",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a queue by using its URL.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.del_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.delete_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.delete_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.deleteQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.deleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.DeleteQueue.config",
+ "cpp.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteQueue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_SendMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; queue and send a message to it.",
+ "snippet_tags": [
+ "SQS.dotnetv3.CreateSendExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.send_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Two examples of the SendMessage
operation follow: \n \n Send a message with a body and a delay\n \n \n Send a message with a body and message attributes\n \n Send a message with a body and a delay.",
+ "snippet_tags": [
+ "sqs.java2.send_recieve_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a message with a body and message attributes.",
+ "snippet_tags": [
+ "sqs.java2.message_attributes.create"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.rust.sqs-send"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.send_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a message to an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.sendMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a message to an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.sendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.SendMessage.config",
+ "cpp.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "SendMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_SendMessageBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.send__multiple_messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.SendMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.SendMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "SendMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_ReceiveMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive messages from a queue by using its URL.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue, and then delete the message.",
+ "snippet_tags": [
+ "SQS.dotnetv3.ReceiveDeleteExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.get_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.retrieve_messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.ReceiveMessages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.rust.sqs-receive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.abapv1.receive_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.abapv1.long_polling_on_msg_receipt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.receiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-enable-long-polling.html#sqs-examples-enable-long-polling-on-receive-message",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.ReceiveMessage.config",
+ "cpp.example_code.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "ReceiveMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue and then delete the message.",
+ "snippet_tags": [
+ "SQS.dotnetv3.ReceiveDeleteExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.del_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.delete_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive and delete &SQS; messages.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive and delete &SQS; messages.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-receiving",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.DeleteMessage.config",
+ "cpp.example_code.sqs.DeleteMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteMessageBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sqs_client",
+ "cpp.example_code.cross-service.topics_and_queues.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cross-service/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_Scenario_SendReceiveBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions to wrap &SQS; message functions.",
+ "snippet_tags": [
+ "python.example_code.sqs.message_wrapper_imports",
+ "python.example_code.sqs.SendMessageBatch",
+ "python.example_code.sqs.ReceiveMessage",
+ "python.example_code.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to send and receive messages in batches.",
+ "snippet_tags": [
+ "python.example_code.sqs.Scenario_SendReceiveBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Send and receive batches of messages with &SQS; using an &AWS; SDK",
+ "title_abbrev": "Send and receive batches of messages",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteQueue",
+ "DeleteMessageBatch",
+ "ReceiveMessage",
+ "CreateQueue",
+ "SendMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &SQS; queue.",
+ "Send batches of messages to the queue.",
+ "Receive batches of messages from the queue.",
+ "Delete batches of messages from the queue."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
new file mode 100644
index 00000000000..f5a2055af14
--- /dev/null
+++ b/python/example_code/ssm/examples_catalog.json
@@ -0,0 +1,1541 @@
+{
+ "examples": [
+ {
+ "id": "ssm_Hello",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &SYS;",
+ "title_abbrev": "Hello &SYS;",
+ "synopsis": "get started using &SYS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "ListDocuments"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.CreateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_UpdateMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.update_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.updateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.UpdateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "UpdateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.CreateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_SendCommand",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.send_command.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.sendCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.SendCommand"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "SendCommand"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_ListCommandInvocations",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.listCommandInvocations"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.ListCommandInvocations"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "ListCommandInvocations"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateDocument",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.CreateDocument"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DescribeOpsItems",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.describe_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.describeOpsItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.DescribeOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DescribeOpsItems"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeOpsItems_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.DeleteOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.delete_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.deleteMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.DeleteMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteDocument",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.delete_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.deleteDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.DeleteDocument"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_UpdateOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.resolve_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.updateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.UpdateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "UpdateOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_Scenario",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &SYS; SDK methods.",
+ "snippet_tags": [
+ "ssm.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ssm.Scenario_GetStartedSSM"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps document and command actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps ops item actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps maintenance window actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateOpsItem",
+ "ListCommandInvocations",
+ "DeleteMaintenanceWindow",
+ "SendCommand",
+ "CreateDocument",
+ "UpdateOpsItem",
+ "CreateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a maintenance window.",
+ "Modify the maintenance window schedule.",
+ "Create a document.",
+ "Send a command to a specified EC2 instance.",
+ "Create an OpsItem.",
+ "Update and resolve the OpsItem.",
+ "Delete the maintenance window, OpsItem, and document."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sts/examples_catalog.json b/python/example_code/sts/examples_catalog.json
new file mode 100644
index 00000000000..af3461639fc
--- /dev/null
+++ b/python/example_code/sts/examples_catalog.json
@@ -0,0 +1,675 @@
+{
+ "examples": [
+ {
+ "id": "sts_AssumeRole",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "STS.dotnetv3.AssumeRoleMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/STS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Assume an &IAM; role that requires an MFA token and use temporary credentials to list &S3; buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.sts.AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "javascript.v3.sts.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Assume the &IAM; role.",
+ "snippet_tags": [
+ "javascript.v3.sts.actions.AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.JavaScript.assumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.cpp.assume_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.java2.assume_role.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.swift.import",
+ "iam.swift.basics.sts.assumerole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.rust.assume_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sts/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.sts.assume-role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sts_GetSessionToken",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get a session token by passing an MFA token and use it to list &S3; buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "GetSessionToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetSessionToken_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_AssumeRoleMfa",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to list S3 buckets. The user has rights only to assume the role.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Show that assuming the role without an MFA token is not allowed.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_access_denied"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Assume the role that grants permission to list S3 buckets, passing the required MFA token, and show that buckets can be listed.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Assume an &IAM; role that requires an MFA token with &STS; using an &AWS; SDK",
+ "title_abbrev": "Assume an &IAM; role that requires an MFA token",
+ "synopsis": "assume a role that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_AssumeRoleMfa_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants permission to list &S3; buckets.",
+ "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Register an MFA device for the user.",
+ "Assume the role and use temporary credentials to list S3 buckets."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_ConstructFederatedUrl",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a role that grants read-only access to the current account's S3 resources.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a security token from the &AWS; federation endpoint and construct a URL that can be used to access the console with federated credentials.",
+ "snippet_tags": [
+ "iam.python.construct_federated_url"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Construct a URL with &STS; for federated users using an &AWS; SDK",
+ "title_abbrev": "Construct a URL for federated users",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_ConstructFederatedUrl_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants read-only access to the current account's &S3; resources.",
+ "Get a security token from the &AWS; federation endpoint.",
+ "Construct a URL that can be used to access the console with federated credentials."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_SessionTokenMfa",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to let the user list S3 buckets only when MFA credentials are used.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get temporary session credentials by passing an MFA token, and use the credentials to list S3 buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get a session token that requires an MFA token with &STS; using an &AWS; SDK",
+ "title_abbrev": "Get a session token that requires an MFA token",
+ "synopsis": "get a session token that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "GetSessionToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_SessionTokenMfa_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants permission to list &S3; buckets.",
+ "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Register an MFA device for the user.",
+ "Provide MFA credentials to get a session token and use temporary credentials to list S3 buckets."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
new file mode 100644
index 00000000000..5e17fc10fed
--- /dev/null
+++ b/python/example_code/support/examples_catalog.json
@@ -0,0 +1,2027 @@
+{
+ "examples": [
+ {
+ "id": "support_Hello",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.HelloSupport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke `main()` to run the example.",
+ "snippet_tags": [
+ "javascript.v3.support.scenarios.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &SUP;",
+ "title_abbrev": "Hello &SUP;",
+ "synopsis": "get started using &SUP;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeServices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_AddAttachmentsToSet",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.add.attach.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.add.attach.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.AddAttachmentToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.AddAttachmentsToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.AddAttachmentToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "AddAttachmentsToSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddAttachmentsToSet_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_AddCommunicationToCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.add.attach.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.add.attach.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "AddCommunicationToCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddCommunicationToCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_CreateCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.create.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.create.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "CreateCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_CreateCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeAttachment",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.des.attachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.des.attachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeAttachment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeAttachment_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeCases",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.get.open.cases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.get.open.cases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeCases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeCommunications",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.list.comms.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.list.comms.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.javascriptv3.actions.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeCommunications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCommunications_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeServices",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.display.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.display.services.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeServices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeServices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeServices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeServices_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeSeverityLevels",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.display.sev.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.display.sev.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeSeverityLevels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeSeverityLevels_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_ResolveCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.resolve.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.resolve.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "ResolveCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_ResolveCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_Scenario_GetStartedSupportCases",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run various &SUP; operations.",
+ "snippet_tags": [
+ "support.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "Support.dotnetv3.SupportBasics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for &SUP; actions.",
+ "snippet_tags": [
+ "Support.dotnetv3.SupportWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario in the terminal.",
+ "snippet_tags": [
+ "javascript.v3.support.scenarios.basic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.support.Scenario_GetStartedSupportCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps support client actions.",
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "CreateCase",
+ "DescribeSeverityLevels",
+ "AddAttachmentsToSet",
+ "DescribeCommunications",
+ "AddCommunicationToCase",
+ "DescribeServices",
+ "DescribeCases",
+ "DescribeAttachment",
+ "ResolveCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Scenario_GetStartedSupportCases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get and display available services and severity levels for cases.",
+ "Create a support case using a selected service, category, and severity level.",
+ "Get and display a list of open cases for the current day.",
+ "Add an attachment set and a communication to the new case.",
+ "Describe the new attachment and communication for the case.",
+ "Resolve the case.",
+ "Get and display a list of resolved cases for the current day."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
new file mode 100644
index 00000000000..9bb95cacd0f
--- /dev/null
+++ b/python/example_code/textract/examples_catalog.json
@@ -0,0 +1,702 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_AnalyzeDocument",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "textract.java2._analyze_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.AnalyzeDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.analyze_document"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "AnalyzeDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_DetectDocumentText",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detect text from an input document.",
+ "snippet_tags": [
+ "textract.java2._detect_doc_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detect text from a document located in an &S3; bucket.",
+ "snippet_tags": [
+ "textract.java2._detect_s3_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.DetectDocumentText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.detect_document_text"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "DetectDocumentText"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_StartDocumentAnalysis",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "textract.java2._start_doc_analysis.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an asynchronous job to analyze a document.",
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.StartDocumentAnalysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.start_document_analysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "StartDocumentAnalysis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_StartDocumentTextDetection",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an asynchronous job to detect text in a document.",
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.StartDocumentTextDetection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.start_document_text_detection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "StartDocumentTextDetection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_GetDocumentAnalysis",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.GetDocumentAnalysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.get_document_analysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "GetDocumentAnalysis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_GetDocumentAnalysis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/transcribe/examples_catalog.json b/python/example_code/transcribe/examples_catalog.json
new file mode 100644
index 00000000000..2ab1b897f65
--- /dev/null
+++ b/python/example_code/transcribe/examples_catalog.json
@@ -0,0 +1,1154 @@
+{
+ "examples": [
+ {
+ "id": "transcribe_StartTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.StartTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.StartTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start a transcription job.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.createJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-start-transcription",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "StartTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_ListTranscriptionJobs",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "transcribe.java-list-jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.ListTranscriptionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.ListTranscriptionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List transcription jobs.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.listJobsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-list-jobs",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "ListTranscriptionJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_GetTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.GetTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.GetTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_DeleteTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.DeleteTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.DeleteTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a transcription job.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.deleteJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-delete-job",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "DeleteTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_CreateVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.CreateVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.CreateVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "CreateVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_ListVocabularies",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.ListCustomVocabularies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.ListVocabularies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "ListVocabularies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_GetVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.GetVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.GetVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_UpdateVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.UpdateCustomVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.UpdateVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "UpdateVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_DeleteVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.DeleteVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.DeleteVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "DeleteVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_Scenario_GettingStartedTranscriptionJobs",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Transcribes a PCM file.",
+ "snippet_tags": [
+ "transcribe.java-streaming-demo-file.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Transcribes streaming audio from your computer's microphone.",
+ "snippet_tags": [
+ "transcribe.java-streaming-demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "transcribe.python.start-transcription-job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Transcribe audio and get job data with &TSC; using an &AWS; SDK",
+ "title_abbrev": "Transcribe audio and get job data",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Getting started with &TSC;",
+ "url": "transcribe/latest/dg/getting-started.html"
+ },
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "StartTranscriptionJob",
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Start a transcription job with &TSC;.",
+ "Wait for the job to complete.",
+ "Get the URI where the transcript is stored."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_Scenario_CustomVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Transcribe an audio file that contains a reading of Jabberwocky by Lewis Carroll. Start by creating functions that wrap &TSC; actions.",
+ "snippet_tags": [
+ "python.example_code.transcribe.StartTranscriptionJob",
+ "python.example_code.transcribe.GetTranscriptionJob",
+ "python.example_code.transcribe.DeleteTranscriptionJob",
+ "python.example_code.transcribe.CreateVocabulary",
+ "python.example_code.transcribe.GetVocabulary",
+ "python.example_code.transcribe.UpdateVocabulary",
+ "python.example_code.transcribe.ListVocabularies",
+ "python.example_code.transcribe.DeleteVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call the wrapper functions to transcribe audio without a custom vocabulary and then with different versions of a custom vocabulary to see improved results.",
+ "snippet_tags": [
+ "python.example_code.transcribe.Scenario_CustomVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and refine an &TSC; custom vocabulary using an &AWS; SDK",
+ "title_abbrev": "Create and refine a custom vocabulary",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetVocabulary",
+ "CreateVocabulary",
+ "DeleteTranscriptionJob",
+ "DeleteVocabulary",
+ "UpdateVocabulary",
+ "StartTranscriptionJob",
+ "ListVocabularies",
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Upload an audio file to &S3;.",
+ "Run an &TSC; job to transcribe the file and get the results.",
+ "Create and refine a custom vocabulary to improve transcription accuracy.",
+ "Run jobs with custom vocabularies and get the results."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
From 9bed06c5aa77b39510210031918d074b6ff8e0fa Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 14 Mar 2025 15:21:12 -0500
Subject: [PATCH 02/13] Updates to writing the catalog.
---
.tools/scanners/catalog_runner.py | 60 +-
python/example_code/acm/examples_catalog.json | 1176 +-
.../api-gateway/examples_catalog.json | 906 +-
.../auditmanager/examples_catalog.json | 168 +-
.../example_code/aurora/examples_catalog.json | 4266 +------
.../auto-scaling/examples_catalog.json | 3307 +----
.../examples_catalog.json | 259 +-
.../bedrock-agent/examples_catalog.json | 733 +-
.../bedrock-runtime/examples_catalog.json | 4964 +-------
.../bedrock/examples_catalog.json | 555 +-
.../cloudfront/examples_catalog.json | 175 +-
.../cloudwatch-logs/examples_catalog.json | 361 +-
.../cloudwatch/examples_catalog.json | 2227 +---
.../cognito/examples_catalog.json | 2621 +---
.../comprehend/examples_catalog.json | 1426 +--
.../example_code/config/examples_catalog.json | 144 +-
.../devicefarm/examples_catalog.json | 107 +-
.../dynamodb/examples_catalog.json | 7991 +-----------
python/example_code/ec2/examples_catalog.json | 7901 +-----------
python/example_code/ecr/examples_catalog.json | 1132 +-
.../examples_catalog.json | 1373 +-
python/example_code/emr/examples_catalog.json | 379 +-
.../firehose/examples_catalog.json | 280 +-
.../glacier/examples_catalog.json | 1186 +-
.../example_code/glue/examples_catalog.json | 4432 +------
.../healthlake/examples_catalog.json | 632 +-
python/example_code/iam/examples_catalog.json | 10530 +---------------
.../iotsitewise/examples_catalog.json | 1706 +--
.../keyspaces/examples_catalog.json | 1736 +--
.../examples_catalog.json | 950 +-
.../kinesis/examples_catalog.json | 706 +-
python/example_code/kms/examples_catalog.json | 3383 +----
.../example_code/lambda/examples_catalog.json | 3776 +-----
.../lookoutvision/examples_catalog.json | 902 +-
.../medical-imaging/examples_catalog.json | 3682 +-----
.../organizations/examples_catalog.json | 437 +-
.../pinpoint-sms-voice/examples_catalog.json | 109 +-
.../pinpoint/examples_catalog.json | 274 +-
.../example_code/polly/examples_catalog.json | 847 +-
python/example_code/rds/examples_catalog.json | 3060 +----
.../redshift/examples_catalog.json | 1193 +-
.../rekognition/examples_catalog.json | 2460 +---
.../examples_catalog.json | 158 +-
.../examples_catalog.json | 141 +-
python/example_code/s3/examples_catalog.json | 9088 +------------
.../scheduler/examples_catalog.json | 699 +-
.../secretsmanager/examples_catalog.json | 325 +-
python/example_code/ses/examples_catalog.json | 3237 +----
.../example_code/sesv2/examples_catalog.json | 1521 +--
python/example_code/sns/examples_catalog.json | 3452 +----
python/example_code/sqs/examples_catalog.json | 2960 +----
python/example_code/ssm/examples_catalog.json | 1377 +-
python/example_code/sts/examples_catalog.json | 615 +-
.../support/examples_catalog.json | 1887 +--
.../textract/examples_catalog.json | 614 +-
.../transcribe/examples_catalog.json | 1014 +-
56 files changed, 3109 insertions(+), 108491 deletions(-)
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index 40912eb60a6..024db1110b8 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -6,14 +6,15 @@
import logging
import os
import json
-from collections import defaultdict
-from difflib import unified_diff
+
from pathlib import Path
-from typing import Optional
+from typing import Optional, Dict
+from copy import deepcopy
from render import Renderer, MissingMetadataError, RenderStatus
from scanner import Scanner
+from aws_doc_sdk_examples_tools.entities import expand_all_entities
from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
@@ -72,7 +73,7 @@ def main():
action="store_true",
dest="dry_run",
help="In dry run, compare current vs generated and exit with failure if they do not match.",
- default=False, # Change this to default false when we're ready to use this generally.
+ default=False,
)
parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
parser.add_argument("--check", dest="dry_run", action="store_true")
@@ -98,7 +99,6 @@ def main():
written = []
unchanged = []
-
scanner = prepare_scanner(doc_gen)
if scanner is None:
return -1
@@ -166,15 +166,29 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
language_examples = []
for example in doc_gen.examples.values():
for lang_name, language in example.languages.items():
- for svc_name in example.services:
- if svc_name == service_name and lang_name == language_name:
- language_examples.append(example)
+ if lang_name == language_name and service_name in example.services:
+ example.title = sanitize_example_title(example, service_name)
+ # Add to the catalog.
+ language_examples.append(deepcopy(example))
+
+ for example in language_examples:
+ # Remove the lists that aren't needed.
+ example.languages = []
+ example.doc_filenames.sdk_pages = []
+ example.services = []
new_catalog = json.dumps(
{"examples": language_examples},
cls=DocGenEncoder, indent="\t"
)
+ # Expand all of the entity text.
+ [text, errors] = expand_all_entities(new_catalog, doc_gen.entities)
+ if errors:
+ print(errors)
+ return RenderStatus.UNCHANGED
+ new_catalog = text
+
# If the file already exists, read it to compare contents.
try:
with open(filepath, "r", encoding="utf-8") as example_meta:
@@ -192,22 +206,16 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
return RenderStatus.UPDATED
-def write_language_json(doc_gen, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
+def sanitize_example_title(example, service) -> [str, None]:
+ """Clean up the text in an example."""
+ # API examples use the API name.
+ if example.category == 'Api':
+ return sorted(example.services[service])[0]
+ # Basics use a standard title.
+ if example.category == 'Basics':
+ return 'Learn the basics'
+ # Otherwise use the title with the code tags removed.
+ s = example.title
+ return s.replace("", "")\
+ .replace("
", "")\
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- if lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
diff --git a/python/example_code/acm/examples_catalog.json b/python/example_code/acm/examples_catalog.json
index 27169787902..47cabd47c3a 100644
--- a/python/example_code/acm/examples_catalog.json
+++ b/python/example_code/acm/examples_catalog.json
@@ -3,152 +3,19 @@
{
"id": "acm_DescribeCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.describe_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ACM.dotnetv3.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/ACM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "DescribeCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -156,90 +23,19 @@
{
"id": "acm_GetCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.GetCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.GetCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "GetCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,152 +43,19 @@
{
"id": "acm_ListCertificates",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.list_certs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ACM.dotnetv3.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/ACM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCertificates",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListCertificates"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -400,121 +63,19 @@
{
"id": "acm_ImportCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.import_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ImportCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ImportCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ImportCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ImportCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -522,121 +83,19 @@
{
"id": "acm_DeleteCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.del_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "DeleteCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -644,121 +103,19 @@
{
"id": "acm_AddTagsToCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.add_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.AddTagsToCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.AddTagsToCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddTagsToCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "AddTagsToCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -766,121 +123,19 @@
{
"id": "acm_ListTagsForCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.list_cert_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ListTagsForCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ListTagsForCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListTagsForCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListTagsForCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -888,121 +143,19 @@
{
"id": "acm_RemoveTagsFromCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.remove_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RemoveTagsFromCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.RemoveTagsFromCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RemoveTagsFromCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "RemoveTagsFromCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RemoveTagsFromCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1010,121 +163,19 @@
{
"id": "acm_RequestCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.request_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RequestCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.RequestCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RequestCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "RequestCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RequestCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1132,90 +183,19 @@
{
"id": "acm_ResendValidationEmail",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ResendValidationEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ResendValidationEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResendValidationEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ResendValidationEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ResendValidationEmail_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1223,88 +203,22 @@
{
"id": "acm_Usage_ImportListRemove",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &ACM; operations.",
- "snippet_tags": [
- "python.example_code.acm.imports",
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RequestCertificate",
- "python.example_code.acm.ImportCertificate",
- "python.example_code.acm.ListCertificates",
- "python.example_code.acm.DescribeCertificate",
- "python.example_code.acm.GetCertificate",
- "python.example_code.acm.AddTagsToCertificate",
- "python.example_code.acm.ListTagsForCertificate",
- "python.example_code.acm.RemoveTagsFromCertificate",
- "python.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to manage certificates for your account.",
- "snippet_tags": [
- "python.example_code.acm.Usage_ImportListRemove"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListCertificates",
- "AddTagsToCertificate",
- "RequestCertificate",
- "GetCertificate",
- "DeleteCertificate",
- "ImportCertificate",
- "ListTagsForCertificate",
- "RemoveTagsFromCertificate",
- "DescribeCertificate",
- "ResendValidationEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_Usage_ImportListRemove_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Request a certificate from &ACM;.",
+ "Request a certificate from ACM.",
"Import a self-signed certificate.",
"List and describe certificates.",
"Remove certificates."
diff --git a/python/example_code/api-gateway/examples_catalog.json b/python/example_code/api-gateway/examples_catalog.json
index bd023b310ca..80794293c96 100644
--- a/python/example_code/api-gateway/examples_catalog.json
+++ b/python/example_code/api-gateway/examples_catalog.json
@@ -3,91 +3,19 @@
{
"id": "api-gateway_CreateDeployment",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.create_deployment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateDeployment",
- "python.example_code.api-gateway.Helper.ApiUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDeployment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateDeployment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateDeployment_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -95,59 +23,19 @@
{
"id": "api-gateway_CreateResource",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,90 +43,19 @@
{
"id": "api-gateway_CreateRestApi",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.create_api.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRestApi",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateRestApi"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateRestApi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,90 +63,19 @@
{
"id": "api-gateway_DeleteRestApi",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.delete_api.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.DeleteRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRestApi",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "DeleteRestApi"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteRestApi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -337,59 +83,19 @@
{
"id": "api-gateway_GetResources",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetResources",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "GetResources"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetResources_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -397,90 +103,19 @@
{
"id": "api-gateway_GetRestApis",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.GetRestApis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Displays the Amazon API Gateway REST APIs in the Region.",
- "snippet_tags": [
- "apigateway.rust.get_rest_apis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRestApis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "GetRestApis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetRestApis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -488,59 +123,19 @@
{
"id": "api-gateway_PutIntegration",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutIntegration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutIntegration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegration_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -548,59 +143,19 @@
{
"id": "api-gateway_PutIntegrationResponse",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutIntegrationResponse",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutIntegrationResponse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegrationResponse_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -608,59 +163,19 @@
{
"id": "api-gateway_PutMethod",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMethod",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutMethod"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethod_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -668,59 +183,19 @@
{
"id": "api-gateway_PutMethodResponse",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMethodResponse",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutMethodResponse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethodResponse_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -728,86 +203,24 @@
{
"id": "api-gateway_Usage_CreateDeployRest",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &ABP; operations.",
- "snippet_tags": [
- "python.example_code.api-gateway.imports",
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi",
- "python.example_code.api-gateway.CreateResource",
- "python.example_code.api-gateway.PutIntegration",
- "python.example_code.api-gateway.CreateDeployment",
- "python.example_code.api-gateway.Helper.ApiUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deploy a REST API and call it with the Requests package.",
- "snippet_tags": [
- "python.example_code.api-gateway.Usage_CreateDeployRest"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and deploy a REST API using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and deploy a REST API using an AWS SDK",
"title_abbrev": "Create and deploy a REST API",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateResource",
- "GetRestApis",
- "PutMethod",
- "PutMethodResponse",
- "PutIntegration",
- "GetResources",
- "DeleteRestApi",
- "PutIntegrationResponse",
- "CreateRestApi",
- "CreateDeployment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_Usage_CreateDeployRest_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a REST API served by &ABP;.",
+ "Create a REST API served by API Gateway.",
"Add resources to the REST API to represent a user profile.",
- "Add integration methods so that the REST API uses a &DDB; table to store user profile data.",
+ "Add integration methods so that the REST API uses a DynamoDB table to store user profile data.",
"Send HTTP requests to the REST API to add and retrieve user profiles."
],
"source_key": null
@@ -815,42 +228,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -858,16 +243,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -875,55 +251,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -931,42 +273,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -974,16 +288,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -991,70 +296,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -1062,32 +311,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/auditmanager/examples_catalog.json b/python/example_code/auditmanager/examples_catalog.json
index 56dca06ff1b..036dcf1bbf6 100644
--- a/python/example_code/auditmanager/examples_catalog.json
+++ b/python/example_code/auditmanager/examples_catalog.json
@@ -3,66 +3,19 @@
{
"id": "auditmanager_Scenario_CreateAssessmentReport",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CreateAssessmentReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; assessment report that contains one day of evidence using an &AWS; SDK",
+ "languages": [],
+ "title": "Create an Audit Manager assessment report that contains one day of evidence using an AWS SDK",
"title_abbrev": "Create an assessment report",
- "synopsis": "create an &AM; assessment report that contains one day of evidence.",
+ "synopsis": "create an Audit Manager assessment report that contains one day of evidence.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "GetAssessment",
- "GetEvidenceByEvidenceFolder",
- "BatchDisassociateAssessmentReportEvidence",
- "DisassociateAssessmentReportEvidenceFolder",
- "GetEvidenceFoldersByAssessment",
- "GetAssessmentReportUrl",
- "AssociateAssessmentReportEvidenceFolder",
- "ListAssessmentReports",
- "CreateAssessmentReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CreateAssessmentReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -70,128 +23,47 @@
{
"id": "auditmanager_Scenario_CustomFrameworkFromConformancePack",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CustomFrameworkFromConformancePack"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; custom framework from an &CC; conformance pack using an &AWS; SDK",
- "title_abbrev": "Create a custom framework from an &CC; conformance pack",
+ "languages": [],
+ "title": "Create an Audit Manager custom framework from an AWS Config conformance pack using an AWS SDK",
+ "title_abbrev": "Create a custom framework from an AWS Config conformance pack",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "CreateControl",
- "CreateAssessmentFramework"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromConformancePack_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Get a list of &CC; conformance packs.",
- "Create an &AM; custom control for each managed rule in a conformance pack.",
- "Create an &AM; custom framework that contains the controls."
+ "Get a list of AWS Config conformance packs.",
+ "Create an Audit Manager custom control for each managed rule in a conformance pack.",
+ "Create an Audit Manager custom framework that contains the controls."
],
"source_key": null
},
{
"id": "auditmanager_Scenario_CustomFrameworkFromSecurityHub",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CustomFrameworkFromSecurityHub"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; custom framework that contains &ASH; controls using an &AWS; SDK",
- "title_abbrev": "Create a custom framework that contains &ASH; controls",
+ "languages": [],
+ "title": "Create an Audit Manager custom framework that contains Security Hub controls using an AWS SDK",
+ "title_abbrev": "Create a custom framework that contains Security Hub controls",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "CreateAssessmentFramework",
- "ListControls",
- "GetControl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromSecurityHub_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Get a list of all standard controls that have &ASH; as their data source.",
- "Create an &AM; custom framework that contains the controls."
+ "Get a list of all standard controls that have Security Hub as their data source.",
+ "Create an Audit Manager custom framework that contains the controls."
],
"source_key": null
}
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
index bc512b257a0..04f659f01b4 100644
--- a/python/example_code/aurora/examples_catalog.json
+++ b/python/example_code/aurora/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "aurora_Hello",
"file": "aurora_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.HelloAurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.aurora.hello_aurora.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_aurora.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.aurora.hello_aurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora/hello_aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/bin/hello-world.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.HelloRDSAurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_aurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AUR;",
- "title_abbrev": "Hello &AUR;",
- "synopsis": "get started using &AUR;.",
+ "languages": [],
+ "title": "Hello Aurora",
+ "title_abbrev": "Hello Aurora",
+ "synopsis": "get started using Aurora.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,218 +23,19 @@
{
"id": "aurora_DescribeDBClusterParameterGroups",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.param.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterParameterGroups1",
- "cpp.example_code.aurora.DescribeDBClusterParameterGroups2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterParameterGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -475,250 +43,19 @@
{
"id": "aurora_CreateDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.create.params.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.param.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.set_engine.usage",
- "rust.aurora.create_db_cluster_parameter_group.wrapper",
- "rust.aurora.set_engine.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -726,250 +63,19 @@
{
"id": "aurora_DeleteDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_cluster_parameter_group.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -977,250 +83,19 @@
{
"id": "aurora_DescribeDBClusterParameters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.cluster_parameters.usage",
- "rust.aurora.describe_db_cluster_parameters.wrapper",
- "rust.aurora.cluster_parameters.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1228,250 +103,19 @@
{
"id": "aurora_ModifyDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.mod.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.param.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.update_auto_increment.usage",
- "rust.aurora.modify_db_cluster_parameter_group.wrapper",
- "rust.aurora.update_auto_increment.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "ModifyDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1479,250 +123,19 @@
{
"id": "aurora_DescribeDBClusters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.describe_db_clusters.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1730,250 +143,19 @@
{
"id": "aurora_CreateDBCluster",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_cluster.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1981,250 +163,19 @@
{
"id": "aurora_DeleteDBCluster",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_cluster.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2232,250 +183,19 @@
{
"id": "aurora_CreateDBClusterSnapshot",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_cluster_snapshot.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBClusterSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBClusterSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2483,217 +203,19 @@
{
"id": "aurora_DescribeDBClusterSnapshots",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.wait.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.wait.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterSnapshots",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterSnapshots_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2701,250 +223,19 @@
{
"id": "aurora_CreateDBInstance",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.db.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBInstance_InCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_instance.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2952,250 +243,19 @@
{
"id": "aurora_DescribeDBEngineVersions",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeEngineVersionsAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.get.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.describe.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.get_engines.usage",
- "rust.aurora.describe_db_engine_versions.wrapper",
- "rust.aurora.get_engines.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBEngineVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBEngineVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBEngineVersions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3203,219 +263,19 @@
{
"id": "aurora_DescribeOrderableDBInstanceOptions",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.describe.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.get_instance_classes.usage",
- "rust.aurora.describe_orderable_db_instance_options.wrapper",
- "rust.aurora.get_instance_classes.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOrderableDBInstanceOptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeOrderableDBInstanceOptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3423,250 +283,19 @@
{
"id": "aurora_DescribeDBInstances",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.wait.db.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.wait.instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.describe_db_instances.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3674,250 +303,19 @@
{
"id": "aurora_DeleteDBInstance",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_instance.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3925,318 +323,22 @@
{
"id": "aurora_Scenario_GetStartedClusters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "Aurora.dotnetv3.AuroraClusterScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "Aurora.dotnetv3.AuroraWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.aurora.Scenario_GetStartedClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "gov2.aurora.DbClusters.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.aurora.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.aurora.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.aurora.Scenario_GetStartedClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.get_started_clusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "A library containing the scenario-specific functions for the Aurora scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/aurora_scenario/mod.rs"
- ],
- "genai": "none"
- },
- {
- "description": "Tests for the library using automocks around the RDS Client wrapper.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/aurora_scenario/tests.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A binary to run the scenario from front to end, using inquirer so that the user can make some decisions.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/bin/aurora-scenario.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A wrapper around the Amazon RDS service that allows automocking for tests.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/rds.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The Cargo.toml with dependencies used in this scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/Cargo.toml"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBCluster",
- "DeleteDBInstance",
- "CreateDBClusterSnapshot",
- "DescribeDBClusterParameterGroups",
- "DescribeDBEngineVersions",
- "DescribeDBClusterParameters",
- "ModifyDBClusterParameterGroup",
- "DescribeOrderableDBInstanceOptions",
- "DescribeDBClusters",
- "DeleteDBClusterParameterGroup",
- "CreateDBClusterParameterGroup",
- "CreateDBCluster",
- "DescribeDBInstances",
- "CreateDBInstance",
- "DescribeDBClusterSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Scenario_GetStartedClusters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a custom &AUR; DB cluster parameter group and set parameter values.",
+ "Create a custom Aurora DB cluster parameter group and set parameter values.",
"Create a DB cluster that uses the parameter group.",
"Create a DB instance that contains a database.",
"Take a snapshot of the DB cluster, then clean up resources."
@@ -4246,126 +348,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -4373,64 +363,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4438,42 +371,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -4481,16 +386,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
index e848f63929e..256da1d3aa6 100644
--- a/python/example_code/auto-scaling/examples_catalog.json
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "auto-scaling_Hello",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.HelloAutoScaling"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.basics.helloService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "auto-scaling.ruby.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.list-autoscaling-groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.autoscaling.hello_autoscaling.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_autoscaling.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.autoscaling.hello_autoscaling"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling/hello_autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AS;",
- "title_abbrev": "Hello &AS;",
- "synopsis": "get started using &AS;.",
+ "languages": [],
+ "title": "Hello Auto Scaling",
+ "title_abbrev": "Hello Auto Scaling",
+ "synopsis": "get started using Auto Scaling.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,248 +23,19 @@
{
"id": "auto-scaling_CreateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.CreateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.createAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.create_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.create_scaling_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.CreateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.create-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.create_autoscaling_group1",
- "cpp.example_code.autoscaling.create_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "CreateAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -505,255 +43,19 @@
{
"id": "auto-scaling_DeleteAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScaling.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.del_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.del_scaling_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.deleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.auto-scaling.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.delete-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.delete_autoscaling_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DeleteAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -761,247 +63,19 @@
{
"id": "auto-scaling_DescribeAutoScalingGroups",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_autoscalinggroups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeAutoScalingGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeAutoScalingGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.list-autoscaling-groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_autoscaling_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAutoScalingGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1009,248 +83,19 @@
{
"id": "auto-scaling_UpdateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.update_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.update_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.UpdateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.updateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.UpdateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.update-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.update_autoscaling_group1",
- "cpp.example_code.autoscaling.update_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1258,249 +103,19 @@
{
"id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.TerminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.terminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.TerminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.terminate_instance_autoscaling_group1",
- "cpp.example_code.autoscaling.terminate_instance_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.terminate_some_instance",
- "rust.auto-scaling.scenario.get_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateInstanceInAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "TerminateInstanceInAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1508,248 +123,19 @@
{
"id": "auto-scaling_SetDesiredCapacity",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.set_capacity.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.set_capacity.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.SetDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.setDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.SetDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.set_desired_capacity1",
- "cpp.example_code.autoscaling.set_desired_capacity2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.scale_desired_capacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetDesiredCapacity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "SetDesiredCapacity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1757,248 +143,19 @@
{
"id": "auto-scaling_DescribeAutoScalingInstances",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_autoscaling_instances1",
- "cpp.example_code.autoscaling.describe_autoscaling_instances2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.list_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAutoScalingInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2006,248 +163,19 @@
{
"id": "auto-scaling_DescribeScalingActivities",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_scaling_activites.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_scaling_activites.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_scaling_activities1",
- "cpp.example_code.autoscaling.describe_scaling_activities2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.describe_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeScalingActivities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeScalingActivities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2255,248 +183,19 @@
{
"id": "auto-scaling_EnableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.enable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.enable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.EnableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.enableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.EnableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.enable_metrics_collection1",
- "cpp.example_code.autoscaling.enable_metrics_collection2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.enable_metrics_collection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "EnableMetricsCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2504,248 +203,19 @@
{
"id": "auto-scaling_DisableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.disable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.disable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DisableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.disableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DisableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.disable_metrics_collection1",
- "cpp.example_code.autoscaling.disable_metrics_collection2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.disable_metrics_collection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DisableMetricsCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2753,121 +223,19 @@
{
"id": "auto-scaling_AttachLoadBalancerTargetGroups",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScaling.AttachLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.auto-scaling.AttachLoadBalancerTargetGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.AttachTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachLoadBalancerTargetGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "AttachLoadBalancerTargetGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2875,553 +243,41 @@
{
"id": "auto-scaling_Scenario_GroupsAndInstances",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingBasics.Usings",
- "AutoScaling.dotnetv3.AutoScalingBasics",
- "AutoScaling.dotnetv3.AutoScalingBasics.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &AS;, &EC2;, and &CW; actions.",
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.AutoScalingWrapper",
- "AutoScaling.dotnetv3.AutoScalingActions.EC2Wrapper",
- "AutoScaling.dotnetv3.AutoScalingActions.CloudWatchWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.create_scaling_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.create_scaling_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.auto-scaling.Scenario_GroupsAndInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &EC2; and &CW; actions.",
- "snippet_tags": [
- "python.example_code.auto-scaling.helper.ServiceHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.groups_and_instances_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/auto-scaling/Cargo.toml",
- "rustv1/examples/auto-scaling/src/bin/scenario.rs",
- "rustv1/examples/auto-scaling/src/lib.rs",
- "rustv1/examples/auto-scaling/src/scenario.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeScalingActivities",
- "EnableMetricsCollection",
- "UpdateAutoScalingGroup",
- "SetDesiredCapacity",
- "TerminateInstanceInAutoScalingGroup",
- "DisableMetricsCollection",
- "DescribeAutoScalingInstances",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ASlong; group with a launch template and Availability Zones, and get information about running instances.",
- "Enable &CWlong; metrics collection.",
+ "Create an Amazon EC2 Auto Scaling group with a launch template and Availability Zones, and get information about running instances.",
+ "Enable Amazon CloudWatch metrics collection.",
"Update the group's desired capacity and wait for an instance to start.",
"Terminate an instance in the group.",
"List scaling activities that occur in response to user requests and capacity changes.",
- "Get statistics for &CW; metrics, then clean up resources."
+ "Get statistics for CloudWatch metrics, then clean up resources."
],
"source_key": null
},
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -3429,48 +285,15 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
}
diff --git a/python/example_code/bedrock-agent-runtime/examples_catalog.json b/python/example_code/bedrock-agent-runtime/examples_catalog.json
index 5c9f280e091..6b35c8d5dd0 100644
--- a/python/example_code/bedrock-agent-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-agent-runtime/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "bedrock-agent-runtime_InvokeAgent",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.InvokeAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InvokeAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeAgent_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "bedrock-agent-runtime_InvokeFlow",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke a flow.",
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.InvokeFlow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InvokeFlow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeFlow_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,61 +43,22 @@
{
"id": "bedrock-agent-runtime_Scenario_ConverseWithFlow",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.flow_conversation.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Converse with an &BRlong; flow",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
- "synopsis": "use InvokeFlow to converse with an &BRlong; flow that includes an agent node.",
+ "synopsis": "use InvokeFlow to converse with an Amazon Bedrock flow that includes an agent node.",
"category": "Basics",
"guide_topic": {
- "title": "Converse with an &BRlong; flow",
+ "title": "Converse with an Amazon Bedrock flow",
"url": "bedrock/latest/userguide/flows-multi-turn-invocation.html"
},
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_Scenario_ConverseWithFlow_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -245,45 +66,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -292,16 +82,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock-agent/examples_catalog.json b/python/example_code/bedrock-agent/examples_catalog.json
index 78a0b9508c5..525f116b8cd 100644
--- a/python/example_code/bedrock-agent/examples_catalog.json
+++ b/python/example_code/bedrock-agent/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "bedrock-agent_CreateAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/create-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,58 +23,19 @@
{
"id": "bedrock-agent_CreateAgentActionGroup",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent action group.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgentActionGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgentActionGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgentActionGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentActionGroup_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -152,58 +43,19 @@
{
"id": "bedrock-agent_CreateAgentAlias",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent alias.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgentAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgentAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgentAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -211,89 +63,19 @@
{
"id": "bedrock-agent_DeleteAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/delete-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.DeleteAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "DeleteAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -301,58 +83,19 @@
{
"id": "bedrock-agent_DeleteAgentAlias",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent alias.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.DeleteAgentAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAgentAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "DeleteAgentAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgentAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -360,89 +103,19 @@
{
"id": "bedrock-agent_GetAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/get-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.GetAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "GetAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -450,89 +123,19 @@
{
"id": "bedrock-agent_ListAgents",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the agents belonging to an account.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/list-agents.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the agents belonging to an account.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgents"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgents",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgents"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -540,89 +143,19 @@
{
"id": "bedrock-agent_ListAgentActionGroups",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the action groups for an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/list-agent-action-groups.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the action groups for an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgentActionGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgentActionGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgentActionGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentActionGroups_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -630,58 +163,19 @@
{
"id": "bedrock-agent_ListAgentKnowledgeBases",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the knowledge bases associated with an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgentKnowledgeBases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgentKnowledgeBases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgentKnowledgeBases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentKnowledgeBases_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -689,58 +183,19 @@
{
"id": "bedrock-agent_PrepareAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Prepare an agent for internal testing.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.PrepareAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PrepareAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "PrepareAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -748,67 +203,19 @@
{
"id": "bedrock-agent_GettingStartedWithBedrockAgents",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and invoke an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.Scenario_GettingStartedBedrockAgents"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "An end-to-end example showing how to create and invoke &BRA; using an &AWS; SDK",
+ "languages": [],
+ "title": "An end-to-end example showing how to create and invoke Amazon Bedrock Agents using an AWS SDK",
"title_abbrev": "Create and invoke an agent",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgent",
- "ListAgents",
- "ListAgentKnowledgeBases",
- "DeleteAgent",
- "ListAgentActionGroups",
- "CreateAgentAlias",
- "CreateAgentActionGroup",
- "DeleteAgentAlias",
- "PrepareAgent",
- "GetAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create an execution role for the agent.",
@@ -824,45 +231,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -871,16 +247,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
index a36dfaf22c3..a48468a5105 100644
--- a/python/example_code/bedrock-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "bedrock-runtime_Hello",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.bedrock-runtime.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a prompt to a model with the InvokeModel operation.",
- "snippet_tags": [
- "bedrock-runtime.example_code.hello_bedrock_invoke.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a user message to a model with the Converse operation.",
- "snippet_tags": [
- "bedrock-runtime.example_code.hello_bedrock_converse.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &BR;",
- "title_abbrev": "Hello &BR;",
- "synopsis": "get started using &BR;.",
+ "languages": [],
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,159 +23,19 @@
{
"id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke AI21 Labs Jurassic-2 on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke AI21 Labs Jurassic-2 on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
"category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -292,167 +43,19 @@
{
"id": "bedrock-runtime_Converse_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a conversation of messages to Amazon Nova using Bedrock's Converse API with a tool configuration.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
"category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -460,159 +63,19 @@
{
"id": "bedrock-runtime_Converse_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -620,168 +83,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUse",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.WeatherTool"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The Converse API action with a tool configuration.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime/Scenarios/ConverseToolScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utilities to print the Message Content Blocks.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use example illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use example illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -789,198 +103,19 @@
{
"id": "bedrock-runtime_Converse_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -988,159 +123,19 @@
{
"id": "bedrock-runtime_Converse_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1148,159 +143,19 @@
{
"id": "bedrock-runtime_Converse_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1308,159 +163,19 @@
{
"id": "bedrock-runtime_Converse_Mistral",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1468,151 +183,19 @@
{
"id": "bedrock-runtime_ConverseStream_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1620,151 +203,19 @@
{
"id": "bedrock-runtime_ConverseStream_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1772,190 +223,19 @@
{
"id": "bedrock-runtime_ConverseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude and stream reply tokens, using Bedrock's ConverseStream API.",
- "snippet_tags": [
- "rust.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.ConverseStream_AnthropicClaude.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1963,151 +243,19 @@
{
"id": "bedrock-runtime_ConverseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2115,151 +263,19 @@
{
"id": "bedrock-runtime_ConverseStream_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2267,151 +283,19 @@
{
"id": "bedrock-runtime_ConverseStream_Mistral",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2419,214 +303,19 @@
{
"id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/ai21LabsJurassic2/invoke_model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke AI21 Labs Jurassic-2 models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
"category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2634,214 +323,19 @@
{
"id": "bedrock-runtime_InvokeModel_TitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to generate a short story.",
- "snippet_tags": [
- "bedrock-runtime.kotlin.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/amazonTitanText/invoke_model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2849,261 +343,19 @@
{
"id": "bedrock-runtime_InvokeModel_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text. This example uses features of /US2/CL_JSON which might not be available on some NetWeaver versions.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_claude_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_claude_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Anthropic Claude 3 foundation model to generate text using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_claude_v3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/bdr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3111,120 +363,19 @@
{
"id": "bedrock-runtime_InvokeModel_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Command and Command Light",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3232,120 +383,19 @@
{
"id": "bedrock-runtime_InvokeModel_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Command R and R+",
"synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3353,151 +403,19 @@
{
"id": "bedrock-runtime_InvokeModel_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModel_Llama3_Quickstart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Llama 3",
"synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3505,151 +423,19 @@
{
"id": "bedrock-runtime_InvokeModel_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_MistralAi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/mistral/invoke_mistral_7b.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral AI models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Mistral models, using the Invoke Model API.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3657,120 +443,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_TitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3778,183 +463,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWithResponseStreamWrapper.struct",
- "gov2.bedrock-runtime.InvokeModelWithResponseStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Anthropic Claude models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3962,120 +483,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4083,120 +503,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4204,151 +523,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModelWithResponseStream_Llama3_Quickstart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Llama 3",
"synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4356,120 +543,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MistralAi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral AI models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4477,151 +563,19 @@
{
"id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Nova Canvas.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova Canvas on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Nova Canvas on &BR; to generate an image.",
+ "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
"category": "Amazon Nova Canvas",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4629,152 +583,19 @@
{
"id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanImageGenerator"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Image on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Titan Image on &BR; to generate an image.",
+ "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
"category": "Amazon Titan Image Generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4782,159 +603,19 @@
{
"id": "bedrock-runtime_InvokeModel_StableDiffusion",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_StableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_StableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeStableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_stable_diffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Stability.ai Stable Diffusion XL foundation model to generate images using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_stable_diffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/bdr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Stability.ai Stable Diffusion XL on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Stability.ai Stable Diffusion XL on &BR; to generate an image.",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
"category": "Stable Diffusion",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4942,97 +623,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create your first embedding with Titan Text Embeddings V2.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke Titan Text Embeddings V2 configuring the number of dimensions and normalization.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings_AdditionalFields"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create your first embedding with Amazon Titan Text Embeddings.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanTextEmbeddings"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text Embeddings on &BR;",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
"title_abbrev": "InvokeModel",
"synopsis": "",
"category": "Amazon Titan Text Embeddings",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get started creating your first embedding.",
@@ -5043,121 +646,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utilities to print the Message Content Blocks.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Scenario: Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5165,66 +666,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Scenario: Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5232,91 +686,19 @@
{
"id": "cross_FMPlayground",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_FMPlayground_NetV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_FMPlayground_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_FMPlayground_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a sample application that offers playgrounds to interact with &BR; foundation models using an &AWS; SDK",
- "title_abbrev": "Create a playground application to interact with &BR; foundation models",
- "synopsis": "create playgrounds to interact with &BR; foundation models through different modalities.",
+ "languages": [],
+ "title": "Create a sample application that offers playgrounds to interact with Amazon Bedrock foundation models using an AWS SDK",
+ "title_abbrev": "Create a playground application to interact with Amazon Bedrock foundation models",
+ "synopsis": "create playgrounds to interact with Amazon Bedrock foundation models through different modalities.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock-runtime",
- "services": {
- "bedrock-runtime": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_FMPlayground_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5324,45 +706,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -5371,16 +722,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
index 3edcecaa31c..89b5c97d5d6 100644
--- a/python/example_code/bedrock/examples_catalog.json
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -3,151 +3,19 @@
{
"id": "bedrock_Hello",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.bedrock.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Bedrock.dotnetv3.BedrockActions.HelloBedrock"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "bedrock.example_code.hello_bedrock.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &BR;",
- "title_abbrev": "Hello &BR;",
- "synopsis": "get started using &BR;.",
+ "languages": [],
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "ListFoundationModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,128 +23,19 @@
{
"id": "bedrock_GetFoundationModel",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model using the synchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.get_foundation_model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get details about a foundation model using the asynchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.get_foundation_model_async.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/actions/get-foundation-model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model.",
- "snippet_tags": [
- "python.example_code.bedrock.GetFoundationModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetFoundationModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "GetFoundationModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -284,253 +43,19 @@
{
"id": "bedrock_ListFoundationModels",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available Bedrock foundation models.",
- "snippet_tags": [
- "gov2.bedrock.FoundationModelWrapper.struct",
- "gov2.bedrock.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models using the synchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.list_foundation_models.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the available &BRlong; foundation models using the asynchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.list_foundation_models_async.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available foundation models.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/actions/list-foundation-models.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "bedrock.kotlin.list_foundation_models.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "php.example_code.bedrock.service.listFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "python.example_code.bedrock.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available Bedrock foundation models.",
- "snippet_tags": [
- "Bedrock.dotnetv3.BedrockActions.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFoundationModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "ListFoundationModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -538,45 +63,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -585,16 +79,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudfront/examples_catalog.json b/python/example_code/cloudfront/examples_catalog.json
index 086f16ba88a..dfb4848a2bc 100644
--- a/python/example_code/cloudfront/examples_catalog.json
+++ b/python/example_code/cloudfront/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "cloudfront_ListDistributions",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.ListDistributions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDistributions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "ListDistributions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "cloudfront_GetDistributionConfig",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.UpdateDistribution"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDistributionConfig",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "GetDistributionConfig"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,90 +43,19 @@
{
"id": "cloudfront_UpdateDistribution",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudfront.java2.mod.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.UpdateDistribution"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateDistribution",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "UpdateDistribution"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_UpdateDistribution_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudwatch-logs/examples_catalog.json b/python/example_code/cloudwatch-logs/examples_catalog.json
index e3365e85cce..69df9980a38 100644
--- a/python/example_code/cloudwatch-logs/examples_catalog.json
+++ b/python/example_code/cloudwatch-logs/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "cloudwatch-logs_GetQueryResults",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cloudwatch-logs.actions.GetQueryResults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch_logs.get_query_results"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetQueryResults",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "GetQueryResults"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetQueryResults_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "cloudwatch-logs_StartQuery",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cloudwatch-logs.actions.StartQuery"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch_logs.start_query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartQuery",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "StartQuery"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,118 +43,19 @@
{
"id": "cloudwatch-logs_Scenario_BigQuery",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This is the entry point.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "This is a class that splits queries into multiple steps if necessary.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/cloud-watch-query.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This file invokes an example module for managing CloudWatch queries exceeding 10,000 results.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/cloudwatch-logs/scenarios/large-query/exec.py"
- ],
- "genai": "none"
- },
- {
- "description": "This module processes CloudWatch queries exceeding 10,000 results.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs/scenarios/large-query",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &CWL; to run a large query",
+ "languages": [],
+ "title": "Use CloudWatch Logs to run a large query",
"title_abbrev": "Run a large query",
- "synopsis": "use &CWL; to query more than 10,000 records.",
+ "synopsis": "use CloudWatch Logs to query more than 10,000 records.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "GetQueryResults",
- "StartQuery"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -302,73 +63,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -377,32 +79,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudwatch/examples_catalog.json b/python/example_code/cloudwatch/examples_catalog.json
index b38b9fa8a2f..ea6e2e2ab41 100644
--- a/python/example_code/cloudwatch/examples_catalog.json
+++ b/python/example_code/cloudwatch/examples_catalog.json
@@ -3,284 +3,19 @@
{
"id": "cloudwatch_DeleteAlarms",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.del.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.delete_alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.delete_alarm.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the alarm.",
- "snippet_tags": [
- "cw.cpp.delete_alarm.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.deleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.delete_alarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAlarms",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DeleteAlarms"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAlarms_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -288,284 +23,19 @@
{
"id": "cloudwatch_DescribeAlarmsForMetric",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DescribeAlarmsForMetric"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.check.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.check.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.DescribeAlarmsForMetric"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.displayMetricInfo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.describe_alarms.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Describe the alarms.",
- "snippet_tags": [
- "cw.cpp.describe_alarms.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DescribeAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.alarms.describeAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAlarmsForMetric",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DescribeAlarmsForMetric"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -573,315 +43,19 @@
{
"id": "cloudwatch_DisableAlarmActions",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.disable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.disable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.disableAnAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.disable_alarm_actions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.disable_alarm_actions.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Disable the alarm actions.",
- "snippet_tags": [
- "cw.cpp.disable_alarm_actions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.disableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableAlarmActions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DisableAlarmActions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DisableAlarmActions_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -889,284 +63,19 @@
{
"id": "cloudwatch_EnableAlarmActions",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.EnableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.enable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.enable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.enable_alarm_actions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.enable_alarm_actions.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Enable the alarm actions.",
- "snippet_tags": [
- "cw.cpp.enable_alarm_actions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.EnableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.enableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableAlarmActions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "EnableAlarmActions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_EnableAlarmActions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1174,153 +83,19 @@
{
"id": "cloudwatch_GetMetricStatistics",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.display.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.display.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.GetMetricStatisticsSetup",
- "CloudWatch.dotnetv3.GetMetricStatistics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.GetMetricStatistics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetMetricStatistics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "GetMetricStatistics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricStatistics_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1328,315 +103,19 @@
{
"id": "cloudwatch_ListMetrics",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.list.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.list_metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.listMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.list_metrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.list_metrics.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the metrics.",
- "snippet_tags": [
- "cw.cpp.list_metrics.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.metrics.listMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListMetrics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "ListMetrics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListMetrics_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1644,315 +123,19 @@
{
"id": "cloudwatch_PutMetricAlarm",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.create.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.put_metric_alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.put_metric_alarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.put_metric_alarm.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the alarm to watch the metric.",
- "snippet_tags": [
- "cw.cpp.put_metric_alarm.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.alarms.putMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMetricAlarm",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricAlarm"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricAlarm_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1960,294 +143,19 @@
{
"id": "cloudwatch_PutMetricData",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.PutMetricDataSetup",
- "CloudWatch.dotnetv3.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.add.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.add.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put a set of data into a &CW; metric.",
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData_DataSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.addDataPoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.put_metric_data.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put data into the metric.",
- "snippet_tags": [
- "cw.cpp.put_metric_data.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.metrics.putMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMetricData",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricData"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricData_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2255,83 +163,22 @@
{
"id": "cloudwatch_Usage_MetricsAlarms",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &CW; operations.",
- "snippet_tags": [
- "python.example_code.cloudwatch.imports",
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData_DataSet",
- "python.example_code.cloudwatch.PutMetricAlarm",
- "python.example_code.cloudwatch.PutMetricData",
- "python.example_code.cloudwatch.GetMetricStatistics",
- "python.example_code.cloudwatch.DescribeAlarmsForMetric",
- "python.example_code.cloudwatch.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to put data in a metric, trigger an alarm that watches the metric, and get data from the alarm.",
- "snippet_tags": [
- "python.example_code.cloudwatch.Usage_MetricsAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &CW; metrics and alarms using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage CloudWatch metrics and alarms using an AWS SDK",
"title_abbrev": "Manage metrics and alarms",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricAlarm",
- "ListMetrics",
- "DescribeAlarmsForMetric",
- "GetMetricStatistics",
- "DisableAlarmActions",
- "PutMetricData",
- "EnableAlarmActions",
- "DeleteAlarms"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Usage_MetricsAlarms_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an alarm to watch a &CW; metric.",
+ "Create an alarm to watch a CloudWatch metric.",
"Put data into a metric and trigger the alarm.",
"Get data from the alarm.",
"Delete the alarm."
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
index ddca3f33c99..fd0205b6d49 100644
--- a/python/example_code/cognito/examples_catalog.json
+++ b/python/example_code/cognito/examples_catalog.json
@@ -3,221 +3,19 @@
{
"id": "cognito-identity-provider_Hello",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.cognito.hello_cognito.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_cognito.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.cognito.hello_cognito"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito/hello_cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.HelloCognito"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_cognito.list_user_pools"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &COG;",
- "title_abbrev": "Hello &COG;",
- "synopsis": "get started using &COG;.",
+ "languages": [],
+ "title": "Hello Amazon Cognito",
+ "title_abbrev": "Hello Amazon Cognito",
+ "synopsis": "get started using Amazon Cognito.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ListUserPools"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -225,248 +23,19 @@
{
"id": "cognito-identity-provider_SignUp",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.CognitoActions.struct",
- "gov2.cognito-identity-provider.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.signup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SignUp",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "SignUp"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -474,216 +43,19 @@
{
"id": "cognito-identity-provider_AdminGetUser",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.GetAdminUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.getuser.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.getuser.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminGetUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_get_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminGetUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminGetUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -691,216 +63,19 @@
{
"id": "cognito-identity-provider_ResendConfirmationCode",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.resend.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.resend.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.resend_confirmation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResendConfirmationCode",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ResendConfirmationCode"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -908,216 +83,19 @@
{
"id": "cognito-identity-provider_ConfirmSignUp",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.confirm_signup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ConfirmSignUp",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ConfirmSignUp"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1125,183 +103,19 @@
{
"id": "cognito-identity-provider_ListUsers",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.ListUsers.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.ListUsers.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ListUsers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1309,216 +123,19 @@
{
"id": "cognito-identity-provider_AdminInitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.initiateauth.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.initiateauth.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_initiate_auth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminInitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminInitiateAuth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1526,216 +143,19 @@
{
"id": "cognito-identity-provider_AssociateSoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.associate_software_token"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssociateSoftwareToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AssociateSoftwareToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1743,216 +163,19 @@
{
"id": "cognito-identity-provider_VerifySoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.token.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.token.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.verify_software_token"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifySoftwareToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "VerifySoftwareToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1960,216 +183,19 @@
{
"id": "cognito-identity-provider_AdminRespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Respond to an MFA challenge by providing a code generated by an associated MFA application.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_respond_to_auth_challenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminRespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminRespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2177,121 +203,19 @@
{
"id": "cognito-identity-provider_ConfirmDevice",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ConfirmDevice",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ConfirmDevice"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2299,153 +223,19 @@
{
"id": "cognito-identity-provider_InitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.CognitoActions.struct",
- "gov2.cognito-identity-provider.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example shows you how to start authentication with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "InitiateAuth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2453,90 +243,19 @@
{
"id": "cognito-identity-provider_RespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sign in with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.RespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.RespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "RespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2544,243 +263,19 @@
{
"id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.Main",
- "Cognito.dotnetv3.CognitoWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &COG; functions used in the scenario.",
- "snippet_tags": [
- "python.example_code.cognito-idp.CognitoIdentityProviderWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario. This example also registers an MFA device to be tracked by &COG; and shows you how to sign in by using a password and information from the tracked device. This avoids the need to enter a new MFA code.",
- "snippet_tags": [
- "python.example_code.cognito-idp.Scenario_SignUpUserWithMfa"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "For the best experience, clone the GitHub repository and run this example. The following code represents a sample of the full example application.",
- "snippet_tags": [
- "javascript.v3.cognito-idp.scenarios.basic.SignUpHandler",
- "javascript.v3.cognito-idp.actions.SignUp",
- "javascript.v3.cognito-idp.scenarios.basic.ConfirmSignUpHandler",
- "javascript.v3.cognito-idp.actions.ConfirmSignUp",
- "javascript.v3.cognito-idp.scenarios.basic.AdminInitiateAuthHandler",
- "javascript.v3.cognito-idp.actions.AdminInitiateAuth",
- "javascript.v3.cognito-idp.scenarios.basic.AdminRespondToAuthChallengeHandler",
- "javascript.v3.cognito-idp.actions.RespondToAuthChallenge",
- "javascript.v3.cognito-idp.scenarios.basic.VerifySoftwareTokenHandler",
- "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/scenarios/basic",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.getting_started_with_user_pools"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Sign up a user with an &COG; user pool that requires MFA using an &AWS; SDK",
+ "languages": [],
+ "title": "Sign up a user with an Amazon Cognito user pool that requires MFA using an AWS SDK",
"title_abbrev": "Sign up a user with a user pool that requires MFA",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminGetUser",
- "AssociateSoftwareToken",
- "ListUsers",
- "ConfirmDevice",
- "InitiateAuth",
- "ConfirmSignUp",
- "VerifySoftwareToken",
- "AdminRespondToAuthChallenge",
- "ResendConfirmationCode",
- "SignUp",
- "AdminInitiateAuth",
- "RespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Sign up and confirm a user with a username, password, and email address.",
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
index bc9c3e8439c..3761227787b 100644
--- a/python/example_code/comprehend/examples_catalog.json
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "comprehend_CreateDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.classifier.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.CreateDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "CreateDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_CreateDocumentClassifier_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,59 +23,19 @@
{
"id": "comprehend_DescribeDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DescribeDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -154,59 +43,19 @@
{
"id": "comprehend_ListDocumentClassifiers",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.ListDocumentClassifiers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDocumentClassifiers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassifiers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -214,59 +63,19 @@
{
"id": "comprehend_DeleteDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DeleteDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DeleteDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -274,59 +83,19 @@
{
"id": "comprehend_StartDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.StartDocumentClassificationJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartDocumentClassificationJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -334,59 +103,19 @@
{
"id": "comprehend_DescribeDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DescribeDocumentClassificationJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeDocumentClassificationJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -394,59 +123,19 @@
{
"id": "comprehend_ListDocumentClassificationJobs",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.ListDocumentClassificationJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDocumentClassificationJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassificationJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -454,214 +143,44 @@
{
"id": "comprehend_Usage_ComprehendClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a wrapper class to call &CMP; document classifier actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.CreateDocumentClassifier",
- "python.example_code.comprehend.DescribeDocumentClassifier",
- "python.example_code.comprehend.ListDocumentClassifiers",
- "python.example_code.comprehend.DeleteDocumentClassifier",
- "python.example_code.comprehend.StartDocumentClassificationJob",
- "python.example_code.comprehend.DescribeDocumentClassificationJob",
- "python.example_code.comprehend.ListDocumentClassificationJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class to help run the scenario.",
- "snippet_tags": [
- "python.example_code.comprehend.helper.ClassifierDemo_class"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Train a classifier on a set of GitHub issues with known labels, then send a second set of GitHub issues to the classifier so that they can be labeled.",
- "snippet_tags": [
- "python.example_code.comprehend.Scenario_CustomClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Train a custom &CMP; classifier and classify documents using an &AWS; SDK",
+ "languages": [],
+ "title": "Train a custom Amazon Comprehend classifier and classify documents using an AWS SDK",
"title_abbrev": "Train a custom classifier and classify documents",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassificationJobs",
- "ListDocumentClassifiers",
- "DeleteDocumentClassifier",
- "DescribeDocumentClassificationJob",
- "StartDocumentClassificationJob",
- "CreateDocumentClassifier",
- "DescribeDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &CMP; multi-label classifier.",
+ "Create an Amazon Comprehend multi-label classifier.",
"Train the classifier on sample data.",
"Run a classification job on a second set of data.",
- "Extract the job output data from &S3;."
+ "Extract the job output data from Amazon S3."
],
"source_key": null
},
{
"id": "comprehend_DetectDominantLanguage",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectDominantLanguageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_language.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectDominantLanguage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectDominantLanguage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectDominantLanguage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -669,121 +188,19 @@
{
"id": "comprehend_DetectEntities",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectEntitiesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_entities.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectEntities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -791,121 +208,19 @@
{
"id": "comprehend_DetectKeyPhrases",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingKeyPhraseExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_keyphrases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectKeyPhrases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectKeyPhrases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectKeyPhrases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -913,90 +228,19 @@
{
"id": "comprehend_DetectPiiEntities",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingPIIExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectPiiEntities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectPiiEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectPiiEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1004,121 +248,19 @@
{
"id": "comprehend_DetectSentiment",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingSentimentExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_sentiment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectSentiment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectSentiment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSentiment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1126,121 +268,19 @@
{
"id": "comprehend_DetectSyntax",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingSyntaxExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_syntax.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectSyntax"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectSyntax",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSyntax"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1248,78 +288,19 @@
{
"id": "comprehend_Usage_DetectApis",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &CMPlong; actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect_imports",
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectDominantLanguage",
- "python.example_code.comprehend.DetectEntities",
- "python.example_code.comprehend.DetectKeyPhrases",
- "python.example_code.comprehend.DetectPiiEntities",
- "python.example_code.comprehend.DetectSentiment",
- "python.example_code.comprehend.DetectSyntax"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to detect entities, phrases, and more in a document.",
- "snippet_tags": [
- "python.example_code.comprehend.Usage_DetectApis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect document elements with &CMP; and an &AWS; SDK",
+ "languages": [],
+ "title": "Detect document elements with Amazon Comprehend and an AWS SDK",
"title_abbrev": "Detect document elements",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSentiment",
- "DetectKeyPhrases",
- "DetectDominantLanguage",
- "DetectSyntax",
- "DetectEntities",
- "DetectPiiEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Detect languages, entities, and key phrases in a document.",
@@ -1332,90 +313,19 @@
{
"id": "comprehend_StartTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.TopicModelingExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.StartTopicsDetectionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1423,59 +333,19 @@
{
"id": "comprehend_DescribeTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.DescribeTopicsDetectionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1483,59 +353,19 @@
{
"id": "comprehend_ListTopicsDetectionJobs",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.ListTopicsDetectionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTopicsDetectionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListTopicsDetectionJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1543,131 +373,45 @@
{
"id": "comprehend_Usage_TopicModeler",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a wrapper class to call &CMP; topic modeling actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.StartTopicsDetectionJob",
- "python.example_code.comprehend.DescribeTopicsDetectionJob",
- "python.example_code.comprehend.ListTopicsDetectionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to run a topic modeling job and get job data.",
- "snippet_tags": [
- "python.example_code.comprehend.Scenario_TopicModeler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run an &CMP; topic modeling job on sample data using an &AWS; SDK",
+ "languages": [],
+ "title": "Run an Amazon Comprehend topic modeling job on sample data using an AWS SDK",
"title_abbrev": "Run a topic modeling job on sample data",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartTopicsDetectionJob",
- "ListTopicsDetectionJobs",
- "DescribeTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_TopicModeler_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Run an &CMP; topic modeling job on sample data.",
+ "Run an Amazon Comprehend topic modeling job on sample data.",
"Get information about the job.",
- "Extract job output data from &S3;."
+ "Extract job output data from Amazon S3."
],
"source_key": null
},
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/config/examples_catalog.json b/python/example_code/config/examples_catalog.json
index b167fdbc007..9828529037c 100644
--- a/python/example_code/config/examples_catalog.json
+++ b/python/example_code/config/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "config-service_PutConfigRule",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.PutConfigRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "PutConfigRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "config-service_DescribeConfigRules",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.DescribeConfigRules"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeConfigRules",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "DescribeConfigRules"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRules_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,59 +43,19 @@
{
"id": "config-service_DeleteConfigRule",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.DeleteConfigRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "DeleteConfigRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/devicefarm/examples_catalog.json b/python/example_code/devicefarm/examples_catalog.json
index b0dbe0b01db..cb287709f21 100644
--- a/python/example_code/devicefarm/examples_catalog.json
+++ b/python/example_code/devicefarm/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "device-farm_Scenario_BrowserTesting",
"file": "device-farm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use PyTest and Selenium to browse to specified websites, take screenshots, and compare actual website content with expected content.",
- "snippet_tags": [
- "python.example_code.device-farm.Scenario_BrowserTesting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/devicefarm/browser_testing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run browser tests with &ATP; and take screenshots using an &AWS; SDK",
+ "languages": [],
+ "title": "Run browser tests with Device Farm and take screenshots using an AWS SDK",
"title_abbrev": "Run browser tests and take screenshots",
- "synopsis": "run browser tests with &ATP; and take screenshots.",
+ "synopsis": "run browser tests with Device Farm and take screenshots.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "device-farm": {
- "__set__": [
- "CreateTestGridUrl",
- "GetTestGridSession"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_BrowserTesting_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,66 +23,19 @@
{
"id": "device-farm_Scenario_DeviceTesting",
"file": "device-farm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload compiled Android application and test packages to &ATP;, start a test, wait for test completion, and report the results.",
- "snippet_tags": [
- "python.example_code.device-farm.Scenario_DeviceTesting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/devicefarm/device_testing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Upload and test mobile device packages with &ATP; using an &AWS; SDK",
+ "languages": [],
+ "title": "Upload and test mobile device packages with Device Farm using an AWS SDK",
"title_abbrev": "Upload and test device packages",
- "synopsis": "upload and test mobile device packages with &ATP;.",
+ "synopsis": "upload and test mobile device packages with Device Farm.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "device-farm": {
- "__set__": [
- "ListSuites",
- "ListTests",
- "ScheduleRun",
- "StopRun",
- "ListArtifacts",
- "GetUpload",
- "GetRun",
- "CreateUpload",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_DeviceTesting_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
index 565fe3141ff..8b055464134 100644
--- a/python/example_code/dynamodb/examples_catalog.json
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -3,117 +3,20 @@
{
"id": "cross_DynamoDBDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/DynamoDbItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/dynamodb_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a web application to track &DDB; data",
- "title_abbrev": "Create a web application to track &DDB; data",
- "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "dynamodb",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -121,42 +24,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -164,16 +39,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -181,55 +47,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -237,42 +69,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -280,16 +84,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -297,70 +92,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -368,32 +107,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -401,73 +115,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -476,32 +131,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -509,221 +139,19 @@
{
"id": "dynamodb_Hello",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.HelloDynamoDB"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "For more details on working with &DDB; in &JSBlong;, see Programming &DDB; with JavaScript.",
- "snippet_tags": [
- "javascript.v3.dynamodb.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.hello_dynamodb.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_dynamodb.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb/hello_dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &DDB;",
- "title_abbrev": "Hello &DDB;",
- "synopsis": "get started using &DDB;.",
+ "languages": [],
+ "title": "Hello DynamoDB",
+ "title_abbrev": "Hello DynamoDB",
+ "synopsis": "get started using DynamoDB.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -731,476 +159,19 @@
{
"id": "dynamodb_CreateTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.create_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table.",
- "snippet_tags": [
- "php.example_code.dynamodb.basics.createTable",
- "php.example_code.dynamodb.service.createTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table for storing movie data.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.create-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.createTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.createTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.create_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.createtable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1208,286 +179,19 @@
{
"id": "dynamodb_BatchGetItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Shows how to get batch items using the service client.",
- "snippet_tags": [
- "dynamodb.java2.batch.get.items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Shows how to get batch items using the service client and a paginator.",
- "snippet_tags": [
- "dynamodb.java2.batch.get.items.paginator.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.LowLevelBatchGetExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.Batching_imports",
- "python.example_code.dynamodb.BatchGetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchGet.",
- "snippet_tags": [
- "javascript.v3.dynamodb.doc-client.BatchGet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.batch.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.batch_get_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.batchgetitem.batchget"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.BatchGetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchGetItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchGetItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1495,341 +199,19 @@
{
"id": "dynamodb_DescribeTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.DescribeTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.describe_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.describe_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.describeTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.describeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.describe_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DescribeTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1837,390 +219,19 @@
{
"id": "dynamodb_BatchWriteItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Writes a batch of items to the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Inserts many items into a table by using the service client.",
- "snippet_tags": [
- "dynamodb.java2.batch.write.items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Inserts many items into a table by using the enhanced client.",
- "snippet_tags": [
- "dynamodb.java2.mapping.batchitems.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.batchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchWrite.",
- "snippet_tags": [
- "dynamodb.JavaScript.movies.batchwriteV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.batch.WriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-writing",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.batch_write_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.populate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchWriteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchWriteItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2228,467 +239,19 @@
{
"id": "dynamodb_DeleteTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.delete_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.delete_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.delete_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.delete-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.item.deleteTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-deleting-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.delete_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.deletetable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2696,493 +259,19 @@
{
"id": "dynamodb_PutItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.put_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.put_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Puts an item into a table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.put_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.putItem",
- "php.example_code.dynamodb.service.putItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.add-item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see PutCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.putV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an item in a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.putItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put an item in a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.put"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-writing-an-item",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.put_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.add-movie",
- "ddb.swift.basics.movie.getasitem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "PutItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3190,452 +279,19 @@
{
"id": "dynamodb_GetItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.get_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Gets an item from a table by using the DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.getItem",
- "php.example_code.dynamodb.service.getItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see GetCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.getV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.getItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.get"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-dynamodb-utilities.html#dynamodb-example-document-client-get",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.get_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.get"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "GetItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3643,448 +299,19 @@
{
"id": "dynamodb_UpdateItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.update_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.update_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Updates an item in a table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.update_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.updateItem",
- "php.example_code.dynamodb.service.updateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update an item by using an update expression.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.UpdateItem.UpdateExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item by using an update expression that includes an arithmetic operation.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.UpdateItem.UpdateExpression.Arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item only when it meets certain conditions.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.UpdateItem.ConditionalExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.UpdateItem.UpdateExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see UpdateCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.updateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.update_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.update"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "UpdateItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4092,502 +319,19 @@
{
"id": "dynamodb_DeleteItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.delete_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.delete_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.key",
- "php.example_code.dynamodb.basics.deleteItem",
- "php.example_code.dynamodb.service.deleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "You can specify a condition so that an item is deleted only when it meets certain criteria.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.DeleteItem.ConditionExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.delete-item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see DeleteCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.deleteV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an item from a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.deleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an item from a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.delete_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.delete_item"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4595,474 +339,19 @@
{
"id": "dynamodb_ListTables",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.ListTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.list_tables.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.listTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Determine whether a table exists.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.list-tables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Determine whether table exists.",
- "snippet_tags": [
- "dynamodb.rust.movies-does_table_exist"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.listTablesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.listTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.list_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.databasemanager.gettablelist"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5070,492 +359,19 @@
{
"id": "dynamodb_Query",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.query_items.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.query.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Queries a table by using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.query.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Queries a table by using DynamoDbClient
and a secondary index.",
- "snippet_tags": [
- "dynamodb.java2.query_items_sec_index.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.query",
- "php.example_code.dynamodb.service.query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Query items by using a key condition expression.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Query items and project them to return a subset of data.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.Query.ProjectionExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Find the movies made in the specified year.",
- "snippet_tags": [
- "dynamodb.rust.movies-movies_in_year"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see QueryCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.queryV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.query_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.getMovies-year"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Query",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "Query"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5563,475 +379,19 @@
{
"id": "dynamodb_Scan",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.scan_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scan_items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Scans an Amazon DynamoDB table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.dynamoDB_scan.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.scan",
- "php.example_code.dynamodb.service.scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.list-items"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see ScanCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.movies.scanV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-scanning",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.scan_items"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.getmovies-range"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Scan",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "Scan"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6039,404 +399,19 @@
{
"id": "dynamodb_ExecuteStatement",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get a list of items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete a single movie.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a function receiver struct for the example.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get a list of items and project the results.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Select.Projected"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.putItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.getItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.updateItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.deleteItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.insertItemByPartiQL",
- "php.example_code.dynamodb.service.getItemByPartiQL",
- "php.example_code.dynamodb.service.updateItemByPartiQL",
- "php.example_code.dynamodb.service.deleteItemByPartiQL"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLWrapper.class_decl",
- "python.example_code.dynamodb.ExecuteStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Select a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Add a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6444,370 +419,19 @@
{
"id": "dynamodb_BatchExecuteStatement",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a function receiver struct for the example.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.putItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.getItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.updateItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.deleteItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.getItemByPartiQLBatch",
- "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
- "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
- "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_decl",
- "python.example_code.dynamodb.BatchExecuteStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Read a batch of items using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
- "ruby.example_code.dynamodb.partiql.batch_read"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a batch of items using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
- "ruby.example_code.dynamodb.partiql.batch_write"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6815,109 +439,25 @@
{
"id": "dynamodb_Usage_DaxDemo",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table with either the &DAX; or Boto3 client.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.01-create-table"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Write test data to the table.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.02-write-data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get items for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.03-getitem-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Query the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.04-query-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Scan the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.05-scan-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the table.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.06-delete-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb/TryDax",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Accelerate &DDB; reads with &DAX; using an &AWS; SDK",
- "title_abbrev": "Accelerate reads with &DAX;",
+ "languages": [],
+ "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
+ "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Developing with the &DAXlong; Client",
+ "title": "Developing with the DynamoDB Accelerator Client",
"url": "amazondynamodb/latest/developerguide/DAX.client.html"
},
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable",
- "PutItem",
- "Query",
- "GetItem",
- "Scan",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create and write data to a table with both the &DAX; and SDK clients.",
+ "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
"Get, query, and scan the table with both clients and compare their performance."
],
"source_key": null
@@ -6925,632 +465,19 @@
{
"id": "dynamodb_Scenario_GettingStartedMovies",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.DynamoDB_Basics_Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Creates a table to contain movie data.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Adds a single movie to the table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Updates a single item in a table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Retrieves a single item from the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Writes a batch of items to the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deletes a single item from the table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Queries the table for movies released in a particular year.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Scans the table for movies released in a range of years.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deletes the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_GettingStartedMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that call &DDB; actions.",
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a &DDB; table.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.populate_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Full example.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a &DDB; table.",
- "snippet_tags": [
- "dynamodb.java2.scenario.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "dynamodb.java2.scenario.populate_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.java2.scenario.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Full example.",
- "snippet_tags": [
- "dynamodb.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that encapsulates a &DDB; table.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.imports",
- "python.example_code.dynamodb.helper.Movies.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.get_sample_movie_data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_GettingStartedMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "This scenario uses the following helper class to ask questions at a command prompt.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Question"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that encapsulates a &DDB; table.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.helper.get_sample_movie_data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_Basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.dynamodb_scenarios.dynamodb_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.getting_started_with_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_GettingStarted.main",
- "cpp.example_code.dynamodb.Scenario_GettingStarted",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "A Swift class that handles &DDB; calls to the &Swift;.",
- "snippet_tags": [
- "ddb.swift.basics.movietable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The structures used by the MovieTable class to represent movies.",
- "snippet_tags": [
- "ddb.swift.basics.movie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A program that uses the MovieTable class to access a &DDB; database.",
- "snippet_tags": [
- "ddb.swift.basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The &DDB; getting started scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.scenario_getting_started_movies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &DDB; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.CreateTable",
- "aws-cli.bash-linux.dynamodb.DescribeTable",
- "aws-cli.bash-linux.dynamodb.PutItem",
- "aws-cli.bash-linux.dynamodb.UpdateItem",
- "aws-cli.bash-linux.dynamodb.BatchWriteItem",
- "aws-cli.bash-linux.dynamodb.GetItem",
- "aws-cli.bash-linux.dynamodb.Query",
- "aws-cli.bash-linux.dynamodb.Scan",
- "aws-cli.bash-linux.dynamodb.DeleteItem",
- "aws-cli.bash-linux.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable",
- "PutItem",
- "BatchWriteItem",
- "Query",
- "DeleteItem",
- "GetItem",
- "DescribeTable",
- "UpdateItem",
- "Scan",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a table that can hold movie data.",
@@ -7565,382 +492,19 @@
{
"id": "dynamodb_Scenario_PartiQLSingle",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-Complete",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_PartiQLSingle"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that run PartiQL statements.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct",
- "gov2.dynamodb.ExecuteStatement.Insert",
- "gov2.dynamodb.ExecuteStatement.Select",
- "gov2.dynamodb.ExecuteStatement.Update",
- "gov2.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scenario.partiql.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.scenario.partiql.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Execute single PartiQL statements.",
- "snippet_tags": [
- "javascript.dynamodb_scenarios.partiQL_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.partiql_basics.scenario",
- "php.example_code.dynamodb.service.insertItemByPartiQL",
- "php.example_code.dynamodb.service.getItemByPartiQL",
- "php.example_code.dynamodb.service.updateItemByPartiQL",
- "php.example_code.dynamodb.service.deleteItemByPartiQL"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that can run PartiQL statements.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLWrapper.imports",
- "python.example_code.dynamodb.helper.PartiQLWrapper.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_PartiQLSingle"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_PartiQL_Single"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_PartiQL_Single.main",
- "cpp.example_code.dynamodb.Scenario_PartiQL_Single",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.partiql-make_table",
- "dynamodb.rust.partiql-add_item",
- "dynamodb.rust.partiql-query_item",
- "dynamodb.rust.partiql-remove_item",
- "dynamodb.rust.partiql-remove_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Query a &DDB; table using PartiQL and an &AWS; SDK",
+ "languages": [],
+ "title": "Query a DynamoDB table using PartiQL and an AWS SDK",
"title_abbrev": "Query a table using PartiQL",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get an item by running a SELECT statement.",
@@ -7953,348 +517,19 @@
{
"id": "dynamodb_Scenario_PartiQLBatch",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario",
- "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch",
- "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies",
- "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch",
- "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs batches of PartiQL queries.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_PartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that run PartiQL statements.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct",
- "gov2.dynamodb.BatchExecuteStatement.Insert",
- "gov2.dynamodb.BatchExecuteStatement.Select",
- "gov2.dynamodb.ExecuteStatement.Select.Projected",
- "gov2.dynamodb.BatchExecuteStatement.Update",
- "gov2.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scenario.partiql.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.scenario.partiql.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Execute batch PartiQL statements.",
- "snippet_tags": [
- "javascript.dynamodb_scenarios.partiQL_batch_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.partiql_batch.scenario",
- "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
- "php.example_code.dynamodb.service.getItemByPartiQLBatch",
- "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
- "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that can run batches of PartiQL statements.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.imports",
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries in batches.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_PartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs batch PartiQL queries.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_PartiQL_Batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_PartiQL_Batch.main",
- "cpp.example_code.dynamodb.Scenario_PartiQL_Batch",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Query a &DDB; table by using batches of PartiQL statements and an &AWS; SDK",
+ "languages": [],
+ "title": "Query a DynamoDB table by using batches of PartiQL statements and an AWS SDK",
"title_abbrev": "Query a table by using batches of PartiQL statements",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get a batch of items by running multiple SELECT statements.",
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
index f612b8f001b..d6888377319 100644
--- a/python/example_code/ec2/examples_catalog.json
+++ b/python/example_code/ec2/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,331 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "ec2_Hello",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.HelloEc2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_security_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_securitygroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.ec2.hello_ec2.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_ec2.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.ec2.hello_ec2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2/hello_ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.ruby.hello_ec2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.ec2-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &EC2;",
- "title_abbrev": "Hello &EC2;",
- "synopsis": "get started using &EC2;.",
+ "languages": [],
+ "title": "Hello Amazon EC2",
+ "title_abbrev": "Hello Amazon EC2",
+ "synopsis": "get started using Amazon EC2.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSecurityGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -605,355 +53,19 @@
{
"id": "ec2_CreateKeyPair",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.exampleKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.createKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_key_pair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2,CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Rust implementation that calls the EC2 Client's create_key_pair and extracts the returned material.",
- "snippet_tags": [
- "ec2.rust.create_key.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A function that calls the create_key impl and securely saves the PEM private key.",
- "snippet_tags": [
- "ec2.rust.create_key.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateKeyPair"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -961,316 +73,19 @@
{
"id": "ec2_DescribeKeyPairs",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_key_pairs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.describe_key_pairs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.describeKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_key_pairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_keys.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeKeyPairs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeKeyPairs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1278,347 +93,19 @@
{
"id": "ec2_CreateSecurityGroup",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.exampleSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.createSecurityGroupV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_security_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.create_security_group.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateSecurityGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1626,316 +113,19 @@
{
"id": "ec2_RunInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.create_instancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.create_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RunInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "RunInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1943,356 +133,19 @@
{
"id": "ec2_StartInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.StartInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.start_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.start_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.startInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.start_stopInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an EC2 Instance by instance ID.",
- "snippet_tags": [
- "ec2.rust.start_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the ready and status ok states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_ready.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.start_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "StartInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2300,356 +153,19 @@
{
"id": "ec2_StopInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.StopInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.stop_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.stop.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.stopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.stop_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the stopped state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.stop_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.stop_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "StopInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2657,348 +173,19 @@
{
"id": "ec2_AllocateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.allocate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.allocate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.allocateElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/actions/allocate-address.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.allocate_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.AllocateAddress",
- "cpp.example_code.ec2.AllocateAddress2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.allocate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AllocateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AllocateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3006,348 +193,19 @@
{
"id": "ec2_AssociateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.associate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.associate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.associateElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.associate_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.allocate_address.client",
- "cpp.example_code.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.associate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AssociateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3355,254 +213,19 @@
{
"id": "ec2_DisassociateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.disassociate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.disassociate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.disassociate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisassociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DisassociateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3610,347 +233,19 @@
{
"id": "ec2_ReleaseAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.release.address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.release_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.releaseElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Addresses.releaseAddressV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.release_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.deallocate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReleaseAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "ReleaseAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3958,293 +253,19 @@
{
"id": "ec2_AuthorizeSecurityGroupIngress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.inbound.rule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utility function to build an ingress rule.",
- "snippet_tags": [
- "cpp.example_code.ec2.BuildSampleIngressRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.authorize_security_group_ssh_ingress.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AuthorizeSecurityGroupIngress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AuthorizeSecurityGroupIngress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4252,324 +273,19 @@
{
"id": "ec2_DeleteKeyPair",
"file": "ec2_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.delete_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.delete_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.deleteKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.delete_key_pair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Wrapper around delete_key that also removes the backing private PEM key.",
- "snippet_tags": [
- "ec2.rust.delete_key.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_key.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteKeyPair"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4577,316 +293,19 @@
{
"id": "ec2_DescribeSecurityGroups",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_security_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_securitygroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.describeSecurityGroupsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_security_groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.ec2-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSecurityGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSecurityGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4894,316 +313,19 @@
{
"id": "ec2_DeleteSecurityGroup",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.delete_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.delete_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.deleteSecurityGroupV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.delete_security_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_security_group.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteSecurityGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5211,325 +333,19 @@
{
"id": "ec2_TerminateInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.TerminateInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.terminate_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.terminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v2.ec2.actions.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the terminted state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_terminated.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "TerminateInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5537,355 +353,19 @@
{
"id": "ec2_DescribeInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.getAllInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.describeInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve details for an EC2 Instance.",
- "snippet_tags": [
- "ec2.rust.describe_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "After creating an EC2 instance, retrieve and store its details.",
- "snippet_tags": [
- "ec2.rust.create_instance.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5893,90 +373,19 @@
{
"id": "ec2_DescribeRouteTables",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.describeRouteTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DescribeRouteTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeRouteTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeRouteTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5984,240 +393,19 @@
{
"id": "ec2_RebootInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Reboot an instance by its Id.",
- "snippet_tags": [
- "EC2.dotnetv3.RebootInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Replace the profile for an instance, reboot, and restart a web server.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.reboot_instance.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.reboot_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Waiters for instance to be in the stopped and ready states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_ready.impl",
- "ec2.rust.wait_for_instance_stopped.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.rebootInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.reboot_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.RebootInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RebootInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "RebootInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6225,169 +413,19 @@
{
"id": "ec2_DescribeImages",
"file": "ec2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_images.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Using the list_images function with &SSM; to limit based on your environment. For more details on SSM, see https://docs.aws.amazon.com/systems-manager/latest/userguide/example_ssm_GetParameters_section.html.",
- "snippet_tags": [
- "ec2.rust.find_image.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6395,254 +433,19 @@
{
"id": "ec2_DescribeInstanceTypes",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_instance_type.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_instance.type.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_instance_types.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeInstanceTypes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeInstanceTypes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6650,152 +453,19 @@
{
"id": "ec2_DescribeAvailabilityZones",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_availability_zones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAvailabilityZones",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeAvailabilityZones"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6803,121 +473,19 @@
{
"id": "ec2_CreateVpc",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.createVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.createVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.CreateVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateVpc"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6925,90 +493,19 @@
{
"id": "ec2_DeleteVpc",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.deleteVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DeleteVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteVpc"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7016,90 +513,19 @@
{
"id": "ec2_CreateVpcEndpoint",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.createVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.CreateVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVpcEndpoint",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateVpcEndpoint"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7107,90 +533,19 @@
{
"id": "ec2_DeleteVpcEndpoints",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.deleteVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DeleteVpcEndpoints"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVpcEndpoints",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteVpcEndpoints"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7198,121 +553,19 @@
{
"id": "ec2_DescribeIamInstanceProfileAssociations",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.GetInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeIamInstanceProfileAssociations"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeIamInstanceProfileAssociations"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeIamInstanceProfileAssociations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeIamInstanceProfileAssociations"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7320,121 +573,19 @@
{
"id": "ec2_ReplaceIamInstanceProfileAssociation",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example replaces the instance profile of a running instance, reboots the instance, and sends a command to the instance after it starts.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReplaceIamInstanceProfileAssociation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "ReplaceIamInstanceProfileAssociation"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7442,121 +593,19 @@
{
"id": "ec2_CreateLaunchTemplate",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ec2.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example creates a launch template that includes an instance profile that grants specific permissions to the instance, and a user data Bash script that runs on the instance after it starts.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7564,121 +613,19 @@
{
"id": "ec2_DeleteLaunchTemplate",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteLaunchTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7686,121 +633,19 @@
{
"id": "ec2_DescribeVpcs",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeVpcs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeVpcs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7808,121 +653,19 @@
{
"id": "ec2_DescribeSubnets",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSubnets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSubnets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7930,379 +673,19 @@
{
"id": "ec2_Scenario_GetStartedInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "EC2.dotnetv3.Main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps EC2 actions.",
- "snippet_tags": [
- "EC2.dotnetv3.EC2WrapperClass"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "ec2.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps EC2 actions.",
- "snippet_tags": [
- "ec2.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ec2.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps key pair actions.",
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps security group actions.",
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps instance actions.",
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps Elastic IP actions.",
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This file contains a list of common actions used with EC2. The steps are constructed\nwith a Scenario framework that simplifies running an interactive example. For the full\ncontext, visit the GitHub repository.\n",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/scenarios/steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.get_started_with_ec2_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &DDB; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateKeyPair",
- "aws-cli.bash-linux.ec2.DescribeKeyPairs",
- "aws-cli.bash-linux.ec2.CreateSecurityGroup",
- "aws-cli.bash-linux.ec2.DescribeSecurityGroups",
- "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress",
- "aws-cli.bash-linux.ec2.DescribeImages",
- "aws-cli.bash-linux.ec2.DescribeInstanceTypes",
- "aws-cli.bash-linux.ec2.RunInstances",
- "aws-cli.bash-linux.ec2.DescribeInstances",
- "aws-cli.bash-linux.ec2.StopInstances",
- "aws-cli.bash-linux.ec2.StartInstances",
- "aws-cli.bash-linux.ec2.AllocateAddress",
- "aws-cli.bash-linux.ec2.AssociateAddress",
- "aws-cli.bash-linux.ec2.DisassociateAddress",
- "aws-cli.bash-linux.ec2.ReleaseAddress",
- "aws-cli.bash-linux.ec2.TerminateInstances",
- "aws-cli.bash-linux.ec2.DeleteSecurityGroup",
- "aws-cli.bash-linux.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The EC2InstanceScenario implementation contains logic to run the example as a whole.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/getting_started/scenario.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The EC2Impl struct serves as a an automock point for testing, and its functions wrap the EC2 SDK calls.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/ec2.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The SSM struct serves as a an automock point for testing, and its functions wraps SSM SDK calls.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/ssm.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The scenario uses several \"Manager\"-style structs to handle access to resources that are created and deleted throughout the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/getting_started/elastic_ip.rs",
- "rustv1/examples/ec2/src/getting_started/instance.rs",
- "rustv1/examples/ec2/src/getting_started/key_pair.rs",
- "rustv1/examples/ec2/src/getting_started/security_group.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The main entry point for the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/bin/getting-started.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeKeyPairs",
- "DescribeInstanceTypes",
- "AllocateAddress",
- "AssociateAddress",
- "UnmonitorInstances",
- "DescribeImages",
- "AuthorizeSecurityGroupIngress",
- "CreateKeyPair",
- "DescribeInstances",
- "DeleteKeyPair",
- "RunInstances",
- "ReleaseAddress",
- "DeleteSecurityGroup",
- "DescribeSecurityGroups",
- "StartInstances",
- "CreateSecurityGroup",
- "DisassociateAddress",
- "StopInstances",
- "TerminateInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a key pair and security group.",
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
index db0916d91f6..7fb816a952b 100644
--- a/python/example_code/ecr/examples_catalog.json
+++ b/python/example_code/ecr/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "ecr_Hello",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin_hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2_hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ECR;",
- "title_abbrev": "Hello &ECR;",
- "synopsis": "get started using &ECR;.",
+ "languages": [],
+ "title": "Hello Amazon ECR",
+ "title_abbrev": "Hello Amazon ECR",
+ "synopsis": "get started using Amazon ECR.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "listImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,129 +23,19 @@
{
"id": "ecr_SetRepositoryPolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.set.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.set.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.SetRepositoryPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Example that grants an IAM role download access.",
- "snippet_tags": [
- "python.example_code.ecr.grant_role_download_access"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetRepositoryPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "SetRepositoryPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -254,121 +43,19 @@
{
"id": "ecr_GetRepositoryPolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.get.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.get.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.GetRepositoryPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRepositoryPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "GetRepositoryPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -376,121 +63,19 @@
{
"id": "ecr_GetAuthorizationToken",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.get.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.get.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.GetAuthorizationToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAuthorizationToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "GetAuthorizationToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -498,67 +83,19 @@
{
"id": "ecr_PutLifeCyclePolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.PutLifeCyclePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Example that puts an expiration date policy.",
- "snippet_tags": [
- "python.example_code.ecr.put_expiration_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutLifeCyclePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "PutLifeCyclePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -566,121 +103,19 @@
{
"id": "ecr_DescribeImages",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.verify.image.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.verify.image.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DescribeImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -688,121 +123,19 @@
{
"id": "ecr_DeleteRepository",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.delete.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.delete.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DeleteRepository"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DeleteRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -810,121 +143,19 @@
{
"id": "ecr_CreateRepository",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.create.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.create.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.CreateRepository"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "CreateRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -932,152 +163,19 @@
{
"id": "ecr_DescribeRepositories",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.describe.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.describe.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.rust.describe-repos"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DescribeRepositories"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeRepositories",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DescribeRepositories"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1085,162 +183,30 @@
{
"id": "ecr_Scenario_RepositoryManagement",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ECR; features.",
- "snippet_tags": [
- "ecr.kotlin_scenario.parent.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ECR; SDK methods.",
- "snippet_tags": [
- "ecr.kotlin_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ECR; features.",
- "snippet_tags": [
- "ecr.java2_scenario.parent.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ECR; SDK methods.",
- "snippet_tags": [
- "ecr.java2_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ecr.BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "ECRWrapper class that wraps &ECR; actions.",
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "StartLifecyclePolicyPreview",
- "DeleteRepository",
- "DescribeImages",
- "SetRepositoryPolicy",
- "GetAuthorizationToken",
- "GetRepositoryPolicy",
- "DescribeRepositories",
- "CreateRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Scenario_RepositoryManagement_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ECR; repository.",
+ "Create an Amazon ECR repository.",
"Set repository policies.",
"Retrieve repository URIs.",
- "Get &ECR; authorization tokens.",
- "Set lifecycle policies for &ECR; repositories.",
- "Push a Docker image to an &ECR; repository.",
- "Verify the existence of an image in an &ECR; repository.",
- "List &ECR; repositories for your account and get details about them.",
- "Delete &ECR; repositories."
+ "Get Amazon ECR authorization tokens.",
+ "Set lifecycle policies for Amazon ECR repositories.",
+ "Push a Docker image to an Amazon ECR repository.",
+ "Verify the existence of an image in an Amazon ECR repository.",
+ "List Amazon ECR repositories for your account and get details about them.",
+ "Delete Amazon ECR repositories."
],
"source_key": null
}
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
index 807219b1646..0df2ed8697d 100644
--- a/python/example_code/elastic-load-balancing/examples_catalog.json
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,168 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "elastic-load-balancing-v2_Hello",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.example_code.elbv2.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.elbv2.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/elastic-load-balancing-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ELB;",
- "title_abbrev": "Hello &ELB;",
- "synopsis": "get started using &ELB;.",
+ "languages": [],
+ "title": "Hello Elastic Load Balancing",
+ "title_abbrev": "Hello Elastic Load Balancing",
+ "synopsis": "get started using Elastic Load Balancing.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeLoadBalancers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -442,121 +53,19 @@
{
"id": "elastic-load-balancing-v2_DescribeLoadBalancers",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DescribeLoadBalancers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DescribeLoadBalancers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/elastic-load-balancing-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeLoadBalancers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeLoadBalancers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -564,152 +73,19 @@
{
"id": "elastic-load-balancing-v2_CreateTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateTargetGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -717,152 +93,19 @@
{
"id": "elastic-load-balancing-v2_DeleteTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DeleteTargetGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -870,152 +113,19 @@
{
"id": "elastic-load-balancing-v2_CreateLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateLoadBalancer"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1023,152 +133,19 @@
{
"id": "elastic-load-balancing-v2_CreateListener",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateListener",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateListener"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1176,152 +153,19 @@
{
"id": "elastic-load-balancing-v2_DeleteLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DeleteLoadBalancer"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1329,152 +173,19 @@
{
"id": "elastic-load-balancing-v2_DescribeTargetHealth",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTargetHealth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetHealth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetHealth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/emr/examples_catalog.json b/python/example_code/emr/examples_catalog.json
index eca340cc2b3..c9ce9a958f7 100644
--- a/python/example_code/emr/examples_catalog.json
+++ b/python/example_code/emr/examples_catalog.json
@@ -3,58 +3,19 @@
{
"id": "emr_RunJobFlow",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.RunJobFlow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RunJobFlow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "RunJobFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -62,58 +23,19 @@
{
"id": "emr_DescribeCluster",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.DescribeCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "DescribeCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeCluster_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -121,58 +43,19 @@
{
"id": "emr_TerminateJobFlows",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.TerminateJobFlows"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateJobFlows",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "TerminateJobFlows"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -180,66 +63,19 @@
{
"id": "emr_AddJobFlowSteps",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add a Spark step, which is run by the cluster as soon as it is added.",
- "snippet_tags": [
- "python.example_code.emr.AddJobFlowSteps"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an &EMR; File System (EMRFS) command as a job step on a cluster. This can be used to automate EMRFS commands on a cluster instead of running commands manually through an SSH connection.",
- "snippet_tags": [
- "emr.python.addstep.emrfs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddJobFlowSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "AddJobFlowSteps"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,58 +83,19 @@
{
"id": "emr_ListSteps",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.ListSteps"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "ListSteps"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -306,58 +103,19 @@
{
"id": "emr_DescribeStep",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.DescribeStep"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStep",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "DescribeStep"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -365,58 +123,19 @@
{
"id": "emr_Usage_InstallLibrariesWithSsm",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "emr.python.jupyterhub.installlibraries"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run a shell script to install libraries on &EMR; instances using an &AWS; SDK",
+ "languages": [],
+ "title": "Run a shell script to install libraries on Amazon EMR instances using an AWS SDK",
"title_abbrev": "Run a shell script to install libraries",
- "synopsis": "use &SYSlong; to run a shell script on &EMR; instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
+ "synopsis": "use AWS Systems Manager to run a shell script on Amazon EMR instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "ListInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -424,47 +143,19 @@
{
"id": "emr_Scenario_ShortLivedEmrCluster",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_EmrShortLivedCluster_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a short-lived &EMR; cluster and run a step using an &AWS; SDK",
- "title_abbrev": "Create a short-lived &EMR; cluster and run a step",
- "synopsis": "create a short-lived &EMR; cluster that runs a step and automatically terminates after the step completes.",
+ "languages": [],
+ "title": "Create a short-lived Amazon EMR cluster and run a step using an AWS SDK",
+ "title_abbrev": "Create a short-lived Amazon EMR cluster and run a step",
+ "synopsis": "create a short-lived Amazon EMR cluster that runs a step and automatically terminates after the step completes.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/firehose/examples_catalog.json b/python/example_code/firehose/examples_catalog.json
index 30e16baa941..7a1a10e2d9c 100644
--- a/python/example_code/firehose/examples_catalog.json
+++ b/python/example_code/firehose/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "firehose_PutRecord",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.java2.put_record.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.firehose.init",
- "python.example_code.firehose.put_record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecord",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecord"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecord_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,121 +23,19 @@
{
"id": "firehose_PutRecordBatch",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.java2.put_batch_records.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.rust.put_record_batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.firehose.init",
- "python.example_code.firehose.put_record_batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecordBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecordBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecordBatch_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -216,98 +43,19 @@
{
"id": "firehose_Scenario_PutRecords",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example puts individual and batch records to &FH;.",
- "snippet_tags": [
- "firehose.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This script puts individual and batch records to &FH;.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/firehose/scenarios/firehose-put-actions/firehose.py"
- ],
- "genai": "none"
- },
- {
- "description": "This file contains config for the above script.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/firehose/scenarios/firehose-put-actions/config.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose/scenarios/firehose-put-actions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &FHlong; to process individual and batch records",
- "title_abbrev": "Put records to &FH;",
- "synopsis": "use &FH; to process individual and batch records.",
+ "languages": [],
+ "title": "Use Amazon Data Firehose to process individual and batch records",
+ "title_abbrev": "Put records to Data Firehose",
+ "synopsis": "use Data Firehose to process individual and batch records.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecord",
- "PutRecordBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_Scenario_PutRecords_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/glacier/examples_catalog.json b/python/example_code/glacier/examples_catalog.json
index 6310803b4d4..208f54a44f1 100644
--- a/python/example_code/glacier/examples_catalog.json
+++ b/python/example_code/glacier/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "glacier_CreateVault",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.CreateVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.CreateVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "glacier.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the vault.",
- "snippet_tags": [
- "glacier.JavaScript.vault.createVaultV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-creating-a-vault.html",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.JavaScript.vault.createVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-creating-a-vault.html",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVault",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "CreateVault"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_CreateVault_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,121 +23,19 @@
{
"id": "glacier_ListVaults",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ListVaults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.list_vaults.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListVaults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListVaults",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListVaults"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -309,183 +43,19 @@
{
"id": "glacier_UploadArchive",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Upload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.UploadArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "glacier.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the archive.",
- "snippet_tags": [
- "glacier.JavaScript.upload.uploadArchiveV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-uploadarchive.html",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.JavaScript.upload.uploadArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-uploadrchive.html",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UploadArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "UploadArchive"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -493,130 +63,19 @@
{
"id": "glacier_InitiateJob",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve a vault inventory.",
- "snippet_tags": [
- "glacier.java2.download.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve an archive from a vault. This example uses the ArchiveTransferManager class. For API details see ArchiveTransferManager.",
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Download"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve a vault inventory.",
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.InitiateJob.InventoryRetrieval"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Retrieve an archive from a vault.",
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.InitiateJob.ArchiveRetrieval"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InitiateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "InitiateJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -624,90 +83,19 @@
{
"id": "glacier_ListJobs",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -715,90 +103,19 @@
{
"id": "glacier_DeleteVault",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVault",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteVault"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -806,90 +123,19 @@
{
"id": "glacier_DeleteArchive",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.delete.archive.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteArchive"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -897,59 +143,19 @@
{
"id": "glacier_DescribeJob",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DescribeJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DescribeJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -957,59 +163,19 @@
{
"id": "glacier_GetJobOutput",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.GetJobOutput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "GetJobOutput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1017,59 +183,19 @@
{
"id": "glacier_SetVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.SetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "SetVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1077,59 +203,19 @@
{
"id": "glacier_GetVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.GetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "GetVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1137,59 +223,19 @@
{
"id": "glacier_DeleteVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1197,82 +243,23 @@
{
"id": "glacier_Usage_UploadNotifyInitiate",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLshort; operations.",
- "snippet_tags": [
- "python.example_code.glacier.imports",
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.CreateVault",
- "python.example_code.glacier.ListVaults",
- "python.example_code.glacier.UploadArchive",
- "python.example_code.glacier.InitiateJob.ArchiveRetrieval",
- "python.example_code.glacier.ListJobs",
- "python.example_code.glacier.SetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to create a vault and upload a file, then configure the vault to publish notifications and initiate a job to retrieve the archive.",
- "snippet_tags": [
- "python.example_code.glacier.usage.upload_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Archive a file to &GLlong;, get notifications, and initiate a job using an &AWS; SDK",
+ "languages": [],
+ "title": "Archive a file to Amazon S3 Glacier, get notifications, and initiate a job using an AWS SDK",
"title_abbrev": "Archive a file, get notifications, and initiate a job",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListVaults",
- "UploadArchive",
- "SetVaultNotifications",
- "CreateVault",
- "InitiateJob",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &GLlong; vault.",
- "Configure the vault to publish notifications to an &SNS; topic.",
+ "Create an Amazon S3 Glacier vault.",
+ "Configure the vault to publish notifications to an Amazon SNS topic.",
"Upload an archive file to the vault.",
"Initiate an archive retrieval job."
],
@@ -1281,77 +268,22 @@
{
"id": "glacier_Usage_RetrieveDelete",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLshort; operations.",
- "snippet_tags": [
- "python.example_code.glacier.imports",
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListJobs",
- "python.example_code.glacier.GetJobOutput",
- "python.example_code.glacier.DeleteArchive",
- "python.example_code.glacier.DeleteVault"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to get archive content from a completed job, then delete the archive.",
- "snippet_tags": [
- "python.example_code.glacier.usage.retrieve_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get &GLlong; archive content and delete the archive using an &AWS; SDK",
+ "languages": [],
+ "title": "Get Amazon S3 Glacier archive content and delete the archive using an AWS SDK",
"title_abbrev": "Get archive content and delete the archive",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteArchive",
- "DeleteVault",
- "GetJobOutput",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "List jobs for an &GLlong; vault and get job status.",
+ "List jobs for an Amazon S3 Glacier vault and get job status.",
"Get the output of a completed archive retrieval job.",
"Delete an archive.",
"Delete a vault."
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
index bff6184f485..75362e06891 100644
--- a/python/example_code/glue/examples_catalog.json
+++ b/python/example_code/glue/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "glue_Hello",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.HelloGlue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.list_jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.glue.hello_glue.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_glue.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.glue.hello_glue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue/hello_glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.hello_glue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.glue.HelloGlue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &GLU;",
- "title_abbrev": "Hello &GLU;",
- "synopsis": "get started using &GLU;.",
+ "languages": [],
+ "title": "Hello AWS Glue",
+ "title_abbrev": "Hello AWS Glue",
+ "synopsis": "get started using AWS Glue.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,311 +23,19 @@
{
"id": "glue_GetCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.get_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.getCrawler",
- "php.example_code.glue.service.getCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -568,313 +43,19 @@
{
"id": "glue_CreateCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.create_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.create_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.crawlerName",
- "php.example_code.glue.basics.getRole",
- "php.example_code.glue.basics.createCrawler",
- "php.example_code.glue.service.createCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.create_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "CreateCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -882,313 +63,19 @@
{
"id": "glue_StartCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.start_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.start_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.crawlerName",
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.startCrawler",
- "php.example_code.glue.service.startCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.start_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "StartCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1196,312 +83,19 @@
{
"id": "glue_GetDatabase",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.get_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getDatabase",
- "php.example_code.glue.service.getDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_database"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetDatabase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1509,281 +103,19 @@
{
"id": "glue_GetTables",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getTables",
- "php.example_code.glue.service.getTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1791,282 +123,19 @@
{
"id": "glue_CreateJob",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.create_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.getRole",
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.createJob",
- "php.example_code.glue.service.createJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.create_job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "CreateJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2074,283 +143,19 @@
{
"id": "glue_StartJobRun",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.start.job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getTables",
- "php.example_code.glue.basics.startJobRun",
- "php.example_code.glue.service.startJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.start_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartJobRun",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "StartJobRun"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2358,249 +163,19 @@
{
"id": "glue_ListJobs",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.listJobs",
- "php.example_code.glue.service.listJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.list_jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2608,250 +183,19 @@
{
"id": "glue_GetJobRuns",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.getJobRuns",
- "php.example_code.glue.service.getJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobRuns",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetJobRuns"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2859,251 +203,19 @@
{
"id": "glue_GetJobRun",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.startJobRun",
- "php.example_code.glue.basics.getJobRun",
- "php.example_code.glue.service.getJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobRun",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetJobRun"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRun_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3111,280 +223,19 @@
{
"id": "glue_DeleteJob",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteJob",
- "php.example_code.glue.service.deleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3392,216 +243,19 @@
{
"id": "glue_DeleteTable",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteTable",
- "php.example_code.glue.service.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3609,280 +263,19 @@
{
"id": "glue_DeleteDatabase",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteDatabase",
- "php.example_code.glue.service.deleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_database"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteDatabase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3890,280 +283,19 @@
{
"id": "glue_DeleteCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteCrawler",
- "php.example_code.glue.service.deleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4171,452 +303,26 @@
{
"id": "glue_Scenario_GetStartedCrawlersJobs",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions that are used in the scenario.",
- "snippet_tags": [
- "Glue.dotnetv3.GlueWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "Glue.dotnetv3.GlueBasics.GlobalUsings",
- "Glue.dotnetv3.GlueBasics.Main",
- "Glue.dotnetv3.GlueBasics.UiWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.scenario",
- "php.example_code.glue.service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions used in the scenario.",
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "python.example_code.glue.Scenario_GetStartedCrawlersJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
- "snippet_tags": [
- "python.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions used in the scenario.",
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
- "snippet_tags": [
- "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateCrawler",
- "javascript.v3.glue.actions.GetCrawler",
- "javascript.v3.glue.actions.StartCrawler",
- "javascript.v3.glue.scenarios.basic.CreateCrawlerStep",
- "javascript.v3.glue.scenarios.basic.StartCrawlerStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about databases and tables in your &GLUDCLong;.",
- "snippet_tags": [
- "javascript.v3.glue.actions.GetDatabase",
- "javascript.v3.glue.actions.GetTables",
- "javascript.v3.glue.scenarios.basic.GetDatabaseStep",
- "javascript.v3.glue.scenarios.basic.GetTablesStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateJob",
- "javascript.v3.glue.actions.StartJobRun",
- "javascript.v3.glue.scenarios.basic.CreateJobStep",
- "javascript.v3.glue.scenarios.basic.StartJobRunStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about job runs and view some of the transformed data.",
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRuns",
- "javascript.v3.glue.actions.GetJobRun",
- "javascript.v3.glue.scenarios.basic.PickJobRunStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all resources created by the demo.",
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteJob",
- "javascript.v3.glue.actions.DeleteTable",
- "javascript.v3.glue.actions.DeleteDatabase",
- "javascript.v3.glue.actions.DeleteCrawler",
- "javascript.v3.glue.scenarios.basic.CleanUpJobsStep",
- "javascript.v3.glue.scenarios.basic.CleanUpTablesStep",
- "javascript.v3.glue.scenarios.basic.CleanUpDatabasesStep",
- "javascript.v3.glue.scenarios.basic.CleanUpCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.glue_getting_started_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
- "snippet_tags": [
- "rust.glue.create_crawler",
- "rust.glue.start_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about databases and tables in your &GLUDCLong;.",
- "snippet_tags": [
- "rust.glue.get_database",
- "rust.glue.get_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
- "snippet_tags": [
- "rust.glue.create_job",
- "rust.glue.start_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all resources created by the demo.",
- "snippet_tags": [
- "rust.glue.delete_job",
- "rust.glue.delete_table",
- "rust.glue.delete_database",
- "rust.glue.delete_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": {
- "title": "Tutorial: Getting started with &GLU; Studio",
+ "title": "Tutorial: Getting started with AWS Glue Studio",
"url": "glue/latest/ug/tutorial-create-job.html"
},
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetDatabases",
- "GetJobRun",
- "CreateCrawler",
- "GetJobRuns",
- "StartCrawler",
- "DeleteTable",
- "DeleteCrawler",
- "GetCrawler",
- "StartJobRun",
- "GetTables",
- "CreateJob",
- "DeleteDatabase",
- "GetDatabase",
- "DeleteJob",
- "GetJob",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Scenario_GetStartedCrawlersJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a crawler that crawls a public &S3; bucket and generates a database of CSV-formatted metadata.",
- "List information about databases and tables in your &GLUDCLong;.",
+ "Create a crawler that crawls a public Amazon S3 bucket and generates a database of CSV-formatted metadata.",
+ "List information about databases and tables in your AWS Glue Data Catalog.",
"Create a job to extract CSV data from the S3 bucket, transform the data, and load JSON-formatted output into another S3 bucket.",
"List information about job runs, view transformed data, and clean up resources."
],
diff --git a/python/example_code/healthlake/examples_catalog.json b/python/example_code/healthlake/examples_catalog.json
index 6a3716c8eb6..933f5a06d6a 100644
--- a/python/example_code/healthlake/examples_catalog.json
+++ b/python/example_code/healthlake/examples_catalog.json
@@ -3,67 +3,19 @@
{
"id": "healthlake_CreateFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.CreateFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code shows an example of parameters for a SMART on FHIR-enabled HealthLake data store.\n",
- "snippet_tags": [
- "python.example_code.healthlake.CreateFHIRDatastore.smart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "CreateFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_CreateFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -71,59 +23,19 @@
{
"id": "healthlake_DescribeFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -131,59 +43,19 @@
{
"id": "healthlake_ListFHIRDatastores",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -191,59 +63,19 @@
{
"id": "healthlake_DeleteFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DeleteFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DeleteFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -251,59 +83,19 @@
{
"id": "healthlake_StartFHIRImportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.StartFHIRImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "StartFHIRImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -311,59 +103,19 @@
{
"id": "healthlake_DescribeFHIRImportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -371,59 +123,19 @@
{
"id": "healthlake_ListFHIRImportJobs",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRImportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRImportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -431,59 +143,19 @@
{
"id": "healthlake_StartFHIRExportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.StartFHIRExportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "StartFHIRExportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -491,59 +163,19 @@
{
"id": "healthlake_DescribeFHIRExportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRExportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRExportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -551,59 +183,19 @@
{
"id": "healthlake_ListFHIRExportJobs",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRExportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRExportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRExportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -611,59 +203,19 @@
{
"id": "healthlake_TagResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -671,59 +223,19 @@
{
"id": "healthlake_ListTagsForResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListTagsForResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -731,59 +243,19 @@
{
"id": "healthlake_UntagResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UntagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "UntagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_UntagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
index 055d49e71ac..71910e40571 100644
--- a/python/example_code/iam/examples_catalog.json
+++ b/python/example_code/iam/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,339 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "iam_Hello",
"file": "iam_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.HelloIAM"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.iam.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "From src/bin/hello.rs.",
- "snippet_tags": [
- "rust.example_code.iam.hello_bin"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "From src/iam-service-lib.rs.",
- "snippet_tags": [
- "rust.example_code.iam.hello_lib"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.iam.hello_iam.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the iam.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.iam.hello_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam/hello_iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.iam.hello_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.HelloIAM"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &IAM;",
- "title_abbrev": "Hello &IAM;",
- "synopsis": "get started using &IAM;.",
+ "languages": [],
+ "title": "Hello IAM",
+ "title_abbrev": "Hello IAM",
+ "synopsis": "get started using IAM.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -613,236 +53,19 @@
{
"id": "iam_CreateAccountAlias",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the account alias.",
- "snippet_tags": [
- "iam.JavaScript.alias.createAccountAliasV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.createAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_account_alias.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -850,236 +73,19 @@
{
"id": "iam_DeleteAccountAlias",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the account alias.",
- "snippet_tags": [
- "iam.JavaScript.alias.deleteAccountAliasV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.deleteAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_account_alias.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1087,236 +93,19 @@
{
"id": "iam_ListAccountAliases",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_account_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_account_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the account aliases.",
- "snippet_tags": [
- "iam.JavaScript.alias.listAccountAliasesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.listAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_account_aliases.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAccountAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccountAliases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1324,58 +113,19 @@
{
"id": "iam_GetAccountAuthorizationDetails",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountAuthorizationDetails"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountAuthorizationDetails",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountAuthorizationDetails"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1383,58 +133,19 @@
{
"id": "iam_GetAccountSummary",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountSummary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountSummary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountSummary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1442,58 +153,19 @@
{
"id": "iam_GenerateCredentialReport",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GenerateCredentialReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GenerateCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GenerateCredentialReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1501,58 +173,19 @@
{
"id": "iam_GetCredentialReport",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetCredentialReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetCredentialReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1560,246 +193,19 @@
{
"id": "iam_GetAccountPasswordPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the account password policy.",
- "snippet_tags": [
- "iam.JavaScript.getaccountpasswordpolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.AccountWrapper.struct",
- "gov2.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.get_account_password_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountPasswordPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountPasswordPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1807,246 +213,19 @@
{
"id": "iam_ListSAMLProviders",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the SAML providers.",
- "snippet_tags": [
- "iam.JavaScript.listsamlprovidersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.AccountWrapper.struct",
- "gov2.iam.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.ListSamlProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_saml_providers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSAMLProviders",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListSAMLProviders"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2054,79 +233,19 @@
{
"id": "iam_Scenario_AccountManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; account actions.",
- "snippet_tags": [
- "python.example_code.iam.account_wrapper.imports",
- "python.example_code.iam.ListAccountAliases",
- "python.example_code.iam.CreateAccountAlias",
- "python.example_code.iam.DeleteAccountAlias",
- "python.example_code.iam.GenerateCredentialReport",
- "python.example_code.iam.GetCredentialReport",
- "python.example_code.iam.GetAccountSummary",
- "python.example_code.iam.GetAccountAuthorizationDetails"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call wrapper functions to change the account alias and to get reports about the account.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_AccountManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage your &IAM; account using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage your IAM account using an AWS SDK",
"title_abbrev": "Manage your account",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountSummary",
- "GenerateCredentialReport",
- "CreateAccountAlias",
- "GetAccountAuthorizationDetails",
- "ListAccountAliases",
- "GetCredentialReport",
- "DeleteAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get and update the account alias.",
@@ -2139,394 +258,19 @@
{
"id": "iam_CreateAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.createAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.createAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_access_key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2534,394 +278,19 @@
{
"id": "iam_DeleteAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.deleteAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.deleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_access_key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccessKey_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2929,143 +298,19 @@
{
"id": "iam_GetAccessKeyLastUsed",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccessKeyLastUsed"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.getAccessKeyLastUsedV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.getAccessKeyLastUsed"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.access_key_last_used.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccessKeyLastUsed",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccessKeyLastUsed"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3073,300 +318,19 @@
{
"id": "iam_ListAccessKeys",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_access_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_access_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the access keys.",
- "snippet_tags": [
- "iam.JavaScript.keys.listAccessKeysV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.listAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iiam-examples-managing-access-keys-listing",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_access_keys.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAccessKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccessKeys"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3374,205 +338,19 @@
{
"id": "iam_UpdateAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.update_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.UpdateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.updateAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.updateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.update_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.UpdateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "UpdateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3580,75 +358,19 @@
{
"id": "iam_Scenario_ManageAccessKeys",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; access key actions.",
- "snippet_tags": [
- "python.example_code.iam.access_key_wrapper.imports",
- "python.example_code.iam.ListAccessKeys",
- "python.example_code.iam.CreateAccessKey",
- "python.example_code.iam.GetAccessKeyLastUsed",
- "python.example_code.iam.UpdateAccessKey",
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to perform access key actions for the current user.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_ManageAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; access keys using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM access keys using an AWS SDK",
"title_abbrev": "Manage access keys",
- "synopsis": "manage access keys. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "manage access keys. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccessKeys",
- "DeleteAccessKey",
- "CreateAccessKey",
- "GetAccessKeyLastUsed",
- "UpdateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create and list access keys.",
@@ -3660,428 +382,19 @@
{
"id": "iam_CreatePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createPolicy",
- "php.example_code.iam.service.createPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.createPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.createPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_policy.code",
- "iam.cpp.build_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreatePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4089,341 +402,19 @@
{
"id": "iam_DeletePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the policy.",
- "snippet_tags": [
- "iam.JavaScript.users.deletepolicyv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeletePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4431,58 +422,19 @@
{
"id": "iam_CreatePolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreatePolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreatePolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4490,309 +442,19 @@
{
"id": "iam_ListPolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies.",
- "snippet_tags": [
- "iam.JavaScript.listpoliciesv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listpolicies.handler.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_policies.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4800,332 +462,19 @@
{
"id": "iam_GetPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.get_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.getPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.getPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.getpolicy.handler.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.get_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5133,58 +482,19 @@
{
"id": "iam_GetPolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetPolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetPolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5192,60 +502,19 @@
{
"id": "iam_Scenario_RollbackPolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.Scenario_RollbackPolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Roll back an &IAM; policy version using an &AWS; SDK",
+ "languages": [],
+ "title": "Roll back an IAM policy version using an AWS SDK",
"title_abbrev": "Roll back a policy version",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicyVersions",
- "DeletePolicyVersion",
- "SetDefaultPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get the list of policy versions in order by date.",
@@ -5258,437 +527,19 @@
{
"id": "iam_AttachRolePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.attach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.attach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createRole",
- "php.example_code.iam.iam_basics.createPolicy",
- "php.example_code.iam.iam_basics.attachRolePolicy",
- "php.example_code.iam.service.attachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Attach a policy to a role using the Boto3 Policy object.",
- "snippet_tags": [
- "python.example_code.iam.AttachRolePolicy_Policy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Attach a policy to a role using the Boto3 Role object.",
- "snippet_tags": [
- "python.example_code.iam.AttachRolePolicy_Role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.attach_role_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.attachrolepolicy.handler.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Attach the policy.",
- "snippet_tags": [
- "javascript.v3.iam.actions.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.attachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.attach_role_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5696,278 +547,19 @@
{
"id": "iam_ListAttachedRolePolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies that are attached to a role.",
- "snippet_tags": [
- "iam.JavaScript.listattachedrolepoliciesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listAttachRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_attached_role_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listattachedrolepolicies.handler.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAttachedRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAttachedRolePolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5975,403 +567,19 @@
{
"id": "iam_DetachRolePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.detach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.detach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detach a policy from a role using the Boto3 Policy object.",
- "snippet_tags": [
- "python.example_code.iam.DetachRolePolicy_Policy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detach a policy from a role using the Boto3 Role object.",
- "snippet_tags": [
- "python.example_code.iam.DetachRolePolicy_Role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.detach_role_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detach the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.detachRolePolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.detachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.detach_role_policy01.code",
- "iam.cpp.detach_role_policy02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DetachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6379,79 +587,19 @@
{
"id": "iam_Scenario_PolicyManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; policy actions.",
- "snippet_tags": [
- "python.example_code.iam.policy_wrapper.imports",
- "python.example_code.iam.CreatePolicy",
- "python.example_code.iam.ListPolicies",
- "python.example_code.iam.CreatePolicyVersion",
- "python.example_code.iam.GetPolicyVersion",
- "python.example_code.iam.Scenario_RollbackPolicyVersion",
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create policies, update versions, and get information about them.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_PolicyManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; policies using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM policies using an AWS SDK",
"title_abbrev": "Manage policies",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicyVersions",
- "ListPolicies",
- "DeletePolicyVersion",
- "SetDefaultPolicyVersion",
- "DeletePolicy",
- "CreatePolicy",
- "CreatePolicyVersion",
- "GetPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create and list policies.",
@@ -6464,373 +612,19 @@
{
"id": "iam_CreateRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_role.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createRole",
- "php.example_code.iam.service.createRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createrole.handler.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the role.",
- "snippet_tags": [
- "iam.JavaScript.users.createrolev3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_iam_role.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6838,278 +632,19 @@
{
"id": "iam_ListRoles",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the roles.",
- "snippet_tags": [
- "iam.JavaScript.listrolesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_roles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listroles.handler.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListRoles",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListRoles"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7117,278 +652,19 @@
{
"id": "iam_GetRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the role.",
- "snippet_tags": [
- "iam.JavaScript.getRoleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.get_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.getrole.handler.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7396,279 +672,19 @@
{
"id": "iam_DeleteRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the role.",
- "snippet_tags": [
- "javascript.v3.iam.actions.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7676,278 +692,19 @@
{
"id": "iam_ListRolePolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies.",
- "snippet_tags": [
- "iam.JavaScript.listrolepoliciesv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_role_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listrolepolicies.handler.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListRolePolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7955,76 +712,22 @@
{
"id": "iam_Scenario_RoleManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; role actions.",
- "snippet_tags": [
- "python.example_code.iam.role_wrapper.imports",
- "python.example_code.iam.CreateRole",
- "python.example_code.iam.AttachRolePolicy_Role",
- "python.example_code.iam.DetachRolePolicy_Role",
- "python.example_code.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create a role, then attach and detach a policy.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_RoleManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; roles using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM roles using an AWS SDK",
"title_abbrev": "Manage roles",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachRolePolicy",
- "CreateRole",
- "DetachRolePolicy",
- "DeleteRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role.",
+ "Create an IAM role.",
"Attach and detach policies for a role.",
"Delete a role."
],
@@ -8033,429 +736,19 @@
{
"id": "iam_CreateUser",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createUser",
- "php.example_code.iam.service.createUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createuser.handler.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the user.",
- "snippet_tags": [
- "javascript.v3.iam.actions.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.getUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_user01.code",
- "iam.cpp.create_user02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8463,396 +756,19 @@
{
"id": "iam_DeleteUser",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the user.",
- "snippet_tags": [
- "iam.JavaScript.users.deleteUserV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.deleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_user01.code",
- "iam.cpp.delete_user02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8860,426 +776,19 @@
{
"id": "iam_ListUsers",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_users.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_users.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_users"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listusers.handler.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the users.",
- "snippet_tags": [
- "iam.JavaScript.users.listUsersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.listUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_users.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListUsers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9287,236 +796,19 @@
{
"id": "iam_UpdateUser",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.update_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.update_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.UpdateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.UpdateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the user.",
- "snippet_tags": [
- "iam.JavaScript.users.updateUserV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.updateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.update_user.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "UpdateUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9524,120 +816,19 @@
{
"id": "iam_AttachUserPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.AttachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.AttachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.attach_user_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9645,120 +836,19 @@
{
"id": "iam_DetachUserPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.detach_user_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DetachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9766,105 +856,23 @@
{
"id": "iam_Scenario_UserPolicies",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "python.example_code.iam.user_wrapper.imports",
- "python.example_code.iam.CreateUser",
- "python.example_code.iam.UpdateUser",
- "python.example_code.iam.ListUsers",
- "python.example_code.iam.DeleteUser",
- "python.example_code.iam.AttachUserPolicy",
- "python.example_code.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &IAM; policy actions.",
- "snippet_tags": [
- "python.example_code.iam.policy_wrapper.imports",
- "python.example_code.iam.CreatePolicy",
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &IAM; access key actions.",
- "snippet_tags": [
- "python.example_code.iam.access_key_wrapper.imports",
- "python.example_code.iam.CreateAccessKey",
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create users with differing policies and use their credentials to access an &S3; bucket.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_UserPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create read-only and read-write &IAM-users; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create read-only and read-write IAM users using an AWS SDK",
"title_abbrev": "Create read-only and read-write users",
- "synopsis": "create users and attach policies to them. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "create users and attach policies to them. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccessKey",
- "DeleteUser",
- "CreateUser",
- "ListUsers",
- "DetachUserPolicy",
- "DeletePolicy",
- "CreateAccessKey",
- "UpdateUser",
- "CreatePolicy",
- "AttachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create two &IAM-users;.",
- "Attach a policy for one user to get and put objects in an &S3; bucket.",
+ "Create two IAM users.",
+ "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
"Attach a policy for the second user to get objects from the bucket.",
"Get different permissions to the bucket based on user credentials."
],
@@ -9873,278 +881,19 @@
{
"id": "iam_ListGroups",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the groups.",
- "snippet_tags": [
- "iam.JavaScript.listgroupsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.GroupWrapper.struct",
- "gov2.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listgroups.handler.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10152,278 +901,19 @@
{
"id": "iam_CreateServiceLinkedRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a service-linked role.",
- "snippet_tags": [
- "iam.JavaScript.createservicelinkedrolev3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.createServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_service_linked_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createservicelinkedrole.handler.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateServiceLinkedRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateServiceLinkedRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10431,121 +921,19 @@
{
"id": "iam_CreateInstanceProfile",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.iam.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example creates a policy, role, and instance profile and links them all together.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.iam.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10553,121 +941,19 @@
{
"id": "iam_DeleteInstanceProfile",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.iam.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example removes the role from the instance profile, detaches all policies attached to the role, and deletes all the resources.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.iam.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10675,437 +961,23 @@
{
"id": "iam_Scenario_CreateUserAssumeRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.IAMBasics.Usings",
- "IAM.dotnetv3.IAMWrapper",
- "IAM.dotnetv3.IAMBasics",
- "IAM.dotnetv3.IAMCommon.S3Wrapper",
- "IAM.dotnetv3.IAMCommon.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "iam.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "iam.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "javascript.iam_scenarios.iam_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "ruby.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.iam.Scenario_AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps account actions.",
- "snippet_tags": [
- "gov2.iam.AccountWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps policy actions.",
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps role actions.",
- "snippet_tags": [
- "gov2.iam.RoleWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps user actions.",
- "snippet_tags": [
- "gov2.iam.UserWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.iam_basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iam_CreateUser_AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &IAM; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.iam.GetUser",
- "aws-cli.bash-linux.iam.CreateUser",
- "aws-cli.bash-linux.iam.CreateAccessKey",
- "aws-cli.bash-linux.iam.CreateRole",
- "aws-cli.bash-linux.iam.CreatePolicy",
- "aws-cli.bash-linux.iam.AttachRolePolicy",
- "aws-cli.bash-linux.iam.DetachRolePolicy",
- "aws-cli.bash-linux.iam.DeletePolicy",
- "aws-cli.bash-linux.iam.DeleteRole",
- "aws-cli.bash-linux.iam.DeleteAccessKey",
- "aws-cli.bash-linux.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
- "synopsis": "create a user and assume a role. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "create a user and assume a role. ",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteUserPolicy",
- "DeleteUser",
- "DeleteAccessKey",
- "CreateUser",
- "DeleteRole",
- "CreateRole",
- "DeletePolicy",
- "CreateAccessKey",
- "CreatePolicy",
- "AttachRolePolicy",
- "PutUserPolicy",
- "DetachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_CreateUserAssumeRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a user with no permissions.",
- "Create a role that grants permission to list &S3; buckets for the account.",
+ "Create a role that grants permission to list Amazon S3 buckets for the account.",
"Add a policy to let the user assume the role.",
"Assume the role and list S3 buckets using temporary credentials, then clean up resources."
],
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
index 4e0c564f924..29a407e01ec 100644
--- a/python/example_code/iotsitewise/examples_catalog.json
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "iotsitewise_Hello",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ITSWlong;",
- "title_abbrev": "Hello &ITSW;",
- "synopsis": "get started using &ITSW;.",
+ "languages": [],
+ "title": "Hello AWS IoT SiteWise",
+ "title_abbrev": "Hello AWS IoT SiteWise",
+ "synopsis": "get started using AWS IoT SiteWise.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "ListAssetModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "iotsitewise_DescribeGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.describe.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DescribeGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.describeGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DescribeGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "iotsitewise_DeleteGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "iotsitewise_CreateGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.create.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "iotsitewise_DescribePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.describe.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.describePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DescribePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,121 +103,19 @@
{
"id": "iotsitewise_ListAssetModels",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.list.asset.model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.ListAssetModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.listAssetModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAssetModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "ListAssetModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -734,121 +123,19 @@
{
"id": "iotsitewise_DeletePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeletePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deletePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeletePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -856,121 +143,19 @@
{
"id": "iotsitewise_CreatePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.create.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreatePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createPortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreatePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -978,121 +163,19 @@
{
"id": "iotsitewise_DeleteAssetModel",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.asset.model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteAssetModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1100,121 +183,19 @@
{
"id": "iotsitewise_DeleteAsset",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.asset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteAsset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1222,121 +203,19 @@
{
"id": "iotsitewise_GetAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_get_property.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.GetAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.getAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "GetAssetPropertyValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1344,137 +223,19 @@
{
"id": "iotsitewise_BatchPutAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_put_batch_property.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A helper function to generate the entries parameter from a values list.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue.properties_to_values"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Here is an example of a values list to pass to the helper function.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue.values"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.batchPutAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchPutAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "BatchPutAssetPropertyValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1482,121 +243,19 @@
{
"id": "iotsitewise_CreateAsset",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_create_asset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateAsset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1604,129 +263,19 @@
{
"id": "iotsitewise_CreateAssetModel",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_create_asset_model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Here is an example of a properties list to pass to the function.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.CreateAssetModel.properties"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateAssetModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1734,145 +283,30 @@
{
"id": "iotsitewise_Scenario",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ITSW; features.",
- "snippet_tags": [
- "iotsitewise.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ITSW; SDK methods.",
- "snippet_tags": [
- "iotsitewise.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.iotsitewise.FeatureScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "IoTSitewiseWrapper class that wraps &ITSW; actions.",
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Scenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ITSWlong; Asset Model.",
- "Create an &ITSWlong; Asset.",
+ "Create an AWS IoT SiteWise Asset Model.",
+ "Create an AWS IoT SiteWise Asset.",
"Retrieve the property ID values.",
- "Send data to an &ITSWlong; Asset.",
- "Retrieve the value of the &ITSWlong; Asset property.",
- "Create an &ITSWlong; Portal.",
- "Create an &ITSWlong; Gateway.",
- "Describe the &ITSWlong; Gateway.",
- "Delete the &ITSWlong; Assets."
+ "Send data to an AWS IoT SiteWise Asset.",
+ "Retrieve the value of the AWS IoT SiteWise Asset property.",
+ "Create an AWS IoT SiteWise Portal.",
+ "Create an AWS IoT SiteWise Gateway.",
+ "Describe the AWS IoT SiteWise Gateway.",
+ "Delete the AWS IoT SiteWise Assets."
],
"source_key": null
}
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
index 15308239ff0..918fb14621c 100644
--- a/python/example_code/keyspaces/examples_catalog.json
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -3,151 +3,19 @@
{
"id": "keyspaces_Hello",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.HelloKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspaces.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &KEY;",
- "title_abbrev": "Hello &KEY;",
- "synopsis": "get started using &KEY;.",
+ "languages": [],
+ "title": "Hello Amazon Keyspaces",
+ "title_abbrev": "Hello Amazon Keyspaces",
+ "synopsis": "get started using Amazon Keyspaces.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListKeyspaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,152 +23,19 @@
{
"id": "keyspaces_CreateKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CreateKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.create.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.create.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.CreateKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "CreateKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -308,152 +43,19 @@
{
"id": "keyspaces_GetKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.GetKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.get.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.get.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.GetKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "GetKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -461,152 +63,19 @@
{
"id": "keyspaces_ListKeyspaces",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.ListKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.list.keyspaces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.list.keyspaces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.ListKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeyspaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListKeyspaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -614,152 +83,19 @@
{
"id": "keyspaces_CreateTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.create.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.create.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -767,152 +103,19 @@
{
"id": "keyspaces_GetTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.GetTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.get.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.get.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.GetTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "GetTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -920,152 +123,19 @@
{
"id": "keyspaces_ListTables",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.list.tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.list.tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1073,152 +143,19 @@
{
"id": "keyspaces_UpdateTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.UpdateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.update.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.update.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.UpdateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "UpdateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1226,152 +163,19 @@
{
"id": "keyspaces_RestoreTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.RestoreTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.restore.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.restore.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.RestoreTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RestoreTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "RestoreTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1379,152 +183,19 @@
{
"id": "keyspaces_DeleteTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.delete.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.delete.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1532,152 +203,19 @@
{
"id": "keyspaces_DeleteKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.DeleteKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.delete.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.delete.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.DeleteKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "DeleteKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1685,193 +223,19 @@
{
"id": "keyspaces_Scenario_GetStartedKeyspaces",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.KeyspacesBasicsGlobalUsings",
- "Keyspaces.dotnetv3.KeyspacesScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.KeyspacesWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CassandraWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.keyspaces.Scenario_GetStartedKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps keyspace and table actions.",
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.class"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that creates a TLS connection to a keyspace, authenticates with SigV4, and sends CQL queries to a table in the keyspace.",
- "snippet_tags": [
- "python.example_code.keyspaces.QueryManager.class"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListTables",
- "RestoreTable",
- "DeleteTable",
- "ListKeyspaces",
- "UpdateTable",
- "GetTable",
- "DeleteKeyspace",
- "GetKeyspace",
- "CreateKeyspace",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a keyspace and table. The table schema holds movie data and has point-in-time recovery enabled.",
diff --git a/python/example_code/kinesis-analytics-v2/examples_catalog.json b/python/example_code/kinesis-analytics-v2/examples_catalog.json
index e522c1b6fe6..9f82f84227d 100644
--- a/python/example_code/kinesis-analytics-v2/examples_catalog.json
+++ b/python/example_code/kinesis-analytics-v2/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "kinesis-analytics-v2_CreateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.CreateApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "CreateApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "kinesis-analytics-v2_DeleteApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DeleteApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DeleteApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,59 +43,19 @@
{
"id": "kinesis-analytics-v2_DescribeApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DescribeApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DescribeApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,59 +63,19 @@
{
"id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DescribeApplicationSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeApplicationSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DescribeApplicationSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -243,59 +83,19 @@
{
"id": "kinesis-analytics-v2_DiscoverInputSchema",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DiscoverInputSchema"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DiscoverInputSchema",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DiscoverInputSchema"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -303,59 +103,19 @@
{
"id": "kinesis-analytics-v2_AddApplicationInput",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.AddApplicationInput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddApplicationInput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "AddApplicationInput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -363,59 +123,19 @@
{
"id": "kinesis-analytics-v2_AddApplicationOutput",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.AddApplicationOutput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddApplicationOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "AddApplicationOutput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -423,59 +143,19 @@
{
"id": "kinesis-analytics-v2_UpdateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example updates the code that runs in an existing application.",
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.UpdateApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "UpdateApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -483,59 +163,19 @@
{
"id": "kinesis-analytics-v2_StartApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.StartApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "StartApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -543,59 +183,19 @@
{
"id": "kinesis-analytics-v2_StopApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.StopApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "StopApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -603,56 +203,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Anomaly",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.anomaly"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with heart rate anomalies using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with heart rate anomalies using an AWS SDK",
"title_abbrev": "Generate a stream with heart rate anomalies",
- "synopsis": "generate a &AK; stream with heart rate anomalies.",
+ "synopsis": "generate a Kinesis stream with heart rate anomalies.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -660,56 +223,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.anomalyex"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with blood pressure anomalies using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with blood pressure anomalies using an AWS SDK",
"title_abbrev": "Generate a stream with blood pressure anomalies",
- "synopsis": "generate a &AK; stream with blood pressure anomalies.",
+ "synopsis": "generate a Kinesis stream with blood pressure anomalies.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -717,56 +243,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.columnlog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with data in columns using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with data in columns using an AWS SDK",
"title_abbrev": "Generate a stream with data in columns",
- "synopsis": "generate a &AK; stream with data in columns.",
+ "synopsis": "generate a Kinesis stream with data in columns.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -774,56 +263,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Hotspots",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.hotspots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with hotspots using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with hotspots using an AWS SDK",
"title_abbrev": "Generate a stream with hotspots",
- "synopsis": "generate a &AK; stream with hotspots.",
+ "synopsis": "generate a Kinesis stream with hotspots.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -831,56 +283,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Referrer",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.referrer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with a referrer using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with a referrer using an AWS SDK",
"title_abbrev": "Generate a stream with a referrer",
- "synopsis": "generate a &AK; stream with a referrer.",
+ "synopsis": "generate a Kinesis stream with a referrer.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -888,56 +303,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_RegexLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.regexlog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with log entries using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with log entries using an AWS SDK",
"title_abbrev": "Generate a stream with log entries",
- "synopsis": "generate a &AK; stream with log entries.",
+ "synopsis": "generate a Kinesis stream with log entries.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -945,56 +323,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Stagger",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.stagger"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with stagger data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with stagger data using an AWS SDK",
"title_abbrev": "Generate a stream with stagger data",
- "synopsis": "generate a &AK; stream with stagger data.",
+ "synopsis": "generate a Kinesis stream with stagger data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1002,56 +343,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_StockTicker",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.stockticker"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with stock ticker data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with stock ticker data using an AWS SDK",
"title_abbrev": "Generate a stream with stock ticker data",
- "synopsis": "generate a &AK; stream with stock ticker data.",
+ "synopsis": "generate a Kinesis stream with stock ticker data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1059,56 +363,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.tworecordtypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with two data types using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with two data types using an AWS SDK",
"title_abbrev": "Generate a stream with two data types",
- "synopsis": "generate a &AK; stream with two data types.",
+ "synopsis": "generate a Kinesis stream with two data types.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1116,56 +383,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_WebLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.weblog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with web log data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with web log data using an AWS SDK",
"title_abbrev": "Generate a stream with web log data",
- "synopsis": "generate a &AK; stream with web log data.",
+ "synopsis": "generate a Kinesis stream with web log data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/kinesis/examples_catalog.json b/python/example_code/kinesis/examples_catalog.json
index ed3ff5249c2..388ad11c6ab 100644
--- a/python/example_code/kinesis/examples_catalog.json
+++ b/python/example_code/kinesis/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "kinesis_CreateStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Kinesis.dotnetv3.CreateStreamExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.CreateStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.create-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.create_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "CreateStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_CreateStream_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,121 +23,19 @@
{
"id": "kinesis_DescribeStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.DescribeStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.describe-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.describe_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "DescribeStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -309,183 +43,19 @@
{
"id": "kinesis_DeleteStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Kinesis.dotnetv3.DeleteStreamExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.DeleteStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.delete-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.delete_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "DeleteStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -493,152 +63,19 @@
{
"id": "kinesis_PutRecord",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.putrecord.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.PutRecord"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.put-record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.put_record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecord",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "PutRecord"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -646,122 +83,19 @@
{
"id": "kinesis_GetRecords",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.getrecord.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.GetRecords",
- "python.example_code.kinesis.DescribeStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.get_records"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRecords",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "GetRecords"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/kms/examples_catalog.json b/python/example_code/kms/examples_catalog.json
index 917a220a363..83bb880e569 100644
--- a/python/example_code/kms/examples_catalog.json
+++ b/python/example_code/kms/examples_catalog.json
@@ -3,121 +3,19 @@
{
"id": "kms_TagResource",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_tag.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.tagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -125,121 +23,19 @@
{
"id": "kms_Sign",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_sign.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Sign"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.sign"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Sign",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Sign"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,59 +43,19 @@
{
"id": "kms_Verify",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Verify"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Verify",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Verify"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -307,245 +63,19 @@
{
"id": "kms_CreateKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_create_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.CreateKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.createKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.CreateKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.create-key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -553,214 +83,19 @@
{
"id": "kms_Decrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_decrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.decryptBlob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Decrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Decrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -768,214 +103,19 @@
{
"id": "kms_Encrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.encryptBlob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Encrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Encrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -983,90 +123,19 @@
{
"id": "kms_GenerateDataKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.GenerateDataKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.generate-data-key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GenerateDataKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "GenerateDataKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1074,214 +143,19 @@
{
"id": "kms_ListKeys",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListKeysExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.ListKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.list-keys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListKeys"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1289,121 +163,19 @@
{
"id": "kms_ReEncrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.ReEncrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.reencrypt-data"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.reEncryptData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReEncrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ReEncrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1411,183 +183,19 @@
{
"id": "kms_CreateAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2._create_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.dotnetv3.CreateAliasExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.CreateAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1595,183 +203,19 @@
{
"id": "kms_CreateGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_create_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.CreateGrantExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.CreateGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1779,183 +223,19 @@
{
"id": "kms_DescribeKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_describe_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_describe_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.DescribeKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.describeKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.DescribeKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DescribeKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1963,183 +243,19 @@
{
"id": "kms_DisableKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_disable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_disable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.DisableKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.disableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.DisableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DisableKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2147,183 +263,19 @@
{
"id": "kms_EnableKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_enable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_enable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.EnableKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.enableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.EnableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "EnableKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2331,121 +283,19 @@
{
"id": "kms_ScheduleKeyDeletion",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_delete_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.scheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.ScheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ScheduleKeyDeletion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ScheduleKeyDeletion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2453,183 +303,19 @@
{
"id": "kms_ListAliases",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListAliasesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.ListAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListAliases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2637,59 +323,19 @@
{
"id": "kms_UpdateAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.UpdateAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "UpdateAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2697,121 +343,19 @@
{
"id": "kms_DeleteAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_delete_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.deleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.DeleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DeleteAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2819,183 +363,19 @@
{
"id": "kms_ListGrants",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListGrantsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listGrants"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.ListGrants"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListGrants",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListGrants"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3003,59 +383,19 @@
{
"id": "kms_RetireGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.RetireGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RetireGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "RetireGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3063,121 +403,19 @@
{
"id": "kms_RevokeGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_revoke_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.revokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.RevokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RevokeGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "RevokeGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3185,90 +423,19 @@
{
"id": "kms_ListKeyPolicies",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_get_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.ListKeyPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeyPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListKeyPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3276,59 +443,19 @@
{
"id": "kms_GetKeyPolicy",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.GetKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "GetKeyPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3336,90 +463,19 @@
{
"id": "kms_PutKeyPolicy",
"file": "kms_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.putKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.PutKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "PutKeyPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3427,59 +483,19 @@
{
"id": "kms_EnableKeyRotation",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.EnableKeyRotation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableKeyRotation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "EnableKeyRotation"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3487,211 +503,28 @@
{
"id": "kms_Scenario_Basics",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "kms.java2_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps KMS actions.",
- "snippet_tags": [
- "kms.java2_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.kms_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; management.",
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.CreateKey",
- "python.example_code.kms.DescribeKey",
- "python.example_code.kms.EnableKeyRotation",
- "python.example_code.kms.CreateAsymmetricKey",
- "python.example_code.kms.TagResource",
- "python.example_code.kms.ScheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; aliases.\n",
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.CreateAlias",
- "python.example_code.kms.ListAliases",
- "python.example_code.kms.DeleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; encryption.\n",
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Encrypt",
- "python.example_code.kms.Decrypt",
- "python.example_code.kms.Sign",
- "python.example_code.kms.Verify"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; grants.\n",
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.CreateGrant",
- "python.example_code.kms.ListGrants",
- "python.example_code.kms.RevokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; policies.\n",
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.set_new_policy",
- "python.example_code.kms.GetKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.Basics",
- "php.example_code.kms.service.KmsService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateGrant",
- "Decrypt",
- "Sign",
- "ScheduleKeyDeletion",
- "ListAliases",
- "Encrypt",
- "ListKeys",
- "GetKeyPolicy",
- "TagResource",
- "EnableKey",
- "CreateKey",
- "DisableKey",
- "CreateAlias",
- "DescribeKey",
- "ListGrants",
- "RevokeGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a &kms-key;.",
- "List &kms-keys; for your account and get details about them.",
- "Enable and disable &kms-keys;.",
+ "Create a KMS key.",
+ "List KMS keys for your account and get details about them.",
+ "Enable and disable KMS keys.",
"Generate a symmetric data key that can be used for client-side encryption.",
"Generate an asymmetric key used to digitally sign data.",
"Tag keys.",
- "Delete &kms-keys;."
+ "Delete KMS keys."
],
"source_key": null
}
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
index f88c49586eb..ea638211c7b 100644
--- a/python/example_code/lambda/examples_catalog.json
+++ b/python/example_code/lambda/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -46,16 +18,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,55 +26,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -119,42 +48,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -162,16 +63,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -179,42 +71,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -222,16 +86,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -239,70 +94,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -310,32 +109,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -343,73 +117,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -418,32 +133,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -451,252 +141,19 @@
{
"id": "lambda_Hello",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.list.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.HelloLambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.lambda.hello_lambda.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_lambda.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.lambda.hello_lambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda/hello_lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.hello_lambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.lambda.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &LAM;",
- "title_abbrev": "Hello &LAM;",
- "synopsis": "get started using &LAM;.",
+ "languages": [],
+ "title": "Hello Lambda",
+ "title_abbrev": "Hello Lambda",
+ "synopsis": "get started using Lambda.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "ListFunctions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -704,407 +161,19 @@
{
"id": "lambda_CreateFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.CreateLambdaFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.createFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.create_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.CreateFunction",
- "cpp.example_code.lambda.create_function2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.create_function",
- "lambda.rust.scenario.prepare_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "CreateFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1112,373 +181,19 @@
{
"id": "lambda_DeleteFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.DeleteLambdaFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.deleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.delete_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.delete_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "DeleteFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1486,407 +201,19 @@
{
"id": "lambda_Invoke",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.InvokeFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.invoke.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.invoke.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.invoke_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.Invoke",
- "cpp.example_code.lambda.invoke_function2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.invoke",
- "lambda.rust.scenario.log_invoke_output"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Invoke",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "Invoke"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1894,374 +221,19 @@
{
"id": "lambda_GetFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.get.function.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.getFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.get_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.get_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.GetFunctionInput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "GetFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2269,375 +241,19 @@
{
"id": "lambda_UpdateFunctionCode",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.get.function.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.updateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.update_function_code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.update_function_code",
- "lambda.rust.scenario.prepare_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateFunctionCode",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "UpdateFunctionCode"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2645,343 +261,19 @@
{
"id": "lambda_UpdateFunctionConfiguration",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.update.config.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.updateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.update_function_configuration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.UpdateFunctionConfiguration",
- "cpp.example_code.lambda.update_function_configuration2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.update_function_configuration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateFunctionConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "UpdateFunctionConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2989,343 +281,19 @@
{
"id": "lambda_ListFunctions",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.listFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.list_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.list_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.ListFunctionsPaginated"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFunctions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "ListFunctions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3333,629 +301,25 @@
{
"id": "lambda_Scenario_GettingStartedFunctions",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create methods that perform &LAM; actions.",
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.LambdaWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a function that runs the scenario.",
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaBasics.Usings",
- "Lambda.dotnetv3.LambdaBasics",
- "Lambda.dotnetv3.LambdaActions.LambdaRoleWrapper",
- "Lambda.dotnetv3.LambdaScenarioCommon.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "lambda.dotnetv3.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "lambda.dotnetv3.handler.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an interactive scenario that shows you how to get started with &LAM; functions.",
- "snippet_tags": [
- "gov2.lambda.Scenario_GetStartedFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct that wraps individual &LAM; actions.",
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "gov2.lambda.handlers.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "gov2.lambda.handlers.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.javav2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "python.example_code.lambda.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "python.example_code.lambda.handler.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &LAM; actions.",
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a function that runs the scenario.",
- "snippet_tags": [
- "python.example_code.lambda.Scenario_GettingStartedFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set up pre-requisite IAM permissions for a Lambda function capable of writing logs.",
- "snippet_tags": [
- "ruby.example_code.lambda.setup_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number provided as an invocation parameter.",
- "snippet_tags": [
- "ruby.example_code.lambda.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Zip your &LAM; function into a deployment package.",
- "snippet_tags": [
- "ruby.example_code.lambda.create_deployment_package"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a new &LAM; function.",
- "snippet_tags": [
- "ruby.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke your &LAM; function with optional runtime parameters.",
- "snippet_tags": [
- "ruby.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update your &LAM; function's configuration to inject a new environment variable.",
- "snippet_tags": [
- "ruby.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update your &LAM; function's code with a different deployment package containing different code.",
- "snippet_tags": [
- "ruby.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List all existing &LAM; functions using the built-in paginator.",
- "snippet_tags": [
- "ruby.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a specific &LAM; function.",
- "snippet_tags": [
- "ruby.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.getting_started_with_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAMlong; (&IAM;) role that grants Lambda permission to write to logs.",
- "snippet_tags": [
- "javascript.v3.lambda.scenarios.basic.CreateRole",
- "javascript.v3.iam.actions.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a &LAM; function and upload handler code.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the function with a single parameter and get results.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update the function code and configure its &LAM; environment with an environment variable.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionCode",
- "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the functions for your account.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the &IAM; role and the &LAM; function.",
- "snippet_tags": [
- "javascript.v3.iam.actions.DeleteRole",
- "javascript.v3.lambda.actions.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda/scenarios/basic",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.get_started_with_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The Cargo.toml with dependencies used in this scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/Cargo.toml"
- ],
- "genai": "none"
- },
- {
- "description": "A collection of utilities that streamline calling Lambda for this scenario. This file is src/ations.rs in the crate.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/src/actions.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A binary to run the scenario from front to end, using command line flags to control some behavior. This file is src/bin/scenario.rs in the crate.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/src/bin/scenario.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define the first &LAM; function, which simply increments the specified value.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/increment/Package.swift",
- "swift/example_code/lambda/basics/increment/Sources/increment.swift"
- ],
- "genai": "none"
- },
- {
- "description": "Define the second &LAM; function, which performs an arithmetic operation on two numbers.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/calculator/Package.swift",
- "swift/example_code/lambda/basics/calculator/Sources/calculator.swift"
- ],
- "genai": "none"
- },
- {
- "description": "Define the main program that will invoke the two &LAM; functions.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/lambda-basics/Package.swift",
- "swift/example_code/lambda/basics/lambda-basics/Sources/entry.swift",
- "swift/example_code/lambda/basics/lambda-basics/Sources/ExampleError.swift"
- ],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": {
- "title": "Create a &LAM; function with the console",
+ "title": "Create a Lambda function with the console",
"url": "lambda/latest/dg/getting-started-create-function.html"
},
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "CreateFunction",
- "UpdateFunctionCode",
- "ListFunctions",
- "DeleteFunction",
- "Invoke",
- "GetFunction",
- "UpdateFunctionConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role and &LAM; function, then upload handler code.",
+ "Create an IAM role and Lambda function, then upload handler code.",
"Invoke the function with a single parameter and get results.",
"Update the function code and configure with an environment variable.",
"Invoke the function with new parameters and get results. Display the returned execution log.",
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
index c7f6103b4f6..5c0ed0e43ac 100644
--- a/python/example_code/lookoutvision/examples_catalog.json
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -3,33 +3,8 @@
{
"id": "lookoutvision_CreateDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.CreateDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -38,27 +13,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-create-dataset.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -66,60 +26,22 @@
{
"id": "lookoutvision_Scenario_CreateManifestFile",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.Scenario_CreateManifestFile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a &LYRA; manifest file using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a Lookout for Vision manifest file using an AWS SDK",
"title_abbrev": "Create a manifest file",
- "synopsis": "create a &LYRA; manifest file and upload it to &S3;.",
+ "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
"category": "Scenarios",
"guide_topic": {
"title": "Creating a manifest file",
"url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -127,33 +49,8 @@
{
"id": "lookoutvision_DeleteDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.DeleteDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -162,27 +59,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -190,33 +72,8 @@
{
"id": "lookoutvision_DescribeDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.DescribeDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -225,27 +82,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DescribeDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -253,59 +95,22 @@
{
"id": "lookoutvision_Scenario_FindTagInProjects",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Scenario_FindTagInProjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Find a &LYRA; project with a specific tag using an &AWS; SDK",
+ "languages": [],
+ "title": "Find a Lookout for Vision project with a specific tag using an AWS SDK",
"title_abbrev": "Find a project with a specific tag",
- "synopsis": "find a &LYRA; project with a specific tag.",
+ "synopsis": "find a Lookout for Vision project with a specific tag.",
"category": "Scenarios",
"guide_topic": {
"title": "Tagging models",
"url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -313,59 +118,22 @@
{
"id": "lookoutvision_Scenario_ExportDatasets",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Scenario_ExportDatasets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Export the datasets from a &LYRA; project using an &AWS; SDK",
+ "languages": [],
+ "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
"title_abbrev": "Export the datasets from a project",
- "synopsis": "export the datasets from a &LYRA; project.",
+ "synopsis": "export the datasets from a Lookout for Vision project.",
"category": "Scenarios",
"guide_topic": {
"title": "Exporting datasets from a project (SDK)",
"url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -373,33 +141,8 @@
{
"id": "lookoutvision_StartModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.StartModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -408,27 +151,12 @@
"url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "StartModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -436,33 +164,8 @@
{
"id": "lookoutvision_StopModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.StopModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -471,27 +174,12 @@
"url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "StopModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -499,57 +187,19 @@
{
"id": "lookoutvision_Scenario_ListHostedModels",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.Scenario_ListHostedModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "List &LYRA; models that are currently hosted using an &AWS; SDK",
+ "languages": [],
+ "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
"title_abbrev": "List models that are currently hosted",
- "synopsis": "list &LYRA; models that are currently hosted.",
+ "synopsis": "list Lookout for Vision models that are currently hosted.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -557,32 +207,8 @@
{
"id": "lookoutvision_DetectAnomalies",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.DetectAnomalies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectAnomalies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -591,27 +217,12 @@
"url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DetectAnomalies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -619,33 +230,8 @@
{
"id": "lookoutvision_CreateModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.CreateModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -654,27 +240,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-train.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -682,33 +253,8 @@
{
"id": "lookoutvision_DescribeModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.DescribeModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -717,27 +263,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-models.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DescribeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -745,33 +276,8 @@
{
"id": "lookoutvision_ListModels",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.ListModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -780,27 +286,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-models.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -808,33 +299,8 @@
{
"id": "lookoutvision_DeleteModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.DeleteModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -843,27 +309,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -871,33 +322,8 @@
{
"id": "lookoutvision_CreateProject",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.CreateProject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -906,27 +332,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateProject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -934,33 +345,8 @@
{
"id": "lookoutvision_DeleteProject",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.DeleteProject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -969,27 +355,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-project.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteProject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -997,33 +368,8 @@
{
"id": "lookoutvision_ListProjects",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.ListProjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListProjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1032,27 +378,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-projects.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListProjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1060,58 +391,19 @@
{
"id": "lookoutvision_Hello",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &LYRA;",
- "title_abbrev": "Hello &LYRA;",
- "synopsis": "get started using &LYRA;.",
+ "languages": [],
+ "title": "Hello Lookout for Vision",
+ "title_abbrev": "Hello Lookout for Vision",
+ "synopsis": "get started using Lookout for Vision.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListProjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1119,47 +411,19 @@
{
"id": "lookoutvision_Scenario_CreateTrainStartModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_LookoutVisionCreateTrainStartModel_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create, train, and start a &LYRA; model using an &AWS; SDK",
+ "languages": [],
+ "title": "Create, train, and start a Lookout for Vision model using an AWS SDK",
"title_abbrev": "Create, train, and start a model",
- "synopsis": "create, train, and start a &LYRA; model.",
+ "synopsis": "create, train, and start a Lookout for Vision model.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
index 1f0c1fcf459..e6846dc4339 100644
--- a/python/example_code/medical-imaging/examples_catalog.json
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "medical-imaging_Hello",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.medical-imaging.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.hello_medical-imaging.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_health_imaging.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.hello_medical-imaging"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/hello_health_imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AHI;",
- "title_abbrev": "Hello &AHI;",
- "synopsis": "get started using &AHI;.",
+ "languages": [],
+ "title": "Hello HealthImaging",
+ "title_abbrev": "Hello HealthImaging",
+ "synopsis": "get started using HealthImaging.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,161 +23,19 @@
{
"id": "medical-imaging_CreateDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.CreateDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.CreateDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.create_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.createDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "CreateDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -294,161 +43,19 @@
{
"id": "medical-imaging_DeleteDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.DeleteDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.DeleteDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.delete_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.deleteDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "DeleteDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -456,161 +63,19 @@
{
"id": "medical-imaging_ListDatastores",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.ListDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_datastores.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.listDatastoresV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -618,161 +83,19 @@
{
"id": "medical-imaging_GetDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.GetDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.getDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -780,160 +103,19 @@
{
"id": "medical-imaging_StartDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.startDicomImportJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.start_dicom_import_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDICOMImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "StartDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -941,160 +123,19 @@
{
"id": "medical-imaging_GetDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.getDICOMImportJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_dicom_import_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDICOMImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1102,129 +143,19 @@
{
"id": "medical-imaging_ListDICOMImportJobs",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListDICOMImportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.listDICOMImportJobsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_dicom_import_jobs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDICOMImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDICOMImportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1232,292 +163,19 @@
{
"id": "medical-imaging_SearchImageSets",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.SearchImageSets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.equalFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.sortAndFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchImageSets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "SearchImageSets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1525,129 +183,19 @@
{
"id": "medical-imaging_GetImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_imageset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1655,208 +203,19 @@
{
"id": "medical-imaging_GetImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.GetImageSetMetadata.withoutVersionID"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.GetImageSetMetadata.withVersionID"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withoutversion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withversion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_imageset_metadata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata.without_version"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata.with_version"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageSetMetadata",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageSetMetadata"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1864,160 +223,19 @@
{
"id": "medical-imaging_GetImageFrame",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageFrame"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageFrameV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_image_frame.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical-imaging.GetImageFrame"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageFrame",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageFrame"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2025,129 +243,19 @@
{
"id": "medical-imaging_ListImageSetVersions",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListImageSetVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.listImageSetVersionsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_imageset_versions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListImageSetVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListImageSetVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2155,225 +263,19 @@
{
"id": "medical-imaging_UpdateImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UpdateImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: Insert or update an attribute.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to an earlier version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Use case #1: Insert or update an attribute and force the update.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to an earlier version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.main"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Use case #1: Insert or update an attribute.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to a previous version.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateImageSetMetadata",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "UpdateImageSetMetadata"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2381,190 +283,19 @@
{
"id": "medical-imaging_CopyImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to copy an image set.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.CopyImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy an image set without a destination.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an image set with a destination.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet2",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy a subset of an image set.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet3",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to copy an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy an image set without a destination.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.without_destination"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an image set with a destination.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy a subset of an image set with a destination and force the copy.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination_and_subsets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.copy_imageset.main"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Utility function to create copiable attributes.",
- "snippet_tags": [
- "medicalimaging.java2.copy_imageset.copiable_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CopyImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "CopyImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2572,160 +303,19 @@
{
"id": "medical-imaging_DeleteImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.deleteImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.delete_imageset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "DeleteImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2733,129 +323,19 @@
{
"id": "medical-imaging_TagResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2863,129 +343,19 @@
{
"id": "medical-imaging_UntagResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UntagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "UntagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2993,129 +363,19 @@
{
"id": "medical-imaging_ListTagsForResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3123,259 +383,19 @@
{
"id": "medical-imaging_Scenario_TaggingDataStores",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.tagging.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.list_tags.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.untag.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Tagging a &AHI; data store using an &AWS; SDK",
+ "languages": [],
+ "title": "Tagging a HealthImaging data store using an AWS SDK",
"title_abbrev": "Tagging a data store",
- "synopsis": "tag a &AHI; data store.",
+ "synopsis": "tag a HealthImaging data store.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource",
- "UntagResource",
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3383,259 +403,19 @@
{
"id": "medical-imaging_Scenario_TaggingImageSets",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.tagging.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.list_tags.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.untag.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Tagging a &AHI; image set using an &AWS; SDK",
+ "languages": [],
+ "title": "Tagging a HealthImaging image set using an AWS SDK",
"title_abbrev": "Tagging an image set",
- "synopsis": "tag a &AHI; image set.",
+ "synopsis": "tag a HealthImaging image set.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource",
- "UntagResource",
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3643,295 +423,19 @@
{
"id": "medical-imaging_Scenario_ImageSetsAndFrames",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &CFN; stack with the necessary resources.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.createstack"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy DICOM files to the &S3; import bucket.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.copy-dicom-files"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the DICOM files to the &S3; data store.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.dicom-import",
- "cpp.example_code.medical_imaging.StartDICOMImportJob",
- "cpp.example_code.medical-imaging.image-sets-workflow.wait_import",
- "cpp.example_code.medical_imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image sets created by the DICOM import job.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.get_image_sets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image frame information for image sets.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.get_image_frames",
- "cpp.example_code.medical_imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download, decode and verify image frames.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.download_frames",
- "cpp.example_code.medical-imaging.image-sets-workflow.decode_and_check",
- "cpp.example_code.medical-imaging.image-sets-workflow.decode_jph",
- "cpp.example_code.medical-imaging.image-sets-workflow.verify_check_sum"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Clean up resources.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.clean_up",
- "cpp.example_code.medical-imaging.image-sets-workflow.empty_data_store"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &CFN; stack with the necessary resources.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.deploy"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy DICOM files to the &S3; import bucket.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.copy"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Import the DICOM files to the &S3; data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Get image sets created by the DICOM import job.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetImageSetsForImportJob",
- "python.example_code.medical-imaging.workflow.GetImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Get image frame information for image sets.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetImageFrames",
- "python.example_code.medical-imaging.workflow.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Download, decode and verify image frames.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetPixelData",
- "python.example_code.medical-imaging.workflow.downloadAndCheck"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Clean up resources.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.destroy",
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.SearchImageSets",
- "python.example_code.medical-imaging.workflow.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Orchestrate steps (index.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Deploy resources (deploy-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/deploy-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy DICOM files (dataset-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/dataset-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Start import into datastore (import-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/import-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get image set IDs (image-set-steps.js - ).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-set-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get image frame IDs (image-frame-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-frame-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Verify image frames (verify-steps.js). The &AWS; HealthImaging Pixel Data Verification library was used for verification.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/verify-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Destroy resources (clean-up-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/clean-up-steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get started with &AHI; image sets and image frames using an &AWS; SDK",
+ "languages": [],
+ "title": "Get started with HealthImaging image sets and image frames using an AWS SDK",
"title_abbrev": "Get started with image sets and image frames",
- "synopsis": "import DICOM files and download image frames in &AHI;.\n The implementation is structured as a command-line\n application.\n",
+ "synopsis": "import DICOM files and download image frames in HealthImaging.\n The implementation is structured as a command-line\n application.\n",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "SearchImageSets",
- "GetImageSetMetadata",
- "GetImageFrame",
- "DeleteImageSet",
- "StartDICOMImportJob",
- "GetDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Set up resources for a DICOM import.",
diff --git a/python/example_code/organizations/examples_catalog.json b/python/example_code/organizations/examples_catalog.json
index dd09bcb6245..88c0dce691a 100644
--- a/python/example_code/organizations/examples_catalog.json
+++ b/python/example_code/organizations/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "organizations_CreatePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.CreatePolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "CreatePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "organizations_ListPolicies",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.ListPoliciesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,58 +43,19 @@
{
"id": "organizations_DescribePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DescribePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DescribePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -242,89 +63,19 @@
{
"id": "organizations_AttachPolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.AttachPolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.AttachPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "AttachPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -332,89 +83,19 @@
{
"id": "organizations_DetachPolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.DetachPolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DetachPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DetachPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DetachPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -422,89 +103,19 @@
{
"id": "organizations_DeletePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.DeletePolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DeletePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/pinpoint-sms-voice/examples_catalog.json b/python/example_code/pinpoint-sms-voice/examples_catalog.json
index 691b8196786..affbc0605c5 100644
--- a/python/example_code/pinpoint-sms-voice/examples_catalog.json
+++ b/python/example_code/pinpoint-sms-voice/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "pinpoint-sms-voice_SendVoiceMessage",
"file": "pinpoint-sms-voice_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.java2.send_voice_message.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_voice_message_sms_voice_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/pinpoint-sms-voice",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_voice_message_sms_voice_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/pinpoint-sms-voice",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendVoiceMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "pinpoint-sms-voice": {
- "__set__": [
- "SendVoiceMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_SendVoiceMessage_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "2": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/pinpoint/examples_catalog.json b/python/example_code/pinpoint/examples_catalog.json
index 14be9e9f600..e0ef008e693 100644
--- a/python/example_code/pinpoint/examples_catalog.json
+++ b/python/example_code/pinpoint/examples_catalog.json
@@ -3,285 +3,19 @@
{
"id": "pinpoint_SendMessages",
"file": "pinpoint_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.dotnet.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.dotnet.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.kotlin.send_email.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.java2.send_email.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message with CC values.",
- "snippet_tags": [
- "pinpoint.java2.send_emailcc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.java2.sendmsg.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send batch SMS messages.",
- "snippet_tags": [
- "pinpoint.java2.sendmsg.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message with an existing email template.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_templated_email_message.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message with an existing SMS template.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_templated_sms_message.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "pinpoint.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_email_message_v3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_sms_message_V3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "pinpoint": {
- "__set__": [
- "SendMessages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_SendMessages_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/polly/examples_catalog.json b/python/example_code/polly/examples_catalog.json
index 5a65c072c70..991847ba820 100644
--- a/python/example_code/polly/examples_catalog.json
+++ b/python/example_code/polly/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "polly_DescribeVoices",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.describe_voice.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.DescribeVoicesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.describe-voices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.DescribeVoices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.describeVoices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeVoices",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "DescribeVoices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DescribeVoices_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,90 +23,19 @@
{
"id": "polly_GetLexicon",
"file": "polly_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.GetLexiconExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.GetLexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetLexicon",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "GetLexicon"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetLexicon_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -278,183 +43,19 @@
{
"id": "polly_ListLexicons",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.list_icons.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.ListLexiconsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.ListLexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.list-lexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.listLexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListLexicons",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "ListLexicons"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -462,121 +63,19 @@
{
"id": "polly_PutLexicon",
"file": "polly_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.PutLexiconExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.PutLexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.put-lexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutLexicon",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "PutLexicon"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -584,191 +83,19 @@
{
"id": "polly_SynthesizeSpeech",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.demo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.SynthesizeSpeechExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Synthesize speech from text using speech marks with &POL; using an &AWS; SDK.",
- "snippet_tags": [
- "Polly.dotnetv3.SynthesizeSpeechMarksExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.Synthesize"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.synthesizeSpeech"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.synthesize-speech"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SynthesizeSpeech",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "SynthesizeSpeech"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -776,59 +103,19 @@
{
"id": "polly_GetSpeechSynthesisTask",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.GetSpeechSynthesisTask"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSpeechSynthesisTask",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "GetSpeechSynthesisTask"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -836,59 +123,19 @@
{
"id": "polly_StartSpeechSynthesisTask",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.StartSpeechSynthesisTask"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartSpeechSynthesisTask",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "StartSpeechSynthesisTask"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_StartSpeechSynthesisTask_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -896,47 +143,19 @@
{
"id": "polly_LipSync",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_PollyLipSync_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a lip-sync application with &POL; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a lip-sync application with Amazon Polly using an AWS SDK",
"title_abbrev": "Create a lip-sync application",
- "synopsis": "create a lip-sync application with &POL;.",
+ "synopsis": "create a lip-sync application with Amazon Polly.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
index 2e9acf5d4d6..15f9fdbafa4 100644
--- a/python/example_code/rds/examples_catalog.json
+++ b/python/example_code/rds/examples_catalog.json
@@ -3,126 +3,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -130,64 +18,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -195,221 +26,19 @@
{
"id": "rds_Hello",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.HelloRds"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.rds.hello_rds.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_rds.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.rds.hello_rds"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds/hello_rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello-rds.list_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &RDS;",
- "title_abbrev": "Hello &RDS;",
- "synopsis": "get started using &RDS;.",
+ "languages": [],
+ "title": "Hello Amazon RDS",
+ "title_abbrev": "Hello Amazon RDS",
+ "synopsis": "get started using Amazon RDS.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -417,248 +46,19 @@
{
"id": "rds_CreateDBInstance",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.createDBInstance.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -666,248 +66,19 @@
{
"id": "rds_DeleteDBInstance",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.delete_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.delete_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.deleteDBInstance.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -915,279 +86,19 @@
{
"id": "rds_DescribeDBInstances",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDbInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listAllInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.describeDBInstances.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1195,218 +106,19 @@
{
"id": "rds_DescribeDBParameterGroups",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.desc_para_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBParameterGroups1",
- "cpp.example_code.rds.DescribeDBParameterGroups2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBParameterGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1414,186 +126,19 @@
{
"id": "rds_CreateDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.create_para_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1601,186 +146,19 @@
{
"id": "rds_DeleteDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1788,217 +166,19 @@
{
"id": "rds_DescribeDBParameters",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.get_paras.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2006,186 +186,19 @@
{
"id": "rds_ModifyDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.mod_paras.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "ModifyDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2193,248 +206,19 @@
{
"id": "rds_CreateDBSnapshot",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.create_snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.createDatabaseSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.createDBSnapshot.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2442,186 +226,19 @@
{
"id": "rds_DescribeDBSnapshots",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listInstanceSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBSnapshots",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2629,186 +246,19 @@
{
"id": "rds_DescribeDBEngineVersions",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario_desc_engine.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBEngineVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBEngineVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2816,155 +266,19 @@
{
"id": "rds_DescribeOrderableDBInstanceOptions",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOrderableDBInstanceOptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeOrderableDBInstanceOptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeOrderableDBInstanceOptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2972,265 +286,19 @@
{
"id": "rds_Scenario_GetStartedInstances",
"file": "rds_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run multiple operations.",
- "snippet_tags": [
- "rds.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB instance actions.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB parameter groups.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapperParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB snapshot actions.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapperSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.rds.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &RDS; actions.",
- "snippet_tags": [
- "gov2.rds.DbInstances.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.rds.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &RDS; actions.",
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.get_started_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBInstance",
- "DescribeDBParameterGroups",
- "CreateDBSnapshot",
- "DescribeDBSnapshots",
- "ModifyDBParameterGroup",
- "DeleteDBParameterGroup",
- "CreateDBParameterGroup",
- "DescribeDBEngineVersions",
- "DescribeOrderableDBInstanceOptions",
- "DescribeDBInstances",
- "CreateDBInstance",
- "DescribeDBParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a custom DB parameter group and set parameter values.",
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
index 224cad12ebe..baaecc01bbe 100644
--- a/python/example_code/redshift/examples_catalog.json
+++ b/python/example_code/redshift/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "redshift_Hello",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "redshift.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &RS;",
- "title_abbrev": "Hello &RS;",
- "synopsis": "get started using &RS;.",
+ "languages": [],
+ "title": "Hello Amazon Redshift",
+ "title_abbrev": "Hello Amazon Redshift",
+ "synopsis": "get started using Amazon Redshift.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,201 +23,19 @@
{
"id": "redshift_CreateCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.CreateCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.kotlin.create_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.java2.create_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-create-clusterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.CreateCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "CreateCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_CreateCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -326,201 +43,19 @@
{
"id": "redshift_DeleteCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the cluster.",
- "snippet_tags": [
- "redshift.kotlin.delete_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the cluster.",
- "snippet_tags": [
- "redshift.java2.delete_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-delete-clusterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DeleteCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DeleteCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -528,201 +63,19 @@
{
"id": "redshift_DescribeClusters",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.DescribeClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Describe the cluster.",
- "snippet_tags": [
- "redshift.kotlin.describe_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Describe the cluster.",
- "snippet_tags": [
- "redshift.java2.describe_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Describe your clusters.",
- "snippet_tags": [
- "redshift.javascript.redshift-describe-clustersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.DescribeClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeClusters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeClusters_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -730,201 +83,19 @@
{
"id": "redshift_ModifyCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.ModifyCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.kotlin.mod_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.java2.mod_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-modify-clustersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.ModifyCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "ModifyCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -932,98 +103,19 @@
{
"id": "redshift_DescribeStatement",
"file": "redshift_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "redshiftdata.java2.checkstatement.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper",
- "python.example_code.redshift_data.DescribeStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftDataWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1031,98 +123,19 @@
{
"id": "redshift_GetStatementResult",
"file": "redshift_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Check the statement result.",
- "snippet_tags": [
- "redshiftdata.java2.getresults.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper",
- "python.example_code.redshift_data.GetStatementResult"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftDataWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetStatementResult",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "GetStatementResult"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1130,157 +143,19 @@
{
"id": "redshift_Scenario",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &RS; features.",
- "snippet_tags": [
- "redshift.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &RS; SDK methods.",
- "snippet_tags": [
- "redshift.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.redshift_scenario.RedshiftScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Main function showing scenario implementation.",
- "snippet_tags": [
- "python.example_code.redshift.redshift_scenario.RedshiftScenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The wrapper functions used in the scenario.\n",
- "snippet_tags": [
- "python.example_code.redshift.CreateCluster",
- "python.example_code.redshift.DescribeClusters",
- "python.example_code.redshift_data.ExecuteStatement",
- "python.example_code.redshift_data.DescribeStatement",
- "python.example_code.redshift_data.GetStatementResult",
- "python.example_code.redshift.ModifyCluster",
- "python.example_code.redshift_data.ListDatabases",
- "python.example_code.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "ListDatabasesPaginator",
- "ExecuteStatement",
- "DescribeStatement",
- "DescribeClusters",
- "CreateCluster",
- "ModifyCluster",
- "GetStatementResult"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Scenario_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a Redshift cluster.",
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
index dc16a508f4b..614f58790d5 100644
--- a/python/example_code/rekognition/examples_catalog.json
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -3,143 +3,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -147,59 +25,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -208,24 +41,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -233,102 +49,8 @@
{
"id": "rekognition_DescribeCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DescribeCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.describe_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.describe_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DescribeCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -337,51 +59,12 @@
"url": "rekognition/latest/dg/describe-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DescribeCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -389,102 +72,8 @@
{
"id": "rekognition_DeleteCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DeleteCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.delete_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.delete_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DeleteCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,51 +82,12 @@
"url": "rekognition/latest/dg/delete-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DeleteCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -545,102 +95,8 @@
{
"id": "rekognition_IndexFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.AddFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.add_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.add_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.IndexFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "IndexFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -649,51 +105,12 @@
"url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "IndexFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -701,102 +118,8 @@
{
"id": "rekognition_ListFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.ListFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.list_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.list_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.ListFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -805,51 +128,12 @@
"url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "ListFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -857,79 +141,8 @@
{
"id": "rekognition_SearchFacesByImage",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.SearchFacesMatchingImageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.match_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.SearchFacesByImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchFacesByImage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -938,43 +151,12 @@
"url": "rekognition/latest/dg/search-face-with-image-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "SearchFacesByImage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -982,79 +164,8 @@
{
"id": "rekognition_SearchFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.SearchFacesMatchingIdExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.search_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.SearchFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1063,43 +174,12 @@
"url": "rekognition/latest/dg/search-face-with-id-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "SearchFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1107,102 +187,8 @@
{
"id": "rekognition_DeleteFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DeleteFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.delete_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.delete_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DeleteFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1211,51 +197,12 @@
"url": "rekognition/latest/dg/delete-faces-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DeleteFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1263,102 +210,8 @@
{
"id": "rekognition_CreateCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CreateCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.create_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.create_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.CreateCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1367,51 +220,12 @@
"url": "rekognition/latest/dg/create-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "CreateCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1419,102 +233,8 @@
{
"id": "rekognition_ListCollections",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.ListCollectionsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.list_collections.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.list_collections.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.ListCollections"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCollections",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1523,51 +243,12 @@
"url": "rekognition/latest/dg/list-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "ListCollections"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1575,54 +256,8 @@
{
"id": "rekognition_Usage_FindFacesInCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create classes that wrap &REKlong; functions.",
- "snippet_tags": [
- "python.example_code.rekognition.collection.imports",
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RekognitionImage.from_file",
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.CreateCollection",
- "python.example_code.rekognition.ListCollections",
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.helper.to_dict",
- "python.example_code.rekognition.DescribeCollection",
- "python.example_code.rekognition.DeleteCollection",
- "python.example_code.rekognition.IndexFaces",
- "python.example_code.rekognition.ListFaces",
- "python.example_code.rekognition.SearchFaces",
- "python.example_code.rekognition.SearchFacesByImage",
- "python.example_code.rekognition.helper.RekognitionFace"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper classes to build a collection of faces from a set of images and then search for faces in the collection.",
- "snippet_tags": [
- "python.example_code.rekognition.Usage_FindFacesInCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build an &REK; collection and find faces in it using an &AWS; SDK",
+ "languages": [],
+ "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
"title_abbrev": "Build a collection and find faces in it",
"synopsis": "",
"category": "Scenarios",
@@ -1631,28 +266,15 @@
"url": "rekognition/latest/dg/collections.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &REK; collection.",
+ "Create an Amazon Rekognition collection.",
"Add images to the collection and detect faces in it.",
"Search the collection for faces that match a reference image.",
"Delete a collection."
@@ -1662,110 +284,8 @@
{
"id": "rekognition_DetectFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Display bounding box information for all faces in an image.",
- "snippet_tags": [
- "Rekognition.dotnetv3.ImageOrientationBoundingBox"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1774,51 +294,12 @@
"url": "rekognition/latest/dg/faces-detect-images.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1826,102 +307,8 @@
{
"id": "rekognition_CompareFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CompareFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.compare_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.compare_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.CompareFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CompareFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1930,51 +317,12 @@
"url": "rekognition/latest/dg/faces-comparefaces.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "CompareFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1982,133 +330,8 @@
{
"id": "rekognition_DetectLabels",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectLabelsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detect labels in an image file stored on your computer.",
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectLabelsLocalFile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rekognition.DetectLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2117,59 +340,12 @@
"url": "rekognition/latest/dg/labels-detect-labels-image.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectLabels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2177,102 +353,8 @@
{
"id": "rekognition_DetectModerationLabels",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectModerationLabelsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_mod_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_mod_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectModerationLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectModerationLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2281,51 +363,12 @@
"url": "rekognition/latest/dg/procedure-moderate-images.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectModerationLabels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2333,102 +376,8 @@
{
"id": "rekognition_DetectText",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectTextExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2437,51 +386,12 @@
"url": "rekognition/latest/dg/text-detecting-text-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectText"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2489,102 +399,8 @@
{
"id": "rekognition_RecognizeCelebrities",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CelebritiesInImageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.recognize_celebs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.recognize_celebs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RecognizeCelebrities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RecognizeCelebrities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2593,51 +409,12 @@
"url": "rekognition/latest/dg/celebrities-procedure-image.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "RecognizeCelebrities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_RecognizeCelebrities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2645,72 +422,8 @@
{
"id": "rekognition_Usage_DetectAndDisplayImage",
"file": "rekognition_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create classes to wrap &REKlong; functions.",
- "snippet_tags": [
- "python.example_code.rekognition.image_detection_imports",
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RekognitionImage.from_file",
- "python.example_code.rekognition.RekognitionImage.from_bucket",
- "python.example_code.rekognition.DetectFaces",
- "python.example_code.rekognition.DetectLabels",
- "python.example_code.rekognition.RecognizeCelebrities",
- "python.example_code.rekognition.CompareFaces",
- "python.example_code.rekognition.DetectModerationLabels",
- "python.example_code.rekognition.DetectText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create helper functions to draw bounding boxes and polygons.",
- "snippet_tags": [
- "python.example_code.rekognition.helper.imports",
- "python.example_code.rekognition.helper.show_bounding_boxes",
- "python.example_code.rekognition.helper.show_polygons"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create classes to parse objects returned by &REK;.",
- "snippet_tags": [
- "python.example_code.rekognition.helper.RekognitionFace",
- "python.example_code.rekognition.helper.RekognitionCelebrity",
- "python.example_code.rekognition.helper.RekognitionPerson",
- "python.example_code.rekognition.helper.RekognitionLabel",
- "python.example_code.rekognition.helper.RekognitionModerationLabel",
- "python.example_code.rekognition.helper.RekognitionText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper classes to detect elements in images and display their bounding boxes. The images used in this example can be found on GitHub along with instructions and more code.",
- "snippet_tags": [
- "python.example_code.rekognition.Usage_ImageDetection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect and display elements in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect and display elements in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect and display elements in images",
"synopsis": "",
"category": "Scenarios",
@@ -2719,28 +432,15 @@
"url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Detect elements in images by using &REK;.",
+ "Detect elements in images by using Amazon Rekognition.",
"Display images and draw bounding boxes around detected elements."
],
"source_key": null
diff --git a/python/example_code/route53-recovery-cluster/examples_catalog.json b/python/example_code/route53-recovery-cluster/examples_catalog.json
index 143ac7db19d..2bb1a0a3eb7 100644
--- a/python/example_code/route53-recovery-cluster/examples_catalog.json
+++ b/python/example_code/route53-recovery-cluster/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "route53-recovery-cluster_GetRoutingControlState",
"file": "route53-recovery-cluster_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "route53_rec.java2.get_routing.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/route53recoverycluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
- "python.example_code.route53-recovery-cluster.GetRoutingControlState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/route53-recovery-cluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRoutingControlState",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "route53-recovery-cluster": {
- "__set__": [
- "GetRoutingControlState"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_GetRoutingControlState_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,90 +23,19 @@
{
"id": "route53-recovery-cluster_UpdateRoutingControlState",
"file": "route53-recovery-cluster_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "route53_rec.java2.update_routing_state.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/route53recoverycluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
- "python.example_code.route53-recovery-cluster.UpdateRoutingControlState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/route53-recovery-cluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateRoutingControlState",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "route53-recovery-cluster": {
- "__set__": [
- "UpdateRoutingControlState"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_UpdateRoutingControlState_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/s3-directory-buckets/examples_catalog.json b/python/example_code/s3-directory-buckets/examples_catalog.json
index ff9a6c580c4..62afd298564 100644
--- a/python/example_code/s3-directory-buckets/examples_catalog.json
+++ b/python/example_code/s3-directory-buckets/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "s3-directory-buckets_CreateSession",
"file": "s3-directory-buckets_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3_directory.S3ExpressWrapper.decl",
- "python.example_code.s3_directory.CreateSession"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3-directory-buckets",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSession",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3-directory-buckets": {
- "__set__": [
- "CreateSession"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,104 +23,19 @@
{
"id": "s3-directory-buckets_Scenario_ExpressBasics",
"file": "s3-directory-buckets_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.",
- "snippet_tags": [
- "php.example_code.s3.ExpressBasics",
- "php.example_code.s3.service.S3Service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3/express",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.\n",
- "snippet_tags": [
- "python.example_code.s3.s3_express_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &S3; Express SDK functions.",
- "snippet_tags": [
- "python.example_code.s3_directory.S3ExpressWrapper.class"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3-directory-buckets/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3-directory-buckets": {
- "__set__": [
- "DeleteObject",
- "ListObjects",
- "DeleteBucket",
- "GetObject",
- "CopyObject",
- "PutObject",
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3-directory-buckets_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Set up a VPC and VPC Endpoint.",
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
index bf602a05ece..4932ed1bdec 100644
--- a/python/example_code/s3/examples_catalog.json
+++ b/python/example_code/s3/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,55 +27,21 @@
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -145,143 +49,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -289,59 +71,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -350,24 +87,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -375,297 +95,19 @@
{
"id": "s3_Hello",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.s3.hello_s3.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_s3.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.s3.hello_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3/hello_s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.s3.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.basics.helloService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.s3-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "S3ExampleError utilities.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.s3-example-error"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &S3;",
- "title_abbrev": "Hello &S3;",
- "synopsis": "get started using &S3;.",
+ "languages": [],
+ "title": "Hello Amazon S3",
+ "title_abbrev": "Hello Amazon S3",
+ "synopsis": "get started using Amazon S3.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListBuckets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -673,469 +115,19 @@
{
"id": "s3_CreateBucket",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object lock enabled.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.CreateBucketWithObjectLock"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.create_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket with default configuration.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object locking and wait for it to exist.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.create_bucket.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket.",
- "snippet_tags": [
- "s3.java2.create_bucket_waiters.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object lock enabled.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.CreateBucketWithLockOptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.createBucketV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.createBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket with default settings.",
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a versioned bucket with a lifecycle configuration.",
- "snippet_tags": [
- "s3.python.versioning.create_versioned_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.ruby.create_bucket_snippet.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.create_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.create_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.iecho",
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1143,501 +135,19 @@
{
"id": "s3_CopyObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnet35.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.CopyObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.copy_objects.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.CopyObject.ToBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.copy_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.copy_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to copy an object from one bucket to another. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.objectcopy.import",
- "s3.tm.java2.objectcopy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.copyObjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-none-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object using on condition it has been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-modified-since.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object using on condition it has not been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-unmodified-since.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Simple copy of an object.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.copyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.CopyObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy an object.",
- "snippet_tags": [
- "s3.ruby.copy_object_between_buckets.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object and add server-side encryption to the destination object.",
- "snippet_tags": [
- "s3.ruby.copy_object_encrypt_copy.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.copy_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.copy_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CopyObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CopyObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1645,216 +155,19 @@
{
"id": "s3_DeleteBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_bucket_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.delete_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the bucket policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.deleteBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-delete-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.DeleteBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1862,404 +175,19 @@
{
"id": "s3_DeleteObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object in a non-versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteObjectExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an object in a versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteObjectVersionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.service.deleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Roll an object back to a previous version by deleting later versions of the object.",
- "snippet_tags": [
- "s3.python.versioning.rollback_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Revive a deleted object by removing the object's active delete marker.",
- "snippet_tags": [
- "s3.python.versioning.revive_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a &LAM; handler that removes a delete marker from an S3 object. This handler can be used to efficiently clean up extraneous delete markers in a versioned bucket.",
- "snippet_tags": [
- "s3.python.lambda.remove_delete_marker"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deleteobjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2267,437 +195,19 @@
{
"id": "s3_DeleteObjects",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete all objects in an S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DeleteBucketContents"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete multiple objects in a non-versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteMultipleObjectsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete multiple objects in a versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteMultipleVersionedObjectsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.delete_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_many_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a set of objects from a list of keys.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.deleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a set of objects by using a list of object keys.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObjects_Keys"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all objects in a bucket.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObjects_All"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Permanently delete a versioned object by deleting all of its versions.",
- "snippet_tags": [
- "s3.python.versioning.permanently_delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete multiple objects.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deletemultipleobjectsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.deleteobjects.handler.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/DeleteObjects",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.s3.delete_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteObjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteObjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2705,121 +215,19 @@
{
"id": "s3_GetObjectAcl",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_object_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.get_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.GetObjectAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2827,216 +235,19 @@
{
"id": "s3_GetBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_bucket_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.get_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.get_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the bucket policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.getBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-get-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.GetBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3044,542 +255,19 @@
{
"id": "s3_GetObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DownloadObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.GetObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.getobjectdata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Read data as a byte array using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjectdata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to download an object in an S3 bucket to a local file. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.downloadfile.import",
- "s3.tm.java2.downloadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Read tags that belong to an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjecttags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a URL for an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjecturl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object by using the S3Presigner client object using an S3Client.",
- "snippet_tags": [
- "presigned.java2.getobjectpresigned.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object by using a ResponseTransformer object and S3Client.",
- "snippet_tags": [
- "s3.java2.getobjectdata.transformer.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an object.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.getObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.GetObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Download the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.getobjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-none-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object using on condition it has been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-modified-since.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object using on condition it has not been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-unmodified-since.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-get-object",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an object.",
- "snippet_tags": [
- "ruby.example_code.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object and report its server-side encryption state.",
- "snippet_tags": [
- "s3.ruby.determine_object_encryption_state.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.get_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.get_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.readfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3587,90 +275,19 @@
{
"id": "s3_GetBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3678,183 +295,19 @@
{
"id": "s3_GetObjectLegalHold",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.GetObjectLegalHold.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object legal hold.",
- "snippet_tags": [
- "python.example_code.s3.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-legal-hold.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectLegalHold",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectLegalHold"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3862,183 +315,19 @@
{
"id": "s3_GetObjectLockConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.GetBucketObjectLockConfiguration.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.GetBucketObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.GetObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-lock-configuration.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the object lock configuration.",
- "snippet_tags": [
- "python.s3-object-locking.s3_GetObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectLockConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectLockConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4046,121 +335,19 @@
{
"id": "s3_PutBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.manage_lifecycle.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4168,90 +355,19 @@
{
"id": "s3_DeleteBucketLifecycle",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.DeleteLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketLifecycle",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketLifecycle"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4259,451 +375,19 @@
{
"id": "s3_ListObjectsV2",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-ListBucketContents"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List objects with a paginator.",
- "snippet_tags": [
- "S3.dotnetv3.ListObjectsPaginatorExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.list_objects.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.ListObjectsV2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.list_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.list_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List objects using pagination.",
- "snippet_tags": [
- "s3.java2.list_objects.pag.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List objects in a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.listObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.list_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List all of the objects in your bucket. If there is more than one object, IsTruncated and NextContinuationToken will be used to iterate over the full list.",
- "snippet_tags": [
- "s3.JavaScript.buckets.listObjectsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.list_objects_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.ListObjectsV2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListObjectsV2",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListObjectsV2"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4711,535 +395,19 @@
{
"id": "s3_PutObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-UploadFile"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object with server-side encryption.",
- "snippet_tags": [
- "S3.dotnetv3.ServerSideEncryptionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.PutObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object in a bucket by using the low-level API.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket by using a transfer manager.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.UploadObject"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.s3_object_upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a file to a bucket using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to upload a file to a bucket. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.uploadfile.import",
- "s3.tm.java2.uploadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set tags using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_manage_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set metadata using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_upload.metadata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set an object retention value using an S3Client.",
- "snippet_tags": [
- "s3.java2.retention_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload an object to a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.putObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.PutObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.upload_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.uploadV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the object on condition its ETag matches the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a file using a managed uploader (Object.upload_file).",
- "snippet_tags": [
- "s3.ruby.upload_files_using_managed_file_uploader.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file using Object.put.",
- "snippet_tags": [
- "s3.ruby.upload_files_using_put_object_method.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file using Object.put and add server-side encryption.",
- "snippet_tags": [
- "s3.ruby.s3_encrypt_file_upload.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.put_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3-smithy.swift.import",
- "s3.swift.basics.handler.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3-smithy.swift.import",
- "s3.swift.basics.handler.createfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5247,404 +415,19 @@
{
"id": "s3_DeleteBucket",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.bucket_deletion.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an empty bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.deleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deleteBucketV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-deleting-buckets",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5652,154 +435,19 @@
{
"id": "s3_GetBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the CORS policy for the bucket.",
- "snippet_tags": [
- "s3.JavaScript.cors.getBucketCorsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-get-cors",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.GetBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5807,185 +455,19 @@
{
"id": "s3_PutBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.cors.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add a CORS rule.",
- "snippet_tags": [
- "s3.JavaScript.v3.cors.putBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-put-cors",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.PutBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5993,123 +475,19 @@
{
"id": "s3_DeleteBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.DeleteCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.DeleteBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6117,183 +495,19 @@
{
"id": "s3_GetBucketAcl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetBucketACLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.get_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the ACL permissions.",
- "snippet_tags": [
- "s3.JavaScript.perms.getBucketAclV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-get-acl",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_acl_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6301,214 +515,19 @@
{
"id": "s3_PutBucketAcl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutBucketACLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.set_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.set_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put the bucket ACL.",
- "snippet_tags": [
- "s3.JavaScript.perms.putBucketAclV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-put-acl",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_bucket_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6516,186 +535,19 @@
{
"id": "s3_PutBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_bucket_policy02.code",
- "s3.cpp.put_bucket_policy01.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.set_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add the policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.putBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-set-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.PutBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6703,122 +555,19 @@
{
"id": "s3_HeadBucket",
"file": "s3_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "HeadBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "HeadBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6826,309 +575,19 @@
{
"id": "s3_ListBuckets",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.list.buckets.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.list_buckets.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the buckets.",
- "snippet_tags": [
- "s3.JavaScript.buckets.listBucketsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-list-buckets",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.listbuckets.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListBuckets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListBuckets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7136,90 +595,19 @@
{
"id": "s3_PutObjectAcl",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.PutObjectAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_object_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7227,183 +615,19 @@
{
"id": "s3_PutObjectLegalHold",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyObjectLegalHold.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-legal-hold.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object legal hold.",
- "snippet_tags": [
- "python.example_code.s3.PutObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectLegalHold",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectLegalHold"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7411,216 +635,19 @@
{
"id": "s3_PutObjectLockConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.EnableObjectLockOnBucket.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyBucketDefaultRetention.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.EnableObjectLockOnBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyBucketDefaultRetention"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PubObjectLockConfiguration.EnableObjectLockOnBucket"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectLockConfiguration.ModifyDefaultBucketRetention"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-lock-configuration.js"
- ],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-default-object-lock-configuration.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put object lock configuration.",
- "snippet_tags": [
- "python.s3-object-locking.s3_PutObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectLockConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectLockConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7628,183 +655,19 @@
{
"id": "s3_PutObjectRetention",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyObjectRetentionPeriod.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyObjectRetentionPeriod"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectRetention"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-retention.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object retention.",
- "snippet_tags": [
- "python.example_code.s3.PutObjectRetention"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectRetention",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectRetention"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7812,337 +675,22 @@
{
"id": "s3_Scenario_UsingLargeFiles",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Call functions that transfer files to and from an S3 bucket using the S3TransferManager.",
- "snippet_tags": [
- "s3.tm.java2.downloadtodirectory.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an entire local directory.",
- "snippet_tags": [
- "s3.tm.java2.uploadadirectory.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a single file.",
- "snippet_tags": [
- "s3.tm.java2.uploadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The code examples use the following imports.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3 Transfer Manager on top of the &AWS; CRT-based S3 client to transparently perform a multipart upload when the size of the content exceeds a threshold. The default threshold size is 8 MB.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.transferManager"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3Client API to perform a multipart upload.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.s3Client"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3AsyncClient API with multipart support enabled to perform a multipart upload.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.s3AsyncClient"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Call functions that transfer files to and from an S3 bucket using the &S3; TransferUtility.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.GlobalUsings",
- "S3.dotnetv3.TransferUtilityBasics.Main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a single file.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.UploadSingleFileAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an entire local directory.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.UploadFullDirectoryAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download a single file.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.DownloadSingleFileAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download contents of an S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.DownloadS3DirectoryAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Track the progress of an upload using the TransferUtility.",
- "snippet_tags": [
- "S3.dotnetv3.TrackMPUUsingHighLevelAPIExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object with encryption.",
- "snippet_tags": [
- "S3.dotnetv3.SSECLowLevelMPUcopyObjectExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that use upload and download managers to break the data into parts and transfer them concurrently.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.Upload",
- "gov2.s3.Download"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario that shows you how to use the upload and download managers in context.",
- "snippet_tags": [
- "gov2.s3.Scenario_LargeObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that transfer files using several of the available transfer manager settings. Use a callback class to write callback progress during file transfer.",
- "snippet_tags": [
- "S3.Python.s3_file_transfer.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Demonstrate the transfer manager functions and report results.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_FileTransfer_Demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/file_transfer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.s3.large_files.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a large file.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.multipartupload"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download a large file.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.multipartdownload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Upload or download large files to and from &S3; using an &AWS; SDK",
+ "languages": [],
+ "title": "Upload or download large files to and from Amazon S3 using an AWS SDK",
"title_abbrev": "Upload or download large files",
- "synopsis": "upload or download large files to and from &S3;.",
+ "synopsis": "upload or download large files to and from Amazon S3.",
"category": "Scenarios",
"guide_topic": {
"title": "Uploading an object using multipart upload",
"url": "AmazonS3/latest/userguide/mpu-upload-object.html"
},
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8150,47 +698,19 @@
{
"id": "s3_Scenario_BatchObjectVersioning",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_S3BatchObjectVersioning_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/s3/s3_versioning",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage versioned &S3; objects in batches with a &LAM; function using an &AWS; SDK",
- "title_abbrev": "Manage versioned objects in batches with a &LAM; function",
- "synopsis": "manage versioned S3 objects in batches with a &LAM; function.",
+ "languages": [],
+ "title": "Manage versioned Amazon S3 objects in batches with a Lambda function using an AWS SDK",
+ "title_abbrev": "Manage versioned objects in batches with a Lambda function",
+ "synopsis": "manage versioned S3 objects in batches with a Lambda function.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8198,552 +718,19 @@
{
"id": "s3_Scenario_PresignedUrl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a presigned URL that can perform an &S3; action for a limited time.",
- "snippet_tags": [
- "S3.dotnetv3.GenPresignedUrlExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a presigned URL and perform an upload using that URL.",
- "snippet_tags": [
- "S3.dotnetv3.UploadUsingPresignedURLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The following shows three example of how to create presigned URLs and use the URLs with\n HTTP client libraries:\n\n \n An HTTP GET request that uses the URL with three HTTP client libraries\n \n \n An HTTP PUT request with metadata in headers that uses the URL with three HTTP client\n libraries\n \n \n An HTTP PUT request with query parameters that uses the URL with one HTTP client\n library\n \n \n Generate a pre-signed URL for an object, then download it (GET request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download the object by using any one of the following three approaches.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use JDK HttpURLConnection
(since v1.1) class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.basichttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use JDK HttpClient
(since v11) class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.jdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; SDK for Java SdkHttpClient
class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file object by using any one of the following three approaches.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the JDK HttpURLConnection
(since v1.1) class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.basichttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the JDK HttpClient
(since v11) class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.jdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a presigned URL that can perform an S3 action for a limited time. Use the Requests package to make a request with the URL.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_GeneratePresignedUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a presigned POST request to upload a file.",
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.Scenario_GeneratePresignedPost"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap S3 presigning actions.",
- "snippet_tags": [
- "gov2.s3.Presigner.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive example that generates and uses presigned URLs to upload, download, and delete an S3 object.",
- "snippet_tags": [
- "gov2.s3.Scenario_Presigning.imports",
- "gov2.s3.Scenario_Presigning"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define an HTTP request wrapper used by the example to make HTTP requests.",
- "snippet_tags": [
- "gov2.s3.IHttpRequester.helper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a presigned URL to upload an object to a bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.presignedurlv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a presigned URL to download an object from a bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.getpresignedurlv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-create-presigendurl",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.ruby.upload_object_presigned_url.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a GetObject
presigned request and use the URL to download an object.",
- "snippet_tags": [
- "s3.kotlin.presign_getObject.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a GetObject
presigned request with advanced options.",
- "snippet_tags": [
- "s3.kotlin.presign_getObjectMoreOptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a PutObject
presigned request and use it to upload an object.",
- "snippet_tags": [
- "s3.kotlin.presign_putObject.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": "sdk-for-kotlin/latest/developer-guide/presign-requests.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create presigning requests to GET S3 objects.",
- "snippet_tags": [
- "s3.rust.get-object-presigned"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create presigning requests to PUT S3 objects.",
- "snippet_tags": [
- "s3.rust.put-object-presigned"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a pre-signed URL to download an object.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download using libcurl.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.GetObjectDownload"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL to upload an object.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload using libcurl.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.PutObjectUpload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.php.presigned_url.complete",
- "php.example_code.s3.service.S3Service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a presigned URL for &S3; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a presigned URL for Amazon S3 using an AWS SDK",
"title_abbrev": "Create a presigned URL",
"synopsis": "create a presigned URL for Amazon S3 and upload an object.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8751,72 +738,19 @@
{
"id": "s3_Scenario_ObjectVersioningUsage",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap S3 actions.",
- "snippet_tags": [
- "s3.python.versioning.create_versioned_bucket",
- "s3.python.versioning.rollback_object",
- "s3.python.versioning.revive_object",
- "s3.python.versioning.permanently_delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the stanza of a poem to a versioned object and perform a series of actions on it.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_ObjectVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_versioning",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Work with &S3; versioned objects using an &AWS; SDK",
+ "languages": [],
+ "title": "Work with Amazon S3 versioned objects using an AWS SDK",
"title_abbrev": "Work with versioned objects",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CreateBucket",
- "DeleteObject",
- "ListObjectVersions",
- "PutBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectVersioningUsage_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a versioned S3 bucket.",
@@ -8830,556 +764,19 @@
{
"id": "s3_Scenario_GettingStarted",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/S3_Basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "A scenario example.",
- "snippet_tags": [
- "s3.java2.s3_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class that contains the operations.",
- "snippet_tags": [
- "s3.java2.s3_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "First, import all the necessary modules.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.imports"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The preceding imports reference some helper utilities. These utilities are local to the GitHub repository linked at the start of this section. For your reference, see the following implementations of those utilities.",
- "snippet_tags": [
- "javascript.v3.utils.dirnameFromMetaUrl",
- "javascript.v3.utils.prompter",
- "javascript.v3.utils.wrapText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Objects in S3 are stored in 'buckets'. Let's define a function for creating a new bucket.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Buckets contain 'objects'. This function uploads the contents of a directory to your bucket as objects.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "After uploading objects, check to confirm that they were uploaded correctly. You can use ListObjects for that. You'll be using the 'Key' property, but there are other useful properties in the response also.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sometimes you might want to copy an object from one bucket to another. Use the CopyObject command for that.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "There's no SDK method for getting multiple objects from a bucket. Instead, you'll create a list of objects to download and iterate over them.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "It's time to clean up your resources. A bucket must be empty before it can be deleted. These two functions empty and delete the bucket.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.clean"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The 'main' function pulls everything together. If you run this file directly the main function will be called.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.s3_operations.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a struct that wraps bucket and object actions used by the scenario.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario that shows you how to work with S3 buckets and objects.",
- "snippet_tags": [
- "gov2.s3.Scenario_GetStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the binary crate which runs the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/s3/src/bin/s3-getting-started.rs"
- ],
- "genai": "none"
- },
- {
- "description": "Common actions used by the scenario.",
- "snippet_tags": [
- "s3.rust.create_bucket",
- "s3.rust.upload_object",
- "s3.rust.download_object",
- "s3.rust.copy_object",
- "s3.rust.list_objects",
- "s3.rust.clear_bucket",
- "s3.rust.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.getting_started_with_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.example"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.getting_started_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &S3; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.s3.CreateBucket",
- "aws-cli.bash-linux.s3.PutObject",
- "aws-cli.bash-linux.s3.GetObject",
- "aws-cli.bash-linux.s3.CopyObject",
- "aws-cli.bash-linux.s3.ListObjects",
- "aws-cli.bash-linux.s3.DeleteObjects",
- "aws-cli.bash-linux.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListObjectsV2",
- "DeleteBucket",
- "DeleteObjects",
- "PutObject",
- "CopyObject",
- "GetObject",
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a bucket and upload a file to it.",
@@ -9393,170 +790,19 @@
{
"id": "s3_Scenario_ConditionalRequests",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &S3; conditional requests.",
- "snippet_tags": [
- "python.example_code.s3.S3ConditionalRequests.scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "A wrapper class that defines the conditional request operations.",
- "snippet_tags": [
- "python.example_code.s3.S3ConditionalRequests.wrapper"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/scenarios/conditional_requests",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &S3; conditional request features.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for S3 functions.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.S3ActionsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ConditionalRequestsScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Entrypoint for the workflow (index.js). This orchestrates all of the steps.\nVisit GitHub to see the implementation details for Scenario, ScenarioInput, ScenarioOutput, and ScenarioAction.\n",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Output welcome messages to the console (welcome.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/welcome.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Deploy buckets and objects (setup.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/setup.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get, copy, and put objects using S3 conditional requests (repl.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/repl.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Destroy all created resources (clean.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/clean.steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3/scenarios/conditional-requests",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Make &S3; conditional requests using an &AWS; SDK",
+ "languages": [],
+ "title": "Make Amazon S3 conditional requests using an AWS SDK",
"title_abbrev": "Make conditional requests",
- "synopsis": "add preconditions to &S3; requests.",
+ "synopsis": "add preconditions to Amazon S3 requests.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObject",
- "CopyObject",
- "PutObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
index fd6f2ce635e..678f52b627a 100644
--- a/python/example_code/scheduler/examples_catalog.json
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "scheduler_hello",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.HelloScheduler"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &EVS;",
- "title_abbrev": "Hello &EVS;",
- "synopsis": "get started using &EVS;.",
+ "languages": [],
+ "title": "Hello EventBridge Scheduler",
+ "title_abbrev": "Hello EventBridge Scheduler",
+ "synopsis": "get started using EventBridge Scheduler.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "ListSchedules"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "scheduler_CreateSchedule",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.create.schedule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.CreateSchedule"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.CreateSchedule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSchedule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "CreateSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateSchedule_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "scheduler_CreateScheduleGroup",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.create.schedule.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.CreateScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.CreateScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateScheduleGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "CreateScheduleGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateScheduleGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "scheduler_DeleteSchedule",
"file": "scheduler_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.DeleteSchedule"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.DeleteSchedule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.delete.schedule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteSchedule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteSchedule_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "scheduler_DeleteScheduleGroup",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.delete.schedule.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.DeleteScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.DeleteScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteScheduleGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteScheduleGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteScheduleGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,154 +103,26 @@
{
"id": "scheduler_ScheduledEventsScenario",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "scheduler.javav2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "scheduler.javav2.actions.main"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "Scheduler.dotnetv3.SchedulerWorkflow"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "Scheduler.dotnetv3.SchedulerWrapper"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.scheduler.FeatureScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "SchedulerWrapper class that wraps &EVlong; Scheduler actions.",
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A complete &EVS; Scheduled Events scenario using an &AWS; SDK",
+ "languages": [],
+ "title": "A complete EventBridge Scheduler Scheduled Events scenario using an AWS SDK",
"title_abbrev": "Scheduled Events",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteScheduleGroups",
- "CreateScheduleGroup",
- "CreateSchedule",
- "DeleteSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_ScheduledEventsScenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Deploy a &CFN; stack with required resources.",
- "Create a &EVS; schedule group.",
- "Create a one-time &EVS; schedule with a flexible time window.",
- "Create a recurring &EVS; schedule with a specified rate.",
- "Delete &EVS; the schedule and schedule group.",
+ "Deploy a CloudFormation stack with required resources.",
+ "Create a EventBridge Scheduler schedule group.",
+ "Create a one-time EventBridge Scheduler schedule with a flexible time window.",
+ "Create a recurring EventBridge Scheduler schedule with a specified rate.",
+ "Delete EventBridge Scheduler the schedule and schedule group.",
"Clean up resources and delete the stack."
],
"source_key": null
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
index fd1f20039b0..018e74f59c5 100644
--- a/python/example_code/secretsmanager/examples_catalog.json
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -46,16 +18,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,244 +26,19 @@
{
"id": "secrets-manager_GetSecretValue",
"file": "secrets-manager_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SecretsManager.dotnetv3.GetSecretValueExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SecretsManager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.kotlin.get_secret.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.java2.get_secret.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.GetSecretValue.full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.rust.get-secret-value"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.secrets_manager.get_secret_value"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.secretsmanager.actions.GetSecretValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSecretValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "secrets-manager": {
- "__set__": [
- "GetSecretValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -308,58 +46,19 @@
{
"id": "secrets-manager_BatchGetSecretValue",
"file": "secrets-manager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.BatchGetSecretValue.full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchGetSecretValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "secrets-manager": {
- "__set__": [
- "BatchGetSecretValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
index 1649eb8b08c..ab1d2753126 100644
--- a/python/example_code/ses/examples_catalog.json
+++ b/python/example_code/ses/examples_catalog.json
@@ -3,126 +3,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -130,64 +18,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -195,117 +26,20 @@
{
"id": "cross_DynamoDBDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/DynamoDbItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/dynamodb_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a web application to track &DDB; data",
- "title_abbrev": "Create a web application to track &DDB; data",
- "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "dynamodb",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -313,143 +47,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -457,59 +69,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -518,24 +85,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -543,215 +93,19 @@
{
"id": "ses_SendEmail",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.SendEmailAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.sendmessage.request.main",
- "ses.java2.sendmessageattachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.email.sendEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.send_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "SendEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -759,183 +113,19 @@
{
"id": "ses_SendTemplatedEmail",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.SendTemplateEmailAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.sendmessage.template.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.email.sendTemplatedEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendTemplatedEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "SendTemplatedEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -943,90 +133,19 @@
{
"id": "ses_VerifyDomainIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyDomainIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.verifyDomainIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifyDomainIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyDomainIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1034,183 +153,19 @@
{
"id": "ses_VerifyEmailIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.VerifyEmailIdentityAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.verifyEmailIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.VerifyEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.send_verification"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifyEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1218,121 +173,19 @@
{
"id": "ses_GetIdentityVerificationAttributes",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.GetIdentityStatusAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.GetIdentityVerificationAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.list_identities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetIdentityVerificationAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "GetIdentityVerificationAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1340,152 +193,19 @@
{
"id": "ses_DeleteIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.DeleteIdentityAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.DeleteIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.deleteIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1493,214 +213,19 @@
{
"id": "ses_ListIdentities",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.ListIdentitiesAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.identities.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.listIdentitiesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.list_identities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListIdentities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListIdentities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1708,121 +233,19 @@
{
"id": "ses_CreateReceiptFilter",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.CreateReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.createReceiptFilterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptFilter",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptFilter"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1830,121 +253,19 @@
{
"id": "ses_ListReceiptFilters",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.ListReceiptFilters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.listReceiptFiltersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.ListReceiptFilters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListReceiptFilters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListReceiptFilters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1952,121 +273,19 @@
{
"id": "ses_DeleteReceiptFilter",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.deleteReceiptFilterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptFilter",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptFilter"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptFilter_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2074,121 +293,19 @@
{
"id": "ses_CreateReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.CreateReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.createReceiptRuleSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2196,122 +313,19 @@
{
"id": "ses_CreateReceiptRule",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &S3; bucket where &SES; can put copies of incoming emails and create a rule that copies incoming email to the bucket for a specific list of recipients.",
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.helper.create_bucket_for_copy",
- "python.example_code.ses.CreateReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.createReceiptRuleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2319,59 +333,19 @@
{
"id": "ses_DescribeReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DescribeReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DescribeReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2379,121 +353,19 @@
{
"id": "ses_DeleteReceiptRule",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.deleteReceiptRuleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2501,121 +373,19 @@
{
"id": "ses_DeleteReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.deleteReceiptRuleSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2623,152 +393,19 @@
{
"id": "ses_CreateTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.CreateEmailTemplateAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.CreateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.createTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2776,152 +413,19 @@
{
"id": "ses_DeleteTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.DeleteEmailTemplateAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.DeleteTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.deleteTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2929,121 +433,19 @@
{
"id": "ses_GetTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.GetTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.getTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.GetTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "GetTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3051,152 +453,19 @@
{
"id": "ses_ListTemplates",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.ListEmailTemplatesAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.list.templates.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.ListTemplates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.listTemplatesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTemplates",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListTemplates"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListTemplates_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3204,121 +473,19 @@
{
"id": "ses_UpdateTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.updateTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "UpdateTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3326,56 +493,19 @@
{
"id": "ses_Scenario_GenerateSmtpCredentials",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.python.ses_generate_smtp_credentials.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate credentials to connect to an &SES; SMTP endpoint",
+ "languages": [],
+ "title": "Generate credentials to connect to an Amazon SES SMTP endpoint",
"title_abbrev": "Generate credentials to connect to an SMTP endpoint",
- "synopsis": "generate credentials to connect to an &SES; SMTP endpoint.",
+ "synopsis": "generate credentials to connect to an Amazon SES SMTP endpoint.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3383,175 +513,44 @@
{
"id": "ses_Scenario_SendEmail",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Verify an email address with &SES; and send messages.",
- "snippet_tags": [
- "python.example_code.ses.Scenario_SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; identity actions.",
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyDomainIdentity",
- "python.example_code.ses.VerifyEmailIdentity",
- "python.example_code.ses.helper.wait_until_identity_exists",
- "python.example_code.ses.GetIdentityVerificationAttributes",
- "python.example_code.ses.DeleteIdentity",
- "python.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; template actions.",
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.CreateTemplate",
- "python.example_code.ses.DeleteTemplate",
- "python.example_code.ses.GetTemplate",
- "python.example_code.ses.ListTemplates",
- "python.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; email actions.",
- "snippet_tags": [
- "python.example_code.ses.SesDestination",
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendEmail",
- "python.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Verify an email identity and send messages with &SES; using an &AWS; SDK",
+ "languages": [],
+ "title": "Verify an email identity and send messages with Amazon SES using an AWS SDK",
"title_abbrev": "Verify an email identity and send messages",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity",
- "CreateTemplate",
- "DeleteTemplate",
- "ListIdentities",
- "UpdateTemplate",
- "VerifyDomainIdentity",
- "ListTemplates",
- "SendTemplatedEmail",
- "SendEmail",
- "DeleteIdentity",
- "GetTemplate",
- "GetIdentityVerificationAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Add and verify an email address with &SES;.",
+ "Add and verify an email address with Amazon SES.",
"Send a standard email message.",
"Create a template and send a templated email message.",
- "Send a message by using an &SES; SMTP server."
+ "Send a message by using an Amazon SES SMTP server."
],
"source_key": null
},
{
"id": "ses_Scenario_ReplicateIdentities",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.python.ses_replicateidentities.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Copy &SES; email and domain identities from one &AWS; Region to another using an &AWS; SDK",
+ "languages": [],
+ "title": "Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK",
"title_abbrev": "Copy email and domain identities across Regions",
- "synopsis": "copy &SES; email and domain identities from one &AWS; Region to another. When domain identities are managed by &R53;, verification records are copied to the domain for the destination Region.",
+ "synopsis": "copy Amazon SES email and domain identities from one AWS Region to another. When domain identities are managed by Route 53, verification records are copied to the domain for the destination Region.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity",
- "ListIdentities",
- "VerifyDomainIdentity",
- "SetIdentityNotificationTopic",
- "VerifyDomainDkim"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sesv2/examples_catalog.json b/python/example_code/sesv2/examples_catalog.json
index 21713983381..4eab0c28016 100644
--- a/python/example_code/sesv2/examples_catalog.json
+++ b/python/example_code/sesv2/examples_catalog.json
@@ -3,153 +3,19 @@
{
"id": "sesv2_CreateContactList",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.create-contact-list"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateContactList"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -157,153 +23,19 @@
{
"id": "sesv2_CreateContact",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.create-contact"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateContact",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateContact"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -311,153 +43,19 @@
{
"id": "sesv2_ListContacts",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.list-contacts"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListContacts",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "ListContacts"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -465,210 +63,19 @@
{
"id": "sesv2_SendEmail",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.SendEmail"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message.",
- "snippet_tags": [
- "ses.java2.sendmessage.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sends a message using a template.",
- "snippet_tags": [
- "sesv2.java2.newsletter.SendEmail.template"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message to all members of the contact list.",
- "snippet_tags": [
- "ses.rust.send-email"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sends a message to all members of the contact list using a template.",
- "snippet_tags": [
- "sesv2.rust.send-email.template"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v2.send_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message to all members of the contact list.",
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.SendEmail.simple"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Sends a message to all members of the contact list using a template.",
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.SendEmail.template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "SendEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -676,153 +83,19 @@
{
"id": "sesv2_CreateEmailIdentity",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-email-identity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -830,153 +103,19 @@
{
"id": "sesv2_CreateEmailTemplate",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateEmailTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -984,153 +123,19 @@
{
"id": "sesv2_DeleteContactList",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-contact-list"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteContactList"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1138,153 +143,19 @@
{
"id": "sesv2_DeleteEmailIdentity",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-email-identity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1292,153 +163,19 @@
{
"id": "sesv2_DeleteEmailTemplate",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteEmailTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1446,195 +183,19 @@
{
"id": "sesv2_NewsletterWorkflow",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "SESWorkflow.dotnetv3.NewsletterWorkflow"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContactList",
- "sesv2.java2.newsletter.CreateContact",
- "sesv2.java2.newsletter.ListContacts",
- "sesv2.java2.newsletter.SendEmail.template",
- "sesv2.java2.newsletter.CreateEmailIdentity",
- "sesv2.java2.newsletter.CreateEmailTemplate",
- "sesv2.java2.newsletter.DeleteContactList",
- "sesv2.java2.newsletter.DeleteEmailIdentity",
- "sesv2.java2.newsletter.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContactList",
- "python.example_code.sesv2.CreateContact",
- "python.example_code.sesv2.ListContacts",
- "python.example_code.sesv2.SendEmail.simple",
- "python.example_code.sesv2.SendEmail.template",
- "python.example_code.sesv2.CreateEmailIdentity",
- "python.example_code.sesv2.CreateEmailTemplate",
- "python.example_code.sesv2.DeleteContactList",
- "python.example_code.sesv2.DeleteEmailIdentity",
- "python.example_code.sesv2.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-contact-list",
- "sesv2.rust.create-contact",
- "sesv2.rust.list-contacts",
- "sesv2.rust.send-email.template",
- "sesv2.rust.create-email-identity",
- "sesv2.rust.create-email-template",
- "sesv2.rust.delete-contact-list",
- "sesv2.rust.delete-email-identity",
- "sesv2.rust.delete-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A complete &SESv2; Newsletter scenario using an &AWS; SDK",
+ "languages": [],
+ "title": "A complete Amazon SES v2 API Newsletter scenario using an AWS SDK",
"title_abbrev": "Newsletter scenario",
- "synopsis": "run the &SESv2; newsletter scenario.",
+ "synopsis": "run the Amazon SES v2 API newsletter scenario.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "SendEmail.template",
- "ListContacts",
- "CreateContactList",
- "CreateContact",
- "SendEmail.simple",
- "DeleteEmailTemplate",
- "DeleteEmailIdentity",
- "DeleteContactList",
- "CreateEmailTemplate",
- "CreateEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
index ee1a47133a1..51e10c175cc 100644
--- a/python/example_code/sns/examples_catalog.json
+++ b/python/example_code/sns/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,70 +27,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -160,32 +42,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -193,73 +50,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -268,32 +66,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -301,59 +74,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -362,24 +90,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -387,315 +98,19 @@
{
"id": "sns_ListSubscriptions",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.ListSNSSubscriptionsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.list_subscriptions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.list_subscriptions.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.ListSubscriptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.ListSubscriptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.listSubscriptionsByTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topicsgetttopicattributes",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.ListSubscriptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.showSubscription"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-subscriptions.html",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.list_subscriptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSubscriptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "ListSubscriptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -703,408 +118,19 @@
{
"id": "sns_ListTopics",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.ListSNSTopicsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.list_topics.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.list_topics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.ListTopics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.ListTopics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.listTopicsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-listtopics",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.ListTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.showTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-topics.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.list-topics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.ListTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.list_topics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTopics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "ListTopics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1112,417 +138,19 @@
{
"id": "sns_CreateTopic",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a topic with a specific name.",
- "snippet_tags": [
- "SNS.dotnetv3.CreateSNSTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a new topic with a name and specific FIFO and de-duplication attributes.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.create_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.CreateTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.CreateTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.createTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-createtopic",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.create_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-managing-topics.html#create-a-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.createTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-topic.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.create-topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.create_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1530,347 +158,19 @@
{
"id": "sns_DeleteTopic",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a topic by its topic ARN.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.delete_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.DeleteTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.DeleteTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.deleteTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-deletetopic",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.delete_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.delete_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "DeleteTopic"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1878,454 +178,19 @@
{
"id": "sns_Publish",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Publish a message to a topic.",
- "snippet_tags": [
- "SNS.dotnetv3.PublishToSNSTopicExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message to a topic with group, duplication, and attribute options.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.PublishWithOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Apply the user's selections to the publish action.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.publish_to_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message with an attribute.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes",
- "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.PublishTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.PublishTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.publishMessagesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message to a topic with group, duplication, and attribute options.",
- "snippet_tags": [
- "javascript.v3.wkflw.topicsandqueues.publish-messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-publishing-messages.html",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.publish_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#publish-a-message-to-an-sns-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Publish a message with attributes so that a subscription can filter based on attributes.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_MessageAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message that takes different forms based on the protocol of the subscriber.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_MessageStructure"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.sendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-send-message.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.sns-hello-world"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.publish_to_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Publish",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Publish"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2333,214 +198,19 @@
{
"id": "sns_PublishTextSMS",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.SNSMessageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.publish_sms.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.PublishTextSMS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.PublishTextSMS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.publish_text_SMS.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-sending-sms.html#publish-to-a-text-message-sms-message",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_TextMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Publish an &SNS; SMS text message using an &AWS; SDK",
+ "languages": [],
+ "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
"title_abbrev": "Publish an SMS text message",
- "synopsis": "publish SMS messages using &SNS;.",
+ "synopsis": "publish SMS messages using Amazon SNS.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Publish"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2548,90 +218,19 @@
{
"id": "sns_SetSubscriptionAttributes",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.message_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.SetSubscriptionAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetSubscriptionAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "SetSubscriptionAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2639,534 +238,19 @@
{
"id": "sns_Subscribe",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "SNS.dotnetv3.TopicSubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a queue to a topic with optional filters.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_email.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a mobile application to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_app.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_lamda.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an SQS queue to a topic.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue1",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe with a filter to a topic.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe a queue to a topic with optional filters.",
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.kotlin.SubscribeEmail.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.kotlin.SubscribeLambda.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.SubscribeEmail.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an HTTP endpoint to a topic.",
- "snippet_tags": [
- "sns.java2.SubscribeHTTPS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.java2.SubscribeLambda.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a mobile application to a topic.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeAppV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeLambdaV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an SQS queue to a topic.",
- "snippet_tags": [
- "javascript.v3.sns.actions.subscribe-queue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe with a filter to a topic.",
- "snippet_tags": [
- "javascript.v3.sns.actions.subscribe-queue-filtered"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-subscribing-email",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.php.subscribe_email.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an HTTP endpoint to a topic.",
- "snippet_tags": [
- "sns.php.subscribe_HTTPS.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.Ruby.createSubscription"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-subscription.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.rust.sns-hello-world"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "swift.sns.SubscribeEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a phone number to a topic to receive notifications by SMS.",
- "snippet_tags": [
- "swift.sns.SubscribeSMS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.abapv1.subscribe_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Subscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Subscribe"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3174,315 +258,19 @@
{
"id": "sns_Unsubscribe",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Unsubscribe from a topic by a subscription ARN.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.unsubscribe.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.Unsubscribe.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.Unsubscribe.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.unsubscribeV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-unsubscribing",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.unsubscribe.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#unsubscribe-from-a-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Unsubscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Unsubscribe"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3490,130 +278,20 @@
{
"id": "sns_PublishFifoTopic",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
- "snippet_tags": [
- "sns.java2.PriceUpdateExample.display"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
- "snippet_tags": [
- "python.example_code.sns.Scenario_SubscribeFifoTopic",
- "python.example_code.sns.FifoTopicWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
- "snippet_tags": [
- "sns.abapv1.publish_message_to_fifo_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
"title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic",
- "Subscribe",
- "Publish"
- ]
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
index 43c6635c2a8..0b70c1a9eeb 100644
--- a/python/example_code/sqs/examples_catalog.json
+++ b/python/example_code/sqs/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -46,16 +18,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +26,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -124,24 +42,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -149,59 +50,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -210,24 +66,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -235,130 +74,20 @@
{
"id": "sns_PublishFifoTopic",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
- "snippet_tags": [
- "sns.java2.PriceUpdateExample.display"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
- "snippet_tags": [
- "python.example_code.sns.Scenario_SubscribeFifoTopic",
- "python.example_code.sns.FifoTopicWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
- "snippet_tags": [
- "sns.abapv1.publish_message_to_fifo_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
"title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic",
- "Subscribe",
- "Publish"
- ]
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -366,394 +95,19 @@
{
"id": "sqs_CreateQueue",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a queue with a specific name.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue and send a message to it.",
- "snippet_tags": [
- "SQS.dotnetv3.CreateSendExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.create_queue.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.abapv1.create_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue that waits for a message to arrive.",
- "snippet_tags": [
- "sqs.abapv1.long_polling_on_create_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.createQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue with long polling.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.createQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.createQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue that waits for a message to arrive.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.createQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.CreateQueue.config",
- "cpp.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "CreateQueue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -761,237 +115,19 @@
{
"id": "sqs_GetQueueUrl",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SQS.dotnetv3.GetQueueUrlExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.get_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.GetQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.get_queue_url"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the URL for an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.getQueueUrlV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the URL for an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.getQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.GetQueueUrl.config",
- "cpp.example_code.sqs.GetQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetQueueUrl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "GetQueueUrl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -999,361 +135,19 @@
{
"id": "sqs_ListQueues",
"file": "sqs_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.list_queues.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.list_queues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.ShowQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve the first &SQS; queue listed in the Region.",
- "snippet_tags": [
- "sqs.rust.sqs-list-first"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.list_queues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List your &SQS; queues.",
- "snippet_tags": [
- "sqs.JavaScript.queues.listQueuesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List your &SQS; queues.",
- "snippet_tags": [
- "sqs.JavaScript.queues.listQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.ListQueues.config",
- "cpp.example_code.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListQueues",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "ListQueues"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1361,362 +155,19 @@
{
"id": "sqs_DeleteQueue",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a queue by using its URL.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.del_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.delete_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.delete_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.deleteQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.deleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.DeleteQueue.config",
- "cpp.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteQueue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1724,338 +175,19 @@
{
"id": "sqs_SendMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; queue and send a message to it.",
- "snippet_tags": [
- "SQS.dotnetv3.CreateSendExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.send_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Two examples of the SendMessage
operation follow: \n \n Send a message with a body and a delay\n \n \n Send a message with a body and message attributes\n \n Send a message with a body and a delay.",
- "snippet_tags": [
- "sqs.java2.send_recieve_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a message with a body and message attributes.",
- "snippet_tags": [
- "sqs.java2.message_attributes.create"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.rust.sqs-send"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.send_message"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a message to an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.sendMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a message to an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.sendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.SendMessage.config",
- "cpp.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "SendMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2063,120 +195,19 @@
{
"id": "sqs_SendMessageBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.send__multiple_messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.SendMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.SendMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "SendMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2184,417 +215,19 @@
{
"id": "sqs_ReceiveMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive messages from a queue by using its URL.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue, and then delete the message.",
- "snippet_tags": [
- "SQS.dotnetv3.ReceiveDeleteExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.get_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.retrieve_messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.ReceiveMessages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.rust.sqs-receive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue.",
- "snippet_tags": [
- "sqs.abapv1.receive_message"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.abapv1.long_polling_on_msg_receipt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.receiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-enable-long-polling.html#sqs-examples-enable-long-polling-on-receive-message",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.ReceiveMessage.config",
- "cpp.example_code.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReceiveMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "ReceiveMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2602,237 +235,19 @@
{
"id": "sqs_DeleteMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue and then delete the message.",
- "snippet_tags": [
- "SQS.dotnetv3.ReceiveDeleteExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.del_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.delete_message"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive and delete &SQS; messages.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive and delete &SQS; messages.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-receiving",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.DeleteMessage.config",
- "cpp.example_code.sqs.DeleteMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2840,216 +255,19 @@
{
"id": "sqs_DeleteMessageBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sqs_client",
- "cpp.example_code.cross-service.topics_and_queues.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cross-service/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3057,76 +275,22 @@
{
"id": "sqs_Scenario_SendReceiveBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions to wrap &SQS; message functions.",
- "snippet_tags": [
- "python.example_code.sqs.message_wrapper_imports",
- "python.example_code.sqs.SendMessageBatch",
- "python.example_code.sqs.ReceiveMessage",
- "python.example_code.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to send and receive messages in batches.",
- "snippet_tags": [
- "python.example_code.sqs.Scenario_SendReceiveBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Send and receive batches of messages with &SQS; using an &AWS; SDK",
+ "languages": [],
+ "title": "Send and receive batches of messages with Amazon SQS using an AWS SDK",
"title_abbrev": "Send and receive batches of messages",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteQueue",
- "DeleteMessageBatch",
- "ReceiveMessage",
- "CreateQueue",
- "SendMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &SQS; queue.",
+ "Create an Amazon SQS queue.",
"Send batches of messages to the queue.",
"Receive batches of messages from the queue.",
"Delete batches of messages from the queue."
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
index f5a2055af14..3bd37df7166 100644
--- a/python/example_code/ssm/examples_catalog.json
+++ b/python/example_code/ssm/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "ssm_Hello",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &SYS;",
- "title_abbrev": "Hello &SYS;",
- "synopsis": "get started using &SYS;.",
+ "languages": [],
+ "title": "Hello Systems Manager",
+ "title_abbrev": "Hello Systems Manager",
+ "synopsis": "get started using Systems Manager.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "ListDocuments"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "ssm_CreateOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createOpsItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.CreateOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "ssm_UpdateMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.update_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.updateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.UpdateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "UpdateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "ssm_CreateMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.CreateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "ssm_SendCommand",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.send_command.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.sendCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.SendCommand"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendCommand",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "SendCommand"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,90 +103,19 @@
{
"id": "ssm_ListCommandInvocations",
"file": "ssm_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.listCommandInvocations"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.ListCommandInvocations"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCommandInvocations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "ListCommandInvocations"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -703,121 +123,19 @@
{
"id": "ssm_CreateDocument",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.CreateDocument"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -825,121 +143,19 @@
{
"id": "ssm_DescribeOpsItems",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.describe_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.describeOpsItems"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.DescribeOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOpsItems",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DescribeOpsItems"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeOpsItems_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -947,59 +163,19 @@
{
"id": "ssm_DeleteOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.DeleteOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1007,121 +183,19 @@
{
"id": "ssm_DeleteMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.delete_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.deleteMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.DeleteMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1129,121 +203,19 @@
{
"id": "ssm_DeleteDocument",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.delete_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.deleteDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.DeleteDocument"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1251,121 +223,19 @@
{
"id": "ssm_UpdateOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.resolve_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.updateOpsItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.UpdateOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "UpdateOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1373,158 +243,19 @@
{
"id": "ssm_Scenario",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &SYS; SDK methods.",
- "snippet_tags": [
- "ssm.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ssm.Scenario_GetStartedSSM"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps document and command actions.",
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps ops item actions.",
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps maintenance window actions.",
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateOpsItem",
- "ListCommandInvocations",
- "DeleteMaintenanceWindow",
- "SendCommand",
- "CreateDocument",
- "UpdateOpsItem",
- "CreateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a maintenance window.",
diff --git a/python/example_code/sts/examples_catalog.json b/python/example_code/sts/examples_catalog.json
index af3461639fc..2d97e5f3f84 100644
--- a/python/example_code/sts/examples_catalog.json
+++ b/python/example_code/sts/examples_catalog.json
@@ -3,340 +3,19 @@
{
"id": "sts_AssumeRole",
"file": "sts_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "STS.dotnetv3.AssumeRoleMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/STS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Assume an &IAM; role that requires an MFA token and use temporary credentials to list &S3; buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.sts.AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "javascript.v3.sts.client"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Assume the &IAM; role.",
- "snippet_tags": [
- "javascript.v3.sts.actions.AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sts",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.JavaScript.assumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.cpp.assume_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.java2.assume_role.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.swift.import",
- "iam.swift.basics.sts.assumerole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.rust.assume_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sts/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.sts.assume-role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssumeRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -344,58 +23,19 @@
{
"id": "sts_GetSessionToken",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get a session token by passing an MFA token and use it to list &S3; buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSessionToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "GetSessionToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetSessionToken_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -403,94 +43,23 @@
{
"id": "sts_Scenario_AssumeRoleMfa",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to list S3 buckets. The user has rights only to assume the role.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Show that assuming the role without an MFA token is not allowed.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_access_denied"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Assume the role that grants permission to list S3 buckets, passing the required MFA token, and show that buckets can be listed.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Assume an &IAM; role that requires an MFA token with &STS; using an &AWS; SDK",
- "title_abbrev": "Assume an &IAM; role that requires an MFA token",
- "synopsis": "assume a role that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "languages": [],
+ "title": "Assume an IAM role that requires an MFA token with AWS STS using an AWS SDK",
+ "title_abbrev": "Assume an IAM role that requires an MFA token",
+ "synopsis": "assume a role that requires an MFA token. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_AssumeRoleMfa_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants permission to list &S3; buckets.",
- "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Create an IAM role that grants permission to list Amazon S3 buckets.",
+ "Create an IAM user that has permission to assume the role only when MFA credentials are provided.",
"Register an MFA device for the user.",
"Assume the role and use temporary credentials to list S3 buckets."
],
@@ -499,86 +68,23 @@
{
"id": "sts_Scenario_ConstructFederatedUrl",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a role that grants read-only access to the current account's S3 resources.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a security token from the &AWS; federation endpoint and construct a URL that can be used to access the console with federated credentials.",
- "snippet_tags": [
- "iam.python.construct_federated_url"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Construct a URL with &STS; for federated users using an &AWS; SDK",
+ "languages": [],
+ "title": "Construct a URL with AWS STS for federated users using an AWS SDK",
"title_abbrev": "Construct a URL for federated users",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_ConstructFederatedUrl_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants read-only access to the current account's &S3; resources.",
- "Get a security token from the &AWS; federation endpoint.",
+ "Create an IAM role that grants read-only access to the current account's Amazon S3 resources.",
+ "Get a security token from the AWS federation endpoint.",
"Construct a URL that can be used to access the console with federated credentials."
],
"source_key": null
@@ -586,86 +92,23 @@
{
"id": "sts_Scenario_SessionTokenMfa",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to let the user list S3 buckets only when MFA credentials are used.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get temporary session credentials by passing an MFA token, and use the credentials to list S3 buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get a session token that requires an MFA token with &STS; using an &AWS; SDK",
+ "languages": [],
+ "title": "Get a session token that requires an MFA token with AWS STS using an AWS SDK",
"title_abbrev": "Get a session token that requires an MFA token",
- "synopsis": "get a session token that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "get a session token that requires an MFA token. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "GetSessionToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_SessionTokenMfa_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants permission to list &S3; buckets.",
- "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Create an IAM role that grants permission to list Amazon S3 buckets.",
+ "Create an IAM user that has permission to assume the role only when MFA credentials are provided.",
"Register an MFA device for the user.",
"Provide MFA credentials to get a session token and use temporary credentials to list S3 buckets."
],
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
index 5e17fc10fed..dc34b207ac1 100644
--- a/python/example_code/support/examples_catalog.json
+++ b/python/example_code/support/examples_catalog.json
@@ -3,182 +3,19 @@
{
"id": "support_Hello",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.HelloSupport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke `main()` to run the example.",
- "snippet_tags": [
- "javascript.v3.support.scenarios.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &SUP;",
- "title_abbrev": "Hello &SUP;",
- "synopsis": "get started using &SUP;.",
+ "languages": [],
+ "title": "Hello Support",
+ "title_abbrev": "Hello Support",
+ "synopsis": "get started using Support.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeServices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -186,183 +23,19 @@
{
"id": "support_AddAttachmentsToSet",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.add.attach.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.add.attach.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.AddAttachmentToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.AddAttachmentsToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.AddAttachmentToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddAttachmentsToSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "AddAttachmentsToSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddAttachmentsToSet_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -370,183 +43,19 @@
{
"id": "support_AddCommunicationToCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.add.attach.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.add.attach.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddCommunicationToCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "AddCommunicationToCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddCommunicationToCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -554,183 +63,19 @@
{
"id": "support_CreateCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.create.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.create.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "CreateCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_CreateCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -738,183 +83,19 @@
{
"id": "support_DescribeAttachment",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.des.attachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.des.attachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAttachment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeAttachment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeAttachment_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -922,183 +103,19 @@
{
"id": "support_DescribeCases",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.get.open.cases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.get.open.cases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeCases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1106,183 +123,19 @@
{
"id": "support_DescribeCommunications",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.list.comms.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.list.comms.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.javascriptv3.actions.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCommunications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeCommunications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCommunications_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1290,152 +143,19 @@
{
"id": "support_DescribeServices",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.display.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.display.services.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeServices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeServices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeServices",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeServices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeServices_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1443,183 +163,19 @@
{
"id": "support_DescribeSeverityLevels",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.display.sev.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.display.sev.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSeverityLevels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeSeverityLevels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeSeverityLevels_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1627,183 +183,19 @@
{
"id": "support_ResolveCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.resolve.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.resolve.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResolveCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "ResolveCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_ResolveCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1811,206 +203,19 @@
{
"id": "support_Scenario_GetStartedSupportCases",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run various &SUP; operations.",
- "snippet_tags": [
- "support.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "Support.dotnetv3.SupportBasics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for &SUP; actions.",
- "snippet_tags": [
- "Support.dotnetv3.SupportWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario in the terminal.",
- "snippet_tags": [
- "javascript.v3.support.scenarios.basic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.support.Scenario_GetStartedSupportCases"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps support client actions.",
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "CreateCase",
- "DescribeSeverityLevels",
- "AddAttachmentsToSet",
- "DescribeCommunications",
- "AddCommunicationToCase",
- "DescribeServices",
- "DescribeCases",
- "DescribeAttachment",
- "ResolveCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Scenario_GetStartedSupportCases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get and display available services and severity levels for cases.",
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
index 9bb95cacd0f..2c04467dd55 100644
--- a/python/example_code/textract/examples_catalog.json
+++ b/python/example_code/textract/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,55 +27,21 @@
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -145,121 +49,19 @@
{
"id": "textract_AnalyzeDocument",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "textract.java2._analyze_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.AnalyzeDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.analyze_document"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AnalyzeDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "AnalyzeDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -267,129 +69,19 @@
{
"id": "textract_DetectDocumentText",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detect text from an input document.",
- "snippet_tags": [
- "textract.java2._detect_doc_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detect text from a document located in an &S3; bucket.",
- "snippet_tags": [
- "textract.java2._detect_s3_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.DetectDocumentText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.detect_document_text"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectDocumentText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "DetectDocumentText"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -397,121 +89,19 @@
{
"id": "textract_StartDocumentAnalysis",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "textract.java2._start_doc_analysis.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an asynchronous job to analyze a document.",
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.StartDocumentAnalysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.start_document_analysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentAnalysis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "StartDocumentAnalysis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -519,90 +109,19 @@
{
"id": "textract_StartDocumentTextDetection",
"file": "textract_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an asynchronous job to detect text in a document.",
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.StartDocumentTextDetection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.start_document_text_detection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentTextDetection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "StartDocumentTextDetection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -610,90 +129,19 @@
{
"id": "textract_GetDocumentAnalysis",
"file": "textract_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.GetDocumentAnalysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.get_document_analysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDocumentAnalysis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "GetDocumentAnalysis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_GetDocumentAnalysis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/transcribe/examples_catalog.json b/python/example_code/transcribe/examples_catalog.json
index 2ab1b897f65..6730ec9562f 100644
--- a/python/example_code/transcribe/examples_catalog.json
+++ b/python/example_code/transcribe/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "transcribe_StartTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.StartTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.StartTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start a transcription job.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.createJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-start-transcription",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "StartTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,159 +23,19 @@
{
"id": "transcribe_ListTranscriptionJobs",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "transcribe.java-list-jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.ListTranscriptionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.ListTranscriptionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List transcription jobs.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.listJobsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-list-jobs",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTranscriptionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "ListTranscriptionJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -292,89 +43,19 @@
{
"id": "transcribe_GetTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.GetTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.GetTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -382,128 +63,19 @@
{
"id": "transcribe_DeleteTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.DeleteTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.DeleteTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a transcription job.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.deleteJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-delete-job",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "DeleteTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -511,89 +83,19 @@
{
"id": "transcribe_CreateVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.CreateVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.CreateVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "CreateVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -601,89 +103,19 @@
{
"id": "transcribe_ListVocabularies",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.ListCustomVocabularies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.ListVocabularies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListVocabularies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "ListVocabularies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -691,89 +123,19 @@
{
"id": "transcribe_GetVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.GetVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.GetVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -781,89 +143,19 @@
{
"id": "transcribe_UpdateVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.UpdateCustomVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.UpdateVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "UpdateVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -871,89 +163,19 @@
{
"id": "transcribe_DeleteVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.DeleteVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.DeleteVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "DeleteVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -961,104 +183,25 @@
{
"id": "transcribe_Scenario_GettingStartedTranscriptionJobs",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Transcribes a PCM file.",
- "snippet_tags": [
- "transcribe.java-streaming-demo-file.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Transcribes streaming audio from your computer's microphone.",
- "snippet_tags": [
- "transcribe.java-streaming-demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "transcribe.python.start-transcription-job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Transcribe audio and get job data with &TSC; using an &AWS; SDK",
+ "languages": [],
+ "title": "Transcribe audio and get job data with Amazon Transcribe using an AWS SDK",
"title_abbrev": "Transcribe audio and get job data",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Getting started with &TSC;",
+ "title": "Getting started with Amazon Transcribe",
"url": "transcribe/latest/dg/getting-started.html"
},
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "StartTranscriptionJob",
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Start a transcription job with &TSC;.",
+ "Start a transcription job with Amazon Transcribe.",
"Wait for the job to complete.",
"Get the URI where the transcript is stored."
],
@@ -1067,84 +210,23 @@
{
"id": "transcribe_Scenario_CustomVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Transcribe an audio file that contains a reading of Jabberwocky by Lewis Carroll. Start by creating functions that wrap &TSC; actions.",
- "snippet_tags": [
- "python.example_code.transcribe.StartTranscriptionJob",
- "python.example_code.transcribe.GetTranscriptionJob",
- "python.example_code.transcribe.DeleteTranscriptionJob",
- "python.example_code.transcribe.CreateVocabulary",
- "python.example_code.transcribe.GetVocabulary",
- "python.example_code.transcribe.UpdateVocabulary",
- "python.example_code.transcribe.ListVocabularies",
- "python.example_code.transcribe.DeleteVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call the wrapper functions to transcribe audio without a custom vocabulary and then with different versions of a custom vocabulary to see improved results.",
- "snippet_tags": [
- "python.example_code.transcribe.Scenario_CustomVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and refine an &TSC; custom vocabulary using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and refine an Amazon Transcribe custom vocabulary using an AWS SDK",
"title_abbrev": "Create and refine a custom vocabulary",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetVocabulary",
- "CreateVocabulary",
- "DeleteTranscriptionJob",
- "DeleteVocabulary",
- "UpdateVocabulary",
- "StartTranscriptionJob",
- "ListVocabularies",
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Upload an audio file to &S3;.",
- "Run an &TSC; job to transcribe the file and get the results.",
+ "Upload an audio file to Amazon S3.",
+ "Run an Amazon Transcribe job to transcribe the file and get the results.",
"Create and refine a custom vocabulary to improve transcription accuracy.",
"Run jobs with custom vocabularies and get the results."
],
From e24b6dbf377333f1511cb03979aa72755bd3c8eb Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Thu, 27 Mar 2025 13:21:04 -0500
Subject: [PATCH 03/13] Fix edge cases of duplicated services.
---
.github/workflows/catalog.yml | 2 +-
.tools/scanners/catalog_runner.py | 94 ++++++++++++++++++++++---------
.tools/scanners/config.py | 5 ++
3 files changed, 74 insertions(+), 27 deletions(-)
diff --git a/.github/workflows/catalog.yml b/.github/workflows/catalog.yml
index 4eebd6cb2f7..98b79e42dd4 100644
--- a/.github/workflows/catalog.yml
+++ b/.github/workflows/catalog.yml
@@ -30,6 +30,6 @@ jobs:
- name: Install dependencies
run: >-
python3 -m pip install -r .tools/scanners/requirements.txt
- - name: Check WRITEMEs
+ - name: Check Catalogs
run: >-
python3 .tools/scanners/catalog.py --check --diff
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index 024db1110b8..e2308ce6668 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -7,6 +7,7 @@
import os
import json
+from difflib import unified_diff
from pathlib import Path
from typing import Optional, Dict
from copy import deepcopy
@@ -21,6 +22,11 @@
def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ """
+ Processes the metadata for the scanner.
+ :param doc_gen: The documentation generator
+ :return: The populated scanner.
+ """
for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
doc_gen.process_metadata(path)
doc_gen.collect_snippets()
@@ -32,20 +38,22 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
return None
scanner = Scanner(doc_gen)
-
# Preload cross-content examples
scanner.load_crosses()
-
return scanner
def main():
- # Load all examples immediately for cross references. Trades correctness for speed.
+ """
+ Main entry point of the catalog generation.
+ """
+ # Load all examples immediately for cross-references. Trades correctness for speed.
doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
# To get the complete list, fill the missing fields.
doc_gen.fill_missing_fields()
- languages = ['Python:3'] # Currently enabled only for Python version 3.
+ # Currently enabled only for Python version 3. Add more languages to enable catalog generation.
+ languages = ['Python:3']
parser = argparse.ArgumentParser()
parser.add_argument(
"--languages",
@@ -111,20 +119,24 @@ def main():
id = f"{language}:{version}:{service}"
try:
renderer.set_example(service, language, int(version), False)
- service_folder_path = renderer.lang_config["service_folder"]
- logging.debug("Cataloging %s", id)
- catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
- logging.debug("Status %s", catalog_status)
-
- if catalog_status == RenderStatus.UPDATED:
- if args.dry_run:
- diff = None
- failed.append((id, diff))
- else:
- written.append(id)
- elif catalog_status == RenderStatus.UNCHANGED:
+ # Ignore folders that are duplicates due to service folder overrides.
+ if service in renderer.lang_config["service_folder_ignores"]:
+ logging.debug("Ignoring %s", id)
unchanged.append(id)
- pass
+ else:
+ service_folder_path = renderer.lang_config["service_folder"]
+ logging.debug("Cataloging %s", id)
+ catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
+ logging.debug("Status %s", catalog_status)
+
+ if catalog_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ failed.append(id)
+ else:
+ written.append(id)
+ elif catalog_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ pass
except FileNotFoundError as fnfe:
logging.debug(fnfe, exc_info=True)
skipped.append(id)
@@ -144,12 +156,7 @@ def main():
done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
print(done_list or "(None Written)")
if failed:
- if args.diff:
- failed_list = "\n".join(
- f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
- )
- else:
- failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ failed_list = "\n".join(f"Incorrect: {f}" for f in sorted(failed))
print(failed_list)
print("Rerun catalog.py to update the example catalog list.")
print("Catalog Run completed.")
@@ -157,10 +164,19 @@ def main():
def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry_run):
+ """
+ Writes or checks the catalog json file for the language/service combination.
+ :param doc_gen: The documentation generator.
+ :param service_name: Service name for the catalog.
+ :param language_name: Language name for the catalog.
+ :param folder_path: Folder path for the resulting file.
+ :param is_dry_run: True to compare only.
+ :return: A render status of UNCHANGED, or UPDATED.
+ """
filepath = (
Path(__file__).parent.parent.parent
/ folder_path
- / 'examples_catalog.json'
+ / config.catalog_filename
)
language_examples = []
@@ -194,7 +210,10 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
with open(filepath, "r", encoding="utf-8") as example_meta:
old_catalog = example_meta.read()
except FileNotFoundError:
- old_catalog = ""
+ old_catalog = ''
+ # If the list is empty or the folder does not exist do not expect a file.
+ if len(language_examples) == 0 or not os.path.exists(folder_path):
+ return RenderStatus.UNCHANGED
if old_catalog == new_catalog:
return RenderStatus.UNCHANGED
@@ -203,11 +222,34 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
print(f"Writing serialized versions of DocGen to {filepath}")
with open(filepath, "w", encoding="utf-8") as example_meta:
example_meta.write(new_catalog)
+ else:
+ diff = make_catalog_diff(new_catalog, old_catalog, service_name)
+ print('diff:')
+ print(diff)
return RenderStatus.UPDATED
+def make_catalog_diff(new_catalog, current_catalog, service):
+ """
+ Generate a diff text for the old and new catalogs.
+ :param new_catalog: The newly updated catalog.
+ :param current_catalog: The current catalog file contents.
+ :param service: The service to catalog.
+ :return: The diff text.
+ """
+ current = current_catalog.split("\n")
+ expected = new_catalog.split("\n")
+ diff = unified_diff(current, expected, f"{service}/current", f"{service}/expected")
+ return "\n".join(diff)
+
+
def sanitize_example_title(example, service) -> [str, None]:
- """Clean up the text in an example."""
+ """
+ Clean up the title text for an example.
+ :param example: The example to update.
+ :param service: The service name.
+ :return: The cleaned title string.
+ """
# API examples use the API name.
if example.category == 'Api':
return sorted(example.services[service])[0]
diff --git a/.tools/scanners/config.py b/.tools/scanners/config.py
index 2f1c3816511..687f68487bf 100644
--- a/.tools/scanners/config.py
+++ b/.tools/scanners/config.py
@@ -3,6 +3,7 @@
readme = "README.md"
saved_readme = "README.old.md"
+catalog_filename = "examples_catalog.json"
doc_base_url = "https://docs.aws.amazon.com"
categories = {
"hello": "Hello",
@@ -153,6 +154,10 @@
"secrets-manager": "python/example_code/secretsmanager",
"dynamodb": "python/example_code/dynamodb",
},
+ "service_folder_ignores": [
+ "cognito",
+ "elastic-load-balancing",
+ ]
}
},
"Ruby": {
From 41fdaab0eba6f72ea253939e191b6e152dd9a650 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:21:33 -0500
Subject: [PATCH 04/13] Use latest version of runner in new location.
---
.tools/scanners/runner.py | 213 ++++++++++++++++----------------------
1 file changed, 91 insertions(+), 122 deletions(-)
diff --git a/.tools/scanners/runner.py b/.tools/scanners/runner.py
index a01ef677ed3..b1425d166ac 100755
--- a/.tools/scanners/runner.py
+++ b/.tools/scanners/runner.py
@@ -1,20 +1,27 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
-import argparse
-import config
+import typer
+from typing_extensions import Annotated
import logging
import os
-import json
-from collections import defaultdict
+
from difflib import unified_diff
+from enum import Enum
from pathlib import Path
from typing import Optional
-from render import Renderer, MissingMetadataError, RenderStatus
+from render import Renderer, RenderStatus, MissingMetadataError
from scanner import Scanner
-from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+from aws_doc_sdk_examples_tools.doc_gen import DocGen
+
+
+# Default to not using Rich
+if "USE_RICH" not in os.environ:
+ import typer.core
+
+ typer.core.rich = None # type: ignore
logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
@@ -29,7 +36,6 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
print(f"Metadata errors encountered:\n\t{failed_list}")
return None
-
scanner = Scanner(doc_gen)
# Preload cross-content examples
@@ -38,61 +44,70 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
return scanner
-def main():
- # Load all examples immediately for cross references. Trades correctness for speed.
- doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
-
- languages = doc_gen.languages()
- parser = argparse.ArgumentParser()
- parser.add_argument(
- "--languages",
- choices=[*languages] + ["all"],
- nargs="+",
- help="The languages of the SDK. Choose from: %(choices)s.",
- default=["all"],
- )
-
- parser.add_argument(
- "--services",
- choices=[*doc_gen.services.keys()] + ["all"],
- nargs="+",
- help="The targeted service. Choose from: %(choices)s.",
- default=["all"],
- )
- parser.add_argument(
- "--safe",
- action="store_true",
- help=f"Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme}).",
- )
- parser.add_argument(
- "--verbose",
- action="store_true",
- help="When set, output verbose debugging info.",
- )
- parser.add_argument(
- "--dry-run",
- action="store_true",
- dest="dry_run",
- help="In dry run, compare current vs generated and exit with failure if they do not match.",
- default=False, # Change this to default false when we're ready to use this generally.
- )
- parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
- parser.add_argument("--check", dest="dry_run", action="store_true")
- parser.add_argument("--diff", action="store_true", default=False)
- args = parser.parse_args()
-
- if "all" in args.languages:
- args.languages = [*languages]
-
- if "all" in args.services:
- args.services = [*doc_gen.services.keys()]
-
- if args.verbose:
+# Load all examples immediately for cross references. Trades correctness for speed.
+doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+
+
+Language = Enum(
+ "Language", {lang: lang for lang in ([*doc_gen.languages()] + ["all"])}
+) # type: ignore
+Service = Enum(
+ "Service", {serv: serv for serv in ([*doc_gen.services.keys()] + ["all"])}
+) # type: ignore
+
+
+def writeme(
+ languages: Annotated[
+ list[Language], # type: ignore
+ typer.Option(
+ help="The languages of the SDK.",
+ ),
+ ] = [
+ Language.all.value # type: ignore
+ ], # type: ignore
+ services: Annotated[
+ list[Service], # type: ignore
+ typer.Option(
+ help="The targeted service.",
+ ),
+ ] = [
+ Service.all.value # type: ignore
+ ], # type: ignore
+ safe: Annotated[
+ bool,
+ typer.Option(
+ help="Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme})."
+ ),
+ ] = True,
+ verbose: Annotated[
+ bool, typer.Option(help="When set, output verbose debugging info.")
+ ] = False,
+ dry_run: Annotated[
+ bool,
+ typer.Option(
+ help="In dry run, compare current vs generated and exit with failure if they do not match."
+ ),
+ ] = False,
+ check: Annotated[bool, typer.Option(help="Alias for --dry-run.")] = False,
+ diff: Annotated[
+ bool, typer.Option(help="Show a diff of READMEs that have changed.")
+ ] = False,
+):
+ if Language.all in languages: # type: ignore
+ languages = list(Language) # type: ignore
+ languages.remove(Language.all) # type: ignore
+
+ if Service.all in services: # type: ignore
+ services = list(Service) # type: ignore
+ services.remove(Service.all) # type: ignore
+
+ if verbose:
logging.basicConfig(level=logging.DEBUG)
- logging.debug(f"Args configuration: {args}")
+ if check:
+ dry_run = check
- if args.dry_run:
+ if dry_run:
print("Dry run, no changes will be made.")
skipped = []
@@ -107,29 +122,27 @@ def main():
return -1
renderer = Renderer(scanner)
-
- for language_and_version in args.languages:
- (language, version) = language_and_version.split(":")
- write_language_json(doc_gen, language)
-
- for service in args.services:
- for language_and_version in args.languages:
- (language, version) = language_and_version.split(":")
- write_service_json(doc_gen, service, language)
+ for service in services:
+ if service == Service.all: # type: ignore
+ continue
+ for language_and_version in languages:
+ if language_and_version == Language.all: # type: ignore
+ continue
+ (language, version) = language_and_version.value.split(":")
id = f"{language}:{version}:{service}"
try:
- renderer.set_example(service, language, int(version), args.safe)
+ renderer.set_example(service.value, language, int(version), safe)
logging.debug("Rendering %s", id)
render_status = renderer.render()
logging.debug("Status %s", render_status)
if render_status == RenderStatus.UPDATED:
- if args.dry_run:
- diff = None
- if args.diff:
- diff = make_diff(renderer, id)
- failed.append((id, diff))
+ if dry_run:
+ diff_text = None
+ if diff:
+ diff_text = make_diff(renderer, id)
+ failed.append((id, diff_text))
else:
renderer.write()
written.append(id)
@@ -148,10 +161,10 @@ def main():
skipped.append(id)
except MissingMetadataError as mme:
logging.debug(mme, exc_info=True)
- failed.append(id)
+ failed.append((id, None))
except Exception as e:
logging.error(e, exc_info=True)
- failed.append(id)
+ failed.append((id, None))
skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
logging.debug(skip_list or "(None Skipped)")
@@ -164,11 +177,11 @@ def main():
if no_folder:
no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
print(no_folder_list)
- if not args.dry_run:
+ if not dry_run:
done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
print(done_list or "(None Written)")
if failed:
- if args.diff:
+ if diff:
failed_list = "\n".join(
f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
)
@@ -185,47 +198,3 @@ def make_diff(renderer, id):
expected = renderer.readme_text.split("\n")
diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
return "\n".join(diff)
-
-
-def write_service_json(doc_gen, service_name, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_{service_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
- doc_gen.fill_missing_fields()
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- for sdk_version in language.versions:
- for svc_name in example.services:
- if svc_name == service_name and lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
-
-
-def write_language_json(doc_gen, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
-
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- if lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
From 86b84327ec4636bf90fbc4852e0e828eb4796154 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:41:22 -0500
Subject: [PATCH 05/13] Updates to documentation.
---
.github/workflows/writeme.yml | 2 +-
.tools/scanners/README.md | 106 +++++++++++++++++++++++-----------
rustv1/README.md | 2 +-
3 files changed, 75 insertions(+), 35 deletions(-)
diff --git a/.github/workflows/writeme.yml b/.github/workflows/writeme.yml
index 18f0da6d41e..ccac5ea133f 100644
--- a/.github/workflows/writeme.yml
+++ b/.github/workflows/writeme.yml
@@ -29,7 +29,7 @@ jobs:
python-version: 3.11 # install the python needed
- name: Install dependencies
run: >-
- python3 -m pip install -r .tools/readmes/requirements.txt
+ python3 -m pip install -r .tools/scanners/requirements.txt
- name: Check WRITEMEs
run: >-
python3 .tools/scanners/writeme.py --check --diff
diff --git a/.tools/scanners/README.md b/.tools/scanners/README.md
index 5c21ec87ef4..d0b1f440e24 100644
--- a/.tools/scanners/README.md
+++ b/.tools/scanners/README.md
@@ -2,17 +2,19 @@
## Overview
-Describes WRITEME, a tool to automatically generate service-level READMEs from
-metadata and Jinja templates.
+Describes a set of scanners to generate documents from the example metadata in this repository.
-This is an internal tool intended for use only by the AWS code examples team.
+- [writeme.py](#WRITEME) - generates READMEs from metadata. Enabled for all SDK languages.
+- [catalog.py](#Catalog) - generates catalog files with example listings. Currently enabled for Python only.
+
+### General Information
## Prerequisites
-We recommend a virtual environment to run this tool.
+We recommend a virtual environment to run these tools.
```
-cd .tools/readmes
+cd .tools/scanners
python -m venv .venv
# Windows
@@ -26,30 +28,6 @@ Depending on how you have Python installed and on your operating system,
the commands might vary slightly. For example, on Windows, use `py` in place of
`python` and uses backslashes in the `venv` path.
-## Generate a README
-
-> These instructions assume you're running the commands from the `.tools/readmes`
-> directory, using the venv installed there.
-
-WRITEME creates content primarily from metadata you have already
-authored for the SOS project. After you have authored metadata and snippet tags
-for your examples, run the following command in the `.tools/readmes` folder:
-
-```
-python -m writeme --languages : --services
-```
-
-WRITEME reads metadata and config data and generates READMEs in the service
-folder for the specified languages, versions, and services.
-
-For example, to generate an S3 README for Python:
-
-```
-python -m writeme --languages Python:3 --services s3
-```
-
-This creates a README.md file in the `python/example_code/s3` folder.
-
### Parameters
- `--languages` must match a top-level language:version in sdks.yaml.
@@ -58,8 +36,8 @@ This creates a README.md file in the `python/example_code/s3` folder.
`saved_readme` value in config.py (such as README.old.md).
- `--verbose` When set, output verbose debugging info.
- `--dry-run`, `--no-dry-run` In dry run, compare current vs generated and exit with failure if they do not match.
-- `--check` Verifies whether the existing README.md matches the proposed new README.md
- (but does not write a new README.md). This is the same check that is run by the GitHub action.
+- `--check` Verifies whether the existing generated file matches the generated content.
+ (but does not write a new file). This is the same check that is run by the GitHub action.
You can get inline usage info by using the `-h` flag:
@@ -73,6 +51,7 @@ Additional configuration is kept in `config.py`.
- `entities` is a dictionary of entities that are not otherwise defined in
services.yaml.
+- `catalog_filename` is the base name for generated catalog files.
- `language` is a dictionary of language and version for each SDK. Fields are:
- `base_folder` the root folder for the SDK version.
- `service_folder` a Jinja template of the service folder for the SDK version.
@@ -83,6 +62,38 @@ Additional configuration is kept in `config.py`.
and if the generated link is wrong, you can update it manually. On subsequent runs
of WRITEME, the existing link is kept.
+
+### WRITEME
+WRITEME is a tool to automatically generate service-level READMEs from
+metadata and Jinja templates.
+
+This is an internal tool intended for use only by the AWS code examples team.
+
+## Generate a README
+
+> These instructions assume you're running the commands from the `.tools/scanners`
+> directory, using the venv installed there.
+
+WRITEME creates content primarily from metadata you have already
+authored for the SOS project. After you have authored metadata and snippet tags
+for your examples, run the following command in the `.tools/scanners` folder:
+
+```
+python -m writeme --languages : --services
+```
+
+WRITEME reads metadata and config data and generates READMEs in the service
+folder for the specified languages, versions, and services.
+
+For example, to generate an S3 README for Python:
+
+```
+python -m writeme --languages Python:3 --services s3
+```
+
+This creates a README.md file in the `python/example_code/s3` folder.
+
+
### Custom content
Custom content can be per-SDK or per-README.
@@ -114,13 +125,13 @@ empty if you don't need custom content.
versions, and services.
```
-python .tools/readmes/writeme.py --languages : : --service
+python .tools/scanners/writeme.py --languages : : --service
```
For example, to generate S3 and STS READMEs for Python sdk version 3 and Go sdk version 2:
```
-python .tools/readmes/writeme.py --languages Python:3 Go:2 --services s3 sts
+python .tools/scanners/writeme.py --languages Python:3 Go:2 --services s3 sts
```
This creates the README.md files in `python/example_code/s3` and other folders.
@@ -147,3 +158,32 @@ And yes, building all readmes for all languages after changing metadata or templ
```
python -m writeme
```
+
+### Catalog
+Catalog.py is a tool to automatically generate service-level example catalogs (examples_catalog.json) from metadata using shared document generation tools.
+
+This is an internal tool intended for use only by the AWS code examples team.
+
+## Generate a Catalog
+
+> These instructions assume you're running the commands from the `.tools/scanners`
+> directory, using the venv installed there.
+
+WRITEME creates content primarily from metadata you have already
+authored for the SOS project. After you have authored metadata and snippet tags
+for your examples, run the following command in the `.tools/scanners` folder:
+
+```
+python -m catalog --languages : --services
+```
+
+Catalog.py reads metadata and config data and generates listings of examples in the service
+folder for the specified languages and versions. The file will not be generated if no examples exist.
+
+For example, to generate an S3 README for Python:
+
+```
+python -m catalog --languages Python:3 --services s3
+```
+
+This creates an `examples_catalog.json` file in the `python/example_code/s3` folder.
\ No newline at end of file
diff --git a/rustv1/README.md b/rustv1/README.md
index 75dc3b35841..1d55de6758c 100644
--- a/rustv1/README.md
+++ b/rustv1/README.md
@@ -98,7 +98,7 @@ these examples in an isolated environment.
## Updating Rust Version
-If a rust version releases (most likely) a clippy or has some other breaking change, the Weathertop dashboard will go red. The easiest way to handle this is to run `./tools/set_rust_version.py [rust_version]` (using a venv with the appropriate requirements), creating a commit with those updates, and then running `cargo clippy --fix` in the appropriate folder before making a second commit with those fixes. Line numbers will certainly change, so don't forget to run WRITEME - `./.tools/readmes/.venv/bin/python ./.tools/readmes/writeme.py --languages Rust:1`.
+If a rust version releases (most likely) a clippy or has some other breaking change, the Weathertop dashboard will go red. The easiest way to handle this is to run `./tools/set_rust_version.py [rust_version]` (using a venv with the appropriate requirements), creating a commit with those updates, and then running `cargo clippy --fix` in the appropriate folder before making a second commit with those fixes. Line numbers will certainly change, so don't forget to run WRITEME - `./.tools/scanners/.venv/bin/python ./.tools/readmes/writeme.py --languages Rust:1`.
## Contributing
From a789e6dfedd1888c81ed9666e64d12400d3dcf4a Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:31:40 -0500
Subject: [PATCH 06/13] Adding Catalog files.
---
.github/workflows/catalog.yml | 35 +
.github/workflows/writeme.yml | 2 +-
.tools/{readmes => }/__init__.py | 0
.tools/readmes/runner.py | 200 -
.tools/{readmes => scanners}/README.md | 0
.tools/scanners/__init__.py | 0
.tools/scanners/catalog.py | 26 +
.tools/scanners/catalog_runner.py | 213 +
.tools/{readmes => scanners}/config.py | 0
.../includes/code_examples.jinja2 | 0
.../includes/copyright.jinja2 | 0
.../includes/important.jinja2 | 0
.../includes/macros.jinja2 | 0
.../includes/overview.jinja2 | 0
.../includes/prerequisites.jinja2 | 0
.../includes/resources.jinja2 | 0
.../includes/run_instructions.jinja2 | 0
.../includes/tests.jinja2 | 0
.tools/{readmes => scanners}/render.py | 0
.tools/{readmes => scanners}/requirements.txt | 0
.../requirements_freeze.txt | 0
.tools/scanners/runner.py | 231 +
.tools/{readmes => scanners}/scanner.py | 0
.../service_readme.jinja2 | 0
.tools/{readmes => scanners}/setup.py | 0
.tools/{readmes => scanners}/update.py | 0
.tools/{readmes => scanners}/writeme.py | 0
python/example_code/acm/examples_catalog.json | 1315 ++
.../api-gateway/examples_catalog.json | 1096 ++
.../auditmanager/examples_catalog.json | 199 +
.../example_code/aurora/examples_catalog.json | 4499 +++++++
.../auto-scaling/examples_catalog.json | 3478 +++++
.../examples_catalog.json | 310 +
.../bedrock-agent/examples_catalog.json | 889 ++
.../bedrock-runtime/examples_catalog.json | 5389 ++++++++
.../bedrock/examples_catalog.json | 603 +
.../cloudfront/examples_catalog.json | 215 +
.../cloudwatch-logs/examples_catalog.json | 411 +
.../cloudwatch/examples_catalog.json | 2342 ++++
.../codecommit/examples_catalog.json | 3 +
.../codepipeline/examples_catalog.json | 3 +
.../cognito/examples_catalog.json | 2793 ++++
.../comprehend/examples_catalog.json | 1676 +++
.../example_code/config/examples_catalog.json | 184 +
.../devicefarm/examples_catalog.json | 131 +
.../dynamodb/examples_catalog.json | 8308 ++++++++++++
python/example_code/ec2/examples_catalog.json | 8317 ++++++++++++
python/example_code/ecr/examples_catalog.json | 1248 ++
.../examples_catalog.json | 1483 +++
python/example_code/emr/examples_catalog.json | 473 +
.../firehose/examples_catalog.json | 316 +
.../glacier/examples_catalog.json | 1362 ++
.../example_code/glue/examples_catalog.json | 4626 +++++++
.../greengrass/examples_catalog.json | 3 +
.../healthlake/examples_catalog.json | 792 ++
python/example_code/iam/examples_catalog.json | 11115 ++++++++++++++++
python/example_code/iot/examples_catalog.json | 3 +
.../iotsitewise/examples_catalog.json | 1880 +++
.../keyspaces/examples_catalog.json | 1886 +++
.../examples_catalog.json | 1174 ++
.../kinesis/examples_catalog.json | 770 ++
python/example_code/kms/examples_catalog.json | 3699 +++++
.../example_code/lambda/examples_catalog.json | 3967 ++++++
.../lookoutvision/examples_catalog.json | 1168 ++
.../medical-imaging/examples_catalog.json | 3947 ++++++
.../organizations/examples_catalog.json | 513 +
.../pinpoint-sms-voice/examples_catalog.json | 125 +
.../pinpoint/examples_catalog.json | 290 +
.../example_code/polly/examples_catalog.json | 945 ++
python/example_code/rds/examples_catalog.json | 3244 +++++
.../redshift/examples_catalog.json | 1297 ++
.../rekognition/examples_catalog.json | 2749 ++++
.../examples_catalog.json | 186 +
.../examples_catalog.json | 178 +
python/example_code/s3/examples_catalog.json | 9565 +++++++++++++
.../scheduler/examples_catalog.json | 768 ++
.../secretsmanager/examples_catalog.json | 368 +
python/example_code/ses/examples_catalog.json | 3560 +++++
.../example_code/sesv2/examples_catalog.json | 1643 +++
python/example_code/sns/examples_catalog.json | 3622 +++++
python/example_code/sqs/examples_catalog.json | 3137 +++++
python/example_code/ssm/examples_catalog.json | 1541 +++
python/example_code/sts/examples_catalog.json | 675 +
.../support/examples_catalog.json | 2027 +++
.../textract/examples_catalog.json | 702 +
.../transcribe/examples_catalog.json | 1154 ++
86 files changed, 120868 insertions(+), 201 deletions(-)
create mode 100644 .github/workflows/catalog.yml
rename .tools/{readmes => }/__init__.py (100%)
delete mode 100755 .tools/readmes/runner.py
rename .tools/{readmes => scanners}/README.md (100%)
create mode 100644 .tools/scanners/__init__.py
create mode 100644 .tools/scanners/catalog.py
create mode 100644 .tools/scanners/catalog_runner.py
rename .tools/{readmes => scanners}/config.py (100%)
rename .tools/{readmes => scanners}/includes/code_examples.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/copyright.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/important.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/macros.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/overview.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/prerequisites.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/resources.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/run_instructions.jinja2 (100%)
rename .tools/{readmes => scanners}/includes/tests.jinja2 (100%)
rename .tools/{readmes => scanners}/render.py (100%)
rename .tools/{readmes => scanners}/requirements.txt (100%)
rename .tools/{readmes => scanners}/requirements_freeze.txt (100%)
create mode 100755 .tools/scanners/runner.py
rename .tools/{readmes => scanners}/scanner.py (100%)
rename .tools/{readmes => scanners}/service_readme.jinja2 (100%)
rename .tools/{readmes => scanners}/setup.py (100%)
rename .tools/{readmes => scanners}/update.py (100%)
rename .tools/{readmes => scanners}/writeme.py (100%)
create mode 100644 python/example_code/acm/examples_catalog.json
create mode 100644 python/example_code/api-gateway/examples_catalog.json
create mode 100644 python/example_code/auditmanager/examples_catalog.json
create mode 100644 python/example_code/aurora/examples_catalog.json
create mode 100644 python/example_code/auto-scaling/examples_catalog.json
create mode 100644 python/example_code/bedrock-agent-runtime/examples_catalog.json
create mode 100644 python/example_code/bedrock-agent/examples_catalog.json
create mode 100644 python/example_code/bedrock-runtime/examples_catalog.json
create mode 100644 python/example_code/bedrock/examples_catalog.json
create mode 100644 python/example_code/cloudfront/examples_catalog.json
create mode 100644 python/example_code/cloudwatch-logs/examples_catalog.json
create mode 100644 python/example_code/cloudwatch/examples_catalog.json
create mode 100644 python/example_code/codecommit/examples_catalog.json
create mode 100644 python/example_code/codepipeline/examples_catalog.json
create mode 100644 python/example_code/cognito/examples_catalog.json
create mode 100644 python/example_code/comprehend/examples_catalog.json
create mode 100644 python/example_code/config/examples_catalog.json
create mode 100644 python/example_code/devicefarm/examples_catalog.json
create mode 100644 python/example_code/dynamodb/examples_catalog.json
create mode 100644 python/example_code/ec2/examples_catalog.json
create mode 100644 python/example_code/ecr/examples_catalog.json
create mode 100644 python/example_code/elastic-load-balancing/examples_catalog.json
create mode 100644 python/example_code/emr/examples_catalog.json
create mode 100644 python/example_code/firehose/examples_catalog.json
create mode 100644 python/example_code/glacier/examples_catalog.json
create mode 100644 python/example_code/glue/examples_catalog.json
create mode 100644 python/example_code/greengrass/examples_catalog.json
create mode 100644 python/example_code/healthlake/examples_catalog.json
create mode 100644 python/example_code/iam/examples_catalog.json
create mode 100644 python/example_code/iot/examples_catalog.json
create mode 100644 python/example_code/iotsitewise/examples_catalog.json
create mode 100644 python/example_code/keyspaces/examples_catalog.json
create mode 100644 python/example_code/kinesis-analytics-v2/examples_catalog.json
create mode 100644 python/example_code/kinesis/examples_catalog.json
create mode 100644 python/example_code/kms/examples_catalog.json
create mode 100644 python/example_code/lambda/examples_catalog.json
create mode 100644 python/example_code/lookoutvision/examples_catalog.json
create mode 100644 python/example_code/medical-imaging/examples_catalog.json
create mode 100644 python/example_code/organizations/examples_catalog.json
create mode 100644 python/example_code/pinpoint-sms-voice/examples_catalog.json
create mode 100644 python/example_code/pinpoint/examples_catalog.json
create mode 100644 python/example_code/polly/examples_catalog.json
create mode 100644 python/example_code/rds/examples_catalog.json
create mode 100644 python/example_code/redshift/examples_catalog.json
create mode 100644 python/example_code/rekognition/examples_catalog.json
create mode 100644 python/example_code/route53-recovery-cluster/examples_catalog.json
create mode 100644 python/example_code/s3-directory-buckets/examples_catalog.json
create mode 100644 python/example_code/s3/examples_catalog.json
create mode 100644 python/example_code/scheduler/examples_catalog.json
create mode 100644 python/example_code/secretsmanager/examples_catalog.json
create mode 100644 python/example_code/ses/examples_catalog.json
create mode 100644 python/example_code/sesv2/examples_catalog.json
create mode 100644 python/example_code/sns/examples_catalog.json
create mode 100644 python/example_code/sqs/examples_catalog.json
create mode 100644 python/example_code/ssm/examples_catalog.json
create mode 100644 python/example_code/sts/examples_catalog.json
create mode 100644 python/example_code/support/examples_catalog.json
create mode 100644 python/example_code/textract/examples_catalog.json
create mode 100644 python/example_code/transcribe/examples_catalog.json
diff --git a/.github/workflows/catalog.yml b/.github/workflows/catalog.yml
new file mode 100644
index 00000000000..4eebd6cb2f7
--- /dev/null
+++ b/.github/workflows/catalog.yml
@@ -0,0 +1,35 @@
+name: Validate Catalogs
+
+# Controls when the action will run.
+on: # yamllint disable-line rule:truthy
+ # Triggers the workflow on push or pull request events but only for the main branch
+ push:
+ branches: [main]
+ pull_request:
+ branches: [main]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ name: Validate Catalogs
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+ - name: Checkout repo content
+ uses: actions/checkout@v4 # checkout the repository content to github runner.
+ - name: Setup Python
+ uses: actions/setup-python@v3
+ with:
+ python-version: 3.11 # install the python needed
+ - name: Install dependencies
+ run: >-
+ python3 -m pip install -r .tools/scanners/requirements.txt
+ - name: Check WRITEMEs
+ run: >-
+ python3 .tools/scanners/catalog.py --check --diff
diff --git a/.github/workflows/writeme.yml b/.github/workflows/writeme.yml
index 865e73687e4..18f0da6d41e 100644
--- a/.github/workflows/writeme.yml
+++ b/.github/workflows/writeme.yml
@@ -32,4 +32,4 @@ jobs:
python3 -m pip install -r .tools/readmes/requirements.txt
- name: Check WRITEMEs
run: >-
- python3 .tools/readmes/writeme.py --check --diff
+ python3 .tools/scanners/writeme.py --check --diff
diff --git a/.tools/readmes/__init__.py b/.tools/__init__.py
similarity index 100%
rename from .tools/readmes/__init__.py
rename to .tools/__init__.py
diff --git a/.tools/readmes/runner.py b/.tools/readmes/runner.py
deleted file mode 100755
index b1425d166ac..00000000000
--- a/.tools/readmes/runner.py
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
-# SPDX-License-Identifier: Apache-2.0
-
-import typer
-from typing_extensions import Annotated
-import logging
-import os
-
-from difflib import unified_diff
-from enum import Enum
-from pathlib import Path
-from typing import Optional
-
-from render import Renderer, RenderStatus, MissingMetadataError
-from scanner import Scanner
-
-from aws_doc_sdk_examples_tools.doc_gen import DocGen
-
-
-# Default to not using Rich
-if "USE_RICH" not in os.environ:
- import typer.core
-
- typer.core.rich = None # type: ignore
-
-logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
-
-
-def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
- for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
- doc_gen.process_metadata(path)
- doc_gen.collect_snippets()
- doc_gen.validate()
- if doc_gen.errors:
- error_strings = [str(error) for error in doc_gen.errors]
- failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
- print(f"Metadata errors encountered:\n\t{failed_list}")
- return None
- scanner = Scanner(doc_gen)
-
- # Preload cross-content examples
- scanner.load_crosses()
-
- return scanner
-
-
-# Load all examples immediately for cross references. Trades correctness for speed.
-doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
-
-
-Language = Enum(
- "Language", {lang: lang for lang in ([*doc_gen.languages()] + ["all"])}
-) # type: ignore
-Service = Enum(
- "Service", {serv: serv for serv in ([*doc_gen.services.keys()] + ["all"])}
-) # type: ignore
-
-
-def writeme(
- languages: Annotated[
- list[Language], # type: ignore
- typer.Option(
- help="The languages of the SDK.",
- ),
- ] = [
- Language.all.value # type: ignore
- ], # type: ignore
- services: Annotated[
- list[Service], # type: ignore
- typer.Option(
- help="The targeted service.",
- ),
- ] = [
- Service.all.value # type: ignore
- ], # type: ignore
- safe: Annotated[
- bool,
- typer.Option(
- help="Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme})."
- ),
- ] = True,
- verbose: Annotated[
- bool, typer.Option(help="When set, output verbose debugging info.")
- ] = False,
- dry_run: Annotated[
- bool,
- typer.Option(
- help="In dry run, compare current vs generated and exit with failure if they do not match."
- ),
- ] = False,
- check: Annotated[bool, typer.Option(help="Alias for --dry-run.")] = False,
- diff: Annotated[
- bool, typer.Option(help="Show a diff of READMEs that have changed.")
- ] = False,
-):
- if Language.all in languages: # type: ignore
- languages = list(Language) # type: ignore
- languages.remove(Language.all) # type: ignore
-
- if Service.all in services: # type: ignore
- services = list(Service) # type: ignore
- services.remove(Service.all) # type: ignore
-
- if verbose:
- logging.basicConfig(level=logging.DEBUG)
-
- if check:
- dry_run = check
-
- if dry_run:
- print("Dry run, no changes will be made.")
-
- skipped = []
- failed = []
- written = []
- non_writeme = []
- unchanged = []
- no_folder = []
-
- scanner = prepare_scanner(doc_gen)
- if scanner is None:
- return -1
-
- renderer = Renderer(scanner)
- for service in services:
- if service == Service.all: # type: ignore
- continue
- for language_and_version in languages:
- if language_and_version == Language.all: # type: ignore
- continue
- (language, version) = language_and_version.value.split(":")
- id = f"{language}:{version}:{service}"
- try:
- renderer.set_example(service.value, language, int(version), safe)
-
- logging.debug("Rendering %s", id)
- render_status = renderer.render()
- logging.debug("Status %s", render_status)
-
- if render_status == RenderStatus.UPDATED:
- if dry_run:
- diff_text = None
- if diff:
- diff_text = make_diff(renderer, id)
- failed.append((id, diff_text))
- else:
- renderer.write()
- written.append(id)
- elif render_status == RenderStatus.UNCHANGED:
- unchanged.append(id)
- elif render_status == RenderStatus.UNMANAGED:
- non_writeme.append(id)
- elif render_status == RenderStatus.NO_EXAMPLES:
- skipped.append(id)
- elif render_status == RenderStatus.NO_FOLDER:
- no_folder.append(id)
- elif render_status == RenderStatus.UNIMPLEMENTED:
- pass
- except FileNotFoundError as fnfe:
- logging.debug(fnfe, exc_info=True)
- skipped.append(id)
- except MissingMetadataError as mme:
- logging.debug(mme, exc_info=True)
- failed.append((id, None))
- except Exception as e:
- logging.error(e, exc_info=True)
- failed.append((id, None))
-
- skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
- logging.debug(skip_list or "(None Skipped)")
- if unchanged:
- unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
- print(unchanged_list)
- if non_writeme:
- non_writeme_list = "\n".join(f"Non-WRITEME: {f}" for f in sorted(non_writeme))
- print(non_writeme_list)
- if no_folder:
- no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
- print(no_folder_list)
- if not dry_run:
- done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
- print(done_list or "(None Written)")
- if failed:
- if diff:
- failed_list = "\n".join(
- f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
- )
- else:
- failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
- print(failed_list)
- print("Rerun writeme.py to update README links and sections.")
- print("WRITEME Run completed.")
- return len(failed)
-
-
-def make_diff(renderer, id):
- current = renderer.read_current().split("\n")
- expected = renderer.readme_text.split("\n")
- diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
- return "\n".join(diff)
diff --git a/.tools/readmes/README.md b/.tools/scanners/README.md
similarity index 100%
rename from .tools/readmes/README.md
rename to .tools/scanners/README.md
diff --git a/.tools/scanners/__init__.py b/.tools/scanners/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/.tools/scanners/catalog.py b/.tools/scanners/catalog.py
new file mode 100644
index 00000000000..1527354f69c
--- /dev/null
+++ b/.tools/scanners/catalog.py
@@ -0,0 +1,26 @@
+#!/usr/bin/env python3
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import sys
+
+from update import update
+
+# For debugging, engineers can skip update with the --no-update flag. Yes, it's
+# a double negative, but it's quick and early in the startup because of the
+# reliance on the side-effect imports from `update` and needing them to happen
+# before importing runner, which means before importing the runner argparser.
+NO_UPDATE_FLAG = "--no-update"
+
+
+if __name__ == "__main__":
+ if NO_UPDATE_FLAG not in sys.argv:
+ update()
+ else:
+ sys.argv.remove(NO_UPDATE_FLAG)
+
+ # This import must remain in the main, after the update, as it depends on
+ # importing the things that got changed during update.
+ from catalog_runner import main
+
+ sys.exit(main())
\ No newline at end of file
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
new file mode 100644
index 00000000000..40912eb60a6
--- /dev/null
+++ b/.tools/scanners/catalog_runner.py
@@ -0,0 +1,213 @@
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import argparse
+import config
+import logging
+import os
+import json
+from collections import defaultdict
+from difflib import unified_diff
+from pathlib import Path
+from typing import Optional
+
+from render import Renderer, MissingMetadataError, RenderStatus
+from scanner import Scanner
+
+from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+
+logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
+
+
+def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
+ doc_gen.process_metadata(path)
+ doc_gen.collect_snippets()
+ doc_gen.validate()
+ if doc_gen.errors:
+ error_strings = [str(error) for error in doc_gen.errors]
+ failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
+ print(f"Metadata errors encountered:\n\t{failed_list}")
+ return None
+
+ scanner = Scanner(doc_gen)
+
+ # Preload cross-content examples
+ scanner.load_crosses()
+
+ return scanner
+
+
+def main():
+ # Load all examples immediately for cross references. Trades correctness for speed.
+ doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+ # To get the complete list, fill the missing fields.
+ doc_gen.fill_missing_fields()
+
+ languages = ['Python:3'] # Currently enabled only for Python version 3.
+ parser = argparse.ArgumentParser()
+ parser.add_argument(
+ "--languages",
+ choices=[*languages] + ["all"],
+ nargs="+",
+ help="The languages of the SDK. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--services",
+ choices=[*doc_gen.services.keys()] + ["all"],
+ nargs="+",
+ help="The targeted service. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--verbose",
+ action="store_true",
+ help="When set, output verbose debugging info.",
+ )
+ parser.add_argument(
+ "--dry-run",
+ action="store_true",
+ dest="dry_run",
+ help="In dry run, compare current vs generated and exit with failure if they do not match.",
+ default=False, # Change this to default false when we're ready to use this generally.
+ )
+ parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
+ parser.add_argument("--check", dest="dry_run", action="store_true")
+ parser.add_argument("--diff", action="store_true", default=False)
+ args = parser.parse_args()
+
+ if "all" in args.languages:
+ args.languages = [*languages]
+
+ if "all" in args.services:
+ args.services = [*doc_gen.services.keys()]
+
+ if args.verbose:
+ logging.basicConfig(level=logging.DEBUG)
+
+ logging.debug(f"Args configuration: {args}")
+
+ if args.dry_run:
+ print("Dry run, no changes will be made.")
+
+ skipped = []
+ failed = []
+ written = []
+ unchanged = []
+
+
+ scanner = prepare_scanner(doc_gen)
+ if scanner is None:
+ return -1
+
+ renderer = Renderer(scanner)
+
+ for service in args.services:
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ id = f"{language}:{version}:{service}"
+ try:
+ renderer.set_example(service, language, int(version), False)
+ service_folder_path = renderer.lang_config["service_folder"]
+ logging.debug("Cataloging %s", id)
+ catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
+ logging.debug("Status %s", catalog_status)
+
+ if catalog_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ diff = None
+ failed.append((id, diff))
+ else:
+ written.append(id)
+ elif catalog_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ pass
+ except FileNotFoundError as fnfe:
+ logging.debug(fnfe, exc_info=True)
+ skipped.append(id)
+ except MissingMetadataError as mme:
+ logging.debug(mme, exc_info=True)
+ failed.append(id)
+ except Exception as e:
+ logging.error(e, exc_info=True)
+ failed.append(id)
+
+ skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
+ logging.debug(skip_list or "(None Skipped)")
+ if unchanged:
+ unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
+ print(unchanged_list)
+ if not args.dry_run:
+ done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
+ print(done_list or "(None Written)")
+ if failed:
+ if args.diff:
+ failed_list = "\n".join(
+ f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
+ )
+ else:
+ failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ print(failed_list)
+ print("Rerun catalog.py to update the example catalog list.")
+ print("Catalog Run completed.")
+ return len(failed)
+
+
+def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry_run):
+ filepath = (
+ Path(__file__).parent.parent.parent
+ / folder_path
+ / 'examples_catalog.json'
+ )
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ for svc_name in example.services:
+ if svc_name == service_name and lang_name == language_name:
+ language_examples.append(example)
+
+ new_catalog = json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+
+ # If the file already exists, read it to compare contents.
+ try:
+ with open(filepath, "r", encoding="utf-8") as example_meta:
+ old_catalog = example_meta.read()
+ except FileNotFoundError:
+ old_catalog = ""
+
+ if old_catalog == new_catalog:
+ return RenderStatus.UNCHANGED
+ else:
+ if not is_dry_run:
+ print(f"Writing serialized versions of DocGen to {filepath}")
+ with open(filepath, "w", encoding="utf-8") as example_meta:
+ example_meta.write(new_catalog)
+ return RenderStatus.UPDATED
+
+
+def write_language_json(doc_gen, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ if lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
diff --git a/.tools/readmes/config.py b/.tools/scanners/config.py
similarity index 100%
rename from .tools/readmes/config.py
rename to .tools/scanners/config.py
diff --git a/.tools/readmes/includes/code_examples.jinja2 b/.tools/scanners/includes/code_examples.jinja2
similarity index 100%
rename from .tools/readmes/includes/code_examples.jinja2
rename to .tools/scanners/includes/code_examples.jinja2
diff --git a/.tools/readmes/includes/copyright.jinja2 b/.tools/scanners/includes/copyright.jinja2
similarity index 100%
rename from .tools/readmes/includes/copyright.jinja2
rename to .tools/scanners/includes/copyright.jinja2
diff --git a/.tools/readmes/includes/important.jinja2 b/.tools/scanners/includes/important.jinja2
similarity index 100%
rename from .tools/readmes/includes/important.jinja2
rename to .tools/scanners/includes/important.jinja2
diff --git a/.tools/readmes/includes/macros.jinja2 b/.tools/scanners/includes/macros.jinja2
similarity index 100%
rename from .tools/readmes/includes/macros.jinja2
rename to .tools/scanners/includes/macros.jinja2
diff --git a/.tools/readmes/includes/overview.jinja2 b/.tools/scanners/includes/overview.jinja2
similarity index 100%
rename from .tools/readmes/includes/overview.jinja2
rename to .tools/scanners/includes/overview.jinja2
diff --git a/.tools/readmes/includes/prerequisites.jinja2 b/.tools/scanners/includes/prerequisites.jinja2
similarity index 100%
rename from .tools/readmes/includes/prerequisites.jinja2
rename to .tools/scanners/includes/prerequisites.jinja2
diff --git a/.tools/readmes/includes/resources.jinja2 b/.tools/scanners/includes/resources.jinja2
similarity index 100%
rename from .tools/readmes/includes/resources.jinja2
rename to .tools/scanners/includes/resources.jinja2
diff --git a/.tools/readmes/includes/run_instructions.jinja2 b/.tools/scanners/includes/run_instructions.jinja2
similarity index 100%
rename from .tools/readmes/includes/run_instructions.jinja2
rename to .tools/scanners/includes/run_instructions.jinja2
diff --git a/.tools/readmes/includes/tests.jinja2 b/.tools/scanners/includes/tests.jinja2
similarity index 100%
rename from .tools/readmes/includes/tests.jinja2
rename to .tools/scanners/includes/tests.jinja2
diff --git a/.tools/readmes/render.py b/.tools/scanners/render.py
similarity index 100%
rename from .tools/readmes/render.py
rename to .tools/scanners/render.py
diff --git a/.tools/readmes/requirements.txt b/.tools/scanners/requirements.txt
similarity index 100%
rename from .tools/readmes/requirements.txt
rename to .tools/scanners/requirements.txt
diff --git a/.tools/readmes/requirements_freeze.txt b/.tools/scanners/requirements_freeze.txt
similarity index 100%
rename from .tools/readmes/requirements_freeze.txt
rename to .tools/scanners/requirements_freeze.txt
diff --git a/.tools/scanners/runner.py b/.tools/scanners/runner.py
new file mode 100755
index 00000000000..a01ef677ed3
--- /dev/null
+++ b/.tools/scanners/runner.py
@@ -0,0 +1,231 @@
+# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
+
+import argparse
+import config
+import logging
+import os
+import json
+from collections import defaultdict
+from difflib import unified_diff
+from pathlib import Path
+from typing import Optional
+
+from render import Renderer, MissingMetadataError, RenderStatus
+from scanner import Scanner
+
+from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+
+logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
+
+
+def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
+ doc_gen.process_metadata(path)
+ doc_gen.collect_snippets()
+ doc_gen.validate()
+ if doc_gen.errors:
+ error_strings = [str(error) for error in doc_gen.errors]
+ failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
+ print(f"Metadata errors encountered:\n\t{failed_list}")
+ return None
+
+ scanner = Scanner(doc_gen)
+
+ # Preload cross-content examples
+ scanner.load_crosses()
+
+ return scanner
+
+
+def main():
+ # Load all examples immediately for cross references. Trades correctness for speed.
+ doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+
+ languages = doc_gen.languages()
+ parser = argparse.ArgumentParser()
+ parser.add_argument(
+ "--languages",
+ choices=[*languages] + ["all"],
+ nargs="+",
+ help="The languages of the SDK. Choose from: %(choices)s.",
+ default=["all"],
+ )
+
+ parser.add_argument(
+ "--services",
+ choices=[*doc_gen.services.keys()] + ["all"],
+ nargs="+",
+ help="The targeted service. Choose from: %(choices)s.",
+ default=["all"],
+ )
+ parser.add_argument(
+ "--safe",
+ action="store_true",
+ help=f"Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme}).",
+ )
+ parser.add_argument(
+ "--verbose",
+ action="store_true",
+ help="When set, output verbose debugging info.",
+ )
+ parser.add_argument(
+ "--dry-run",
+ action="store_true",
+ dest="dry_run",
+ help="In dry run, compare current vs generated and exit with failure if they do not match.",
+ default=False, # Change this to default false when we're ready to use this generally.
+ )
+ parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
+ parser.add_argument("--check", dest="dry_run", action="store_true")
+ parser.add_argument("--diff", action="store_true", default=False)
+ args = parser.parse_args()
+
+ if "all" in args.languages:
+ args.languages = [*languages]
+
+ if "all" in args.services:
+ args.services = [*doc_gen.services.keys()]
+
+ if args.verbose:
+ logging.basicConfig(level=logging.DEBUG)
+
+ logging.debug(f"Args configuration: {args}")
+
+ if args.dry_run:
+ print("Dry run, no changes will be made.")
+
+ skipped = []
+ failed = []
+ written = []
+ non_writeme = []
+ unchanged = []
+ no_folder = []
+
+ scanner = prepare_scanner(doc_gen)
+ if scanner is None:
+ return -1
+
+ renderer = Renderer(scanner)
+
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ write_language_json(doc_gen, language)
+
+ for service in args.services:
+ for language_and_version in args.languages:
+ (language, version) = language_and_version.split(":")
+ write_service_json(doc_gen, service, language)
+ id = f"{language}:{version}:{service}"
+ try:
+ renderer.set_example(service, language, int(version), args.safe)
+
+ logging.debug("Rendering %s", id)
+ render_status = renderer.render()
+ logging.debug("Status %s", render_status)
+
+ if render_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ diff = None
+ if args.diff:
+ diff = make_diff(renderer, id)
+ failed.append((id, diff))
+ else:
+ renderer.write()
+ written.append(id)
+ elif render_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ elif render_status == RenderStatus.UNMANAGED:
+ non_writeme.append(id)
+ elif render_status == RenderStatus.NO_EXAMPLES:
+ skipped.append(id)
+ elif render_status == RenderStatus.NO_FOLDER:
+ no_folder.append(id)
+ elif render_status == RenderStatus.UNIMPLEMENTED:
+ pass
+ except FileNotFoundError as fnfe:
+ logging.debug(fnfe, exc_info=True)
+ skipped.append(id)
+ except MissingMetadataError as mme:
+ logging.debug(mme, exc_info=True)
+ failed.append(id)
+ except Exception as e:
+ logging.error(e, exc_info=True)
+ failed.append(id)
+
+ skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
+ logging.debug(skip_list or "(None Skipped)")
+ if unchanged:
+ unchanged_list = "\n".join(f"Unchanged {f}" for f in sorted(unchanged))
+ print(unchanged_list)
+ if non_writeme:
+ non_writeme_list = "\n".join(f"Non-WRITEME: {f}" for f in sorted(non_writeme))
+ print(non_writeme_list)
+ if no_folder:
+ no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
+ print(no_folder_list)
+ if not args.dry_run:
+ done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
+ print(done_list or "(None Written)")
+ if failed:
+ if args.diff:
+ failed_list = "\n".join(
+ f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
+ )
+ else:
+ failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ print(failed_list)
+ print("Rerun writeme.py to update README links and sections.")
+ print("WRITEME Run completed.")
+ return len(failed)
+
+
+def make_diff(renderer, id):
+ current = renderer.read_current().split("\n")
+ expected = renderer.readme_text.split("\n")
+ diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
+ return "\n".join(diff)
+
+
+def write_service_json(doc_gen, service_name, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_{service_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+ doc_gen.fill_missing_fields()
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ for sdk_version in language.versions:
+ for svc_name in example.services:
+ if svc_name == service_name and lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
+
+
+def write_language_json(doc_gen, language_name):
+ # Test creating a file
+ filepath = f"example_json/{language_name}_examples_list.json"
+ filepath = filepath.lower()
+ print("Writing serialized versions of DocGen to %s", filepath)
+
+ language_examples = []
+ for example in doc_gen.examples.values():
+ for lang_name, language in example.languages.items():
+ if lang_name == language_name:
+ language_examples.append(example)
+
+ with open(filepath, "w") as example_meta:
+ example_meta.write(
+ json.dumps(
+ {"examples": language_examples},
+ cls=DocGenEncoder, indent="\t"
+ )
+ )
diff --git a/.tools/readmes/scanner.py b/.tools/scanners/scanner.py
similarity index 100%
rename from .tools/readmes/scanner.py
rename to .tools/scanners/scanner.py
diff --git a/.tools/readmes/service_readme.jinja2 b/.tools/scanners/service_readme.jinja2
similarity index 100%
rename from .tools/readmes/service_readme.jinja2
rename to .tools/scanners/service_readme.jinja2
diff --git a/.tools/readmes/setup.py b/.tools/scanners/setup.py
similarity index 100%
rename from .tools/readmes/setup.py
rename to .tools/scanners/setup.py
diff --git a/.tools/readmes/update.py b/.tools/scanners/update.py
similarity index 100%
rename from .tools/readmes/update.py
rename to .tools/scanners/update.py
diff --git a/.tools/readmes/writeme.py b/.tools/scanners/writeme.py
similarity index 100%
rename from .tools/readmes/writeme.py
rename to .tools/scanners/writeme.py
diff --git a/python/example_code/acm/examples_catalog.json b/python/example_code/acm/examples_catalog.json
new file mode 100644
index 00000000000..27169787902
--- /dev/null
+++ b/python/example_code/acm/examples_catalog.json
@@ -0,0 +1,1315 @@
+{
+ "examples": [
+ {
+ "id": "acm_DescribeCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.describe_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ACM.dotnetv3.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/ACM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.DescribeCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "DescribeCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_GetCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.GetCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.GetCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "GetCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ListCertificates",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.list_certs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ACM.dotnetv3.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/ACM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ListCertificates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListCertificates"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ImportCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.import_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ImportCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ImportCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ImportCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_DeleteCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.del_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "DeleteCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_AddTagsToCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.add_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.AddTagsToCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.AddTagsToCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "AddTagsToCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ListTagsForCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.list_cert_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ListTagsForCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ListTagsForCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListTagsForCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListTagsForCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_RemoveTagsFromCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.remove_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RemoveTagsFromCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.RemoveTagsFromCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "RemoveTagsFromCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RemoveTagsFromCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_RequestCertificate",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "acm.java2.request_cert.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RequestCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.RequestCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "RequestCertificate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RequestCertificate_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_ResendValidationEmail",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.ResendValidationEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.acm.ResendValidationEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ResendValidationEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ResendValidationEmail_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "acm_Usage_ImportListRemove",
+ "file": "acm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &ACM; operations.",
+ "snippet_tags": [
+ "python.example_code.acm.imports",
+ "python.example_code.acm.AcmCertificate",
+ "python.example_code.acm.RequestCertificate",
+ "python.example_code.acm.ImportCertificate",
+ "python.example_code.acm.ListCertificates",
+ "python.example_code.acm.DescribeCertificate",
+ "python.example_code.acm.GetCertificate",
+ "python.example_code.acm.AddTagsToCertificate",
+ "python.example_code.acm.ListTagsForCertificate",
+ "python.example_code.acm.RemoveTagsFromCertificate",
+ "python.example_code.acm.DeleteCertificate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to manage certificates for your account.",
+ "snippet_tags": [
+ "python.example_code.acm.Usage_ImportListRemove"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/acm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "acm": {
+ "__set__": [
+ "ListCertificates",
+ "AddTagsToCertificate",
+ "RequestCertificate",
+ "GetCertificate",
+ "DeleteCertificate",
+ "ImportCertificate",
+ "ListTagsForCertificate",
+ "RemoveTagsFromCertificate",
+ "DescribeCertificate",
+ "ResendValidationEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_Usage_ImportListRemove_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Request a certificate from &ACM;.",
+ "Import a self-signed certificate.",
+ "List and describe certificates.",
+ "Remove certificates."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/api-gateway/examples_catalog.json b/python/example_code/api-gateway/examples_catalog.json
new file mode 100644
index 00000000000..bd023b310ca
--- /dev/null
+++ b/python/example_code/api-gateway/examples_catalog.json
@@ -0,0 +1,1096 @@
+{
+ "examples": [
+ {
+ "id": "api-gateway_CreateDeployment",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.create_deployment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateDeployment",
+ "python.example_code.api-gateway.Helper.ApiUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateDeployment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateDeployment_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_CreateResource",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_CreateRestApi",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.create_api.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateRestApi"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateRestApi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_DeleteRestApi",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "apigateway.java2.delete_api.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.DeleteRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "DeleteRestApi"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteRestApi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_GetResources",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "GetResources"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetResources_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_GetRestApis",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.GetRestApis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Displays the Amazon API Gateway REST APIs in the Region.",
+ "snippet_tags": [
+ "apigateway.rust.get_rest_apis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/apigateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "GetRestApis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetRestApis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutIntegration",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutIntegration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegration_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutIntegrationResponse",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutIntegrationResponse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegrationResponse_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutMethod",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutMethod"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethod_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_PutMethodResponse",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.PutIntegration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "PutMethodResponse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethodResponse_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "api-gateway_Usage_CreateDeployRest",
+ "file": "api-gateway_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &ABP; operations.",
+ "snippet_tags": [
+ "python.example_code.api-gateway.imports",
+ "python.example_code.api-gateway.ApiGatewayToService.class",
+ "python.example_code.api-gateway.CreateRestApi",
+ "python.example_code.api-gateway.CreateResource",
+ "python.example_code.api-gateway.PutIntegration",
+ "python.example_code.api-gateway.CreateDeployment",
+ "python.example_code.api-gateway.Helper.ApiUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy a REST API and call it with the Requests package.",
+ "snippet_tags": [
+ "python.example_code.api-gateway.Usage_CreateDeployRest"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/api-gateway",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and deploy a REST API using an &AWS; SDK",
+ "title_abbrev": "Create and deploy a REST API",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "api-gateway": {
+ "__set__": [
+ "CreateResource",
+ "GetRestApis",
+ "PutMethod",
+ "PutMethodResponse",
+ "PutIntegration",
+ "GetResources",
+ "DeleteRestApi",
+ "PutIntegrationResponse",
+ "CreateRestApi",
+ "CreateDeployment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_Usage_CreateDeployRest_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a REST API served by &ABP;.",
+ "Add resources to the REST API to represent a user profile.",
+ "Add integration methods so that the REST API uses a &DDB; table to store user profile data.",
+ "Send HTTP requests to the REST API to add and retrieve user profiles."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/auditmanager/examples_catalog.json b/python/example_code/auditmanager/examples_catalog.json
new file mode 100644
index 00000000000..56dca06ff1b
--- /dev/null
+++ b/python/example_code/auditmanager/examples_catalog.json
@@ -0,0 +1,199 @@
+{
+ "examples": [
+ {
+ "id": "auditmanager_Scenario_CreateAssessmentReport",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CreateAssessmentReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; assessment report that contains one day of evidence using an &AWS; SDK",
+ "title_abbrev": "Create an assessment report",
+ "synopsis": "create an &AM; assessment report that contains one day of evidence.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "GetAssessment",
+ "GetEvidenceByEvidenceFolder",
+ "BatchDisassociateAssessmentReportEvidence",
+ "DisassociateAssessmentReportEvidenceFolder",
+ "GetEvidenceFoldersByAssessment",
+ "GetAssessmentReportUrl",
+ "AssociateAssessmentReportEvidenceFolder",
+ "ListAssessmentReports",
+ "CreateAssessmentReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CreateAssessmentReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auditmanager_Scenario_CustomFrameworkFromConformancePack",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CustomFrameworkFromConformancePack"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; custom framework from an &CC; conformance pack using an &AWS; SDK",
+ "title_abbrev": "Create a custom framework from an &CC; conformance pack",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "CreateControl",
+ "CreateAssessmentFramework"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromConformancePack_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a list of &CC; conformance packs.",
+ "Create an &AM; custom control for each managed rule in a conformance pack.",
+ "Create an &AM; custom framework that contains the controls."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "auditmanager_Scenario_CustomFrameworkFromSecurityHub",
+ "file": "auditmanager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auditmanager.Scenario_CustomFrameworkFromSecurityHub"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auditmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AM; custom framework that contains &ASH; controls using an &AWS; SDK",
+ "title_abbrev": "Create a custom framework that contains &ASH; controls",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auditmanager": {
+ "__set__": [
+ "CreateAssessmentFramework",
+ "ListControls",
+ "GetControl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromSecurityHub_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a list of all standard controls that have &ASH; as their data source.",
+ "Create an &AM; custom framework that contains the controls."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
new file mode 100644
index 00000000000..bc512b257a0
--- /dev/null
+++ b/python/example_code/aurora/examples_catalog.json
@@ -0,0 +1,4499 @@
+{
+ "examples": [
+ {
+ "id": "aurora_Hello",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.HelloAurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.aurora.hello_aurora.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_aurora.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.aurora.hello_aurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora/hello_aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/bin/hello-world.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.HelloRDSAurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_aurora"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AUR;",
+ "title_abbrev": "Hello &AUR;",
+ "synopsis": "get started using &AUR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterParameterGroups",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.param.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterParameterGroups1",
+ "cpp.example_code.aurora.DescribeDBClusterParameterGroups2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterParameterGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.create.params.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.param.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.set_engine.usage",
+ "rust.aurora.create_db_cluster_parameter_group.wrapper",
+ "rust.aurora.set_engine.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_cluster_parameter_group.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterParameters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.cluster_parameters.usage",
+ "rust.aurora.describe_db_cluster_parameters.wrapper",
+ "rust.aurora.cluster_parameters.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_ModifyDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.mod.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.param.groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.ModifyDBClusterParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.update_auto_increment.usage",
+ "rust.aurora.modify_db_cluster_parameter_group.wrapper",
+ "rust.aurora.update_auto_increment.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "ModifyDBClusterParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.des.params.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.describe_db_clusters.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBCluster",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_cluster.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBCluster",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_cluster.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBClusterSnapshot",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBClusterSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_cluster_snapshot.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBClusterSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBClusterSnapshots",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.wait.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.wait.snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBClusterSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBClusterSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterSnapshots_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_CreateDBInstance",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.create.db.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.create.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.CreateDBInstance_InCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.start_cluster_and_instance.usage",
+ "rust.aurora.create_db_instance.wrapper",
+ "rust.aurora.start_cluster_and_instance.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "CreateDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBEngineVersions",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeEngineVersionsAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.get.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.describe.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.get_engines.usage",
+ "rust.aurora.describe_db_engine_versions.wrapper",
+ "rust.aurora.get_engines.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBEngineVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBEngineVersions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeOrderableDBInstanceOptions",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.describe.engines.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.get_instance_classes.usage",
+ "rust.aurora.describe_orderable_db_instance_options.wrapper",
+ "rust.aurora.get_instance_classes.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeOrderableDBInstanceOptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DescribeDBInstances",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.wait.db.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.wait.instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.describe_db_instances.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_DeleteDBInstance",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Aurora.dotnetv3.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.struct",
+ "gov2.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.cluster.del.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.cluster.del.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_decl",
+ "python.example_code.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.client",
+ "cpp.example_code.aurora.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.aurora.clean_up.usage",
+ "rust.aurora.delete_db_instance.wrapper",
+ "rust.aurora.clean_up.test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_Scenario_GetStartedClusters",
+ "file": "aurora_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "Aurora.dotnetv3.AuroraClusterScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "Aurora.dotnetv3.AuroraWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.aurora.Scenario_GetStartedClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "gov2.aurora.DbClusters.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.aurora.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.aurora.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.aurora.Scenario_GetStartedClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &AUR; actions.",
+ "snippet_tags": [
+ "python.example_code.aurora.helper.AuroraWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.aurora.client_configuration",
+ "cpp.example_code.aurora.get_started_clusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A library containing the scenario-specific functions for the Aurora scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/aurora_scenario/mod.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Tests for the library using automocks around the RDS Client wrapper.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/aurora_scenario/tests.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A binary to run the scenario from front to end, using inquirer so that the user can make some decisions.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/bin/aurora-scenario.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper around the Amazon RDS service that allows automocking for tests.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/src/rds.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The Cargo.toml with dependencies used in this scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/aurora/Cargo.toml"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "aurora": {
+ "__set__": [
+ "DeleteDBCluster",
+ "DeleteDBInstance",
+ "CreateDBClusterSnapshot",
+ "DescribeDBClusterParameterGroups",
+ "DescribeDBEngineVersions",
+ "DescribeDBClusterParameters",
+ "ModifyDBClusterParameterGroup",
+ "DescribeOrderableDBInstanceOptions",
+ "DescribeDBClusters",
+ "DeleteDBClusterParameterGroup",
+ "CreateDBClusterParameterGroup",
+ "CreateDBCluster",
+ "DescribeDBInstances",
+ "CreateDBInstance",
+ "DescribeDBClusterSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Scenario_GetStartedClusters_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a custom &AUR; DB cluster parameter group and set parameter values.",
+ "Create a DB cluster that uses the parameter group.",
+ "Create a DB instance that contains a database.",
+ "Take a snapshot of the DB cluster, then clean up resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
new file mode 100644
index 00000000000..e848f63929e
--- /dev/null
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -0,0 +1,3478 @@
+{
+ "examples": [
+ {
+ "id": "auto-scaling_Hello",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.HelloAutoScaling"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.basics.helloService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "auto-scaling.ruby.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.list-autoscaling-groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.hello_autoscaling.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_autoscaling.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.hello_autoscaling"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling/hello_autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AS;",
+ "title_abbrev": "Hello &AS;",
+ "synopsis": "get started using &AS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_CreateAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.CreateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.createAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.create_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.create_scaling_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.CreateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.create-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.create_autoscaling_group1",
+ "cpp.example_code.autoscaling.create_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "CreateAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DeleteAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScaling.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.del_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.del_scaling_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.deleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.auto-scaling.DeleteAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.delete-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.delete_autoscaling_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DeleteAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeAutoScalingGroups",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_autoscalinggroups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeAutoScalingGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeAutoScalingGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.list-autoscaling-groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_autoscaling_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_UpdateAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.update_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.update_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.UpdateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.updateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.UpdateAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscaling.rust.update-autoscaling-group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.update_autoscaling_group1",
+ "cpp.example_code.autoscaling.update_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.TerminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.terminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.TerminateInstanceInAutoScalingGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.terminate_instance_autoscaling_group1",
+ "cpp.example_code.autoscaling.terminate_instance_autoscaling_group2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.terminate_some_instance",
+ "rust.auto-scaling.scenario.get_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "TerminateInstanceInAutoScalingGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_SetDesiredCapacity",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.set_capacity.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.set_capacity.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.SetDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.setDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.SetDesiredCapacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.set_desired_capacity1",
+ "cpp.example_code.autoscaling.set_desired_capacity2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.scale_desired_capacity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "SetDesiredCapacity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeAutoScalingInstances",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_autoscalinggroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeAutoScalingInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_autoscaling_instances1",
+ "cpp.example_code.autoscaling.describe_autoscaling_instances2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.list_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeAutoScalingInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DescribeScalingActivities",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.describe_scaling_activites.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.describe_scaling_activites.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DescribeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.describeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DescribeScalingActivities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.describe_scaling_activities1",
+ "cpp.example_code.autoscaling.describe_scaling_activities2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.describe_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeScalingActivities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_EnableMetricsCollection",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.enable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.enable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.EnableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.enableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.EnableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.enable_metrics_collection1",
+ "cpp.example_code.autoscaling.enable_metrics_collection2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.enable_metrics_collection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "EnableMetricsCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_DisableMetricsCollection",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.disable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.disable_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.DisableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.service.disableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.auto-scaling.AutoScalingWrapper.decl",
+ "python.example_code.auto-scaling.DisableMetricsCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.client_configuration",
+ "cpp.example_code.autoscaling.autoscaling_client",
+ "cpp.example_code.autoscaling.disable_metrics_collection1",
+ "cpp.example_code.autoscaling.disable_metrics_collection2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.auto-scaling.scenario.disable_metrics_collection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DisableMetricsCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_AttachLoadBalancerTargetGroups",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScaling.AttachLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.auto-scaling.AttachLoadBalancerTargetGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.AttachTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "AttachLoadBalancerTargetGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_auto-scaling_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "auto-scaling_Scenario_GroupsAndInstances",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingBasics.Usings",
+ "AutoScaling.dotnetv3.AutoScalingBasics",
+ "AutoScaling.dotnetv3.AutoScalingBasics.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &AS;, &EC2;, and &CW; actions.",
+ "snippet_tags": [
+ "AutoScaling.dotnetv3.AutoScalingActions.AutoScalingWrapper",
+ "AutoScaling.dotnetv3.AutoScalingActions.EC2Wrapper",
+ "AutoScaling.dotnetv3.AutoScalingActions.CloudWatchWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/AutoScaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.kotlin.create_scaling_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "autoscale.java2.create_scaling_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/autoscale",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.auto-scaling.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.auto-scaling.Scenario_GroupsAndInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &EC2; and &CW; actions.",
+ "snippet_tags": [
+ "python.example_code.auto-scaling.helper.ServiceHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.autoscaling.groups_and_instances_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/autoscaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/auto-scaling/Cargo.toml",
+ "rustv1/examples/auto-scaling/src/bin/scenario.rs",
+ "rustv1/examples/auto-scaling/src/lib.rs",
+ "rustv1/examples/auto-scaling/src/scenario.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/auto-scaling",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "DescribeScalingActivities",
+ "EnableMetricsCollection",
+ "UpdateAutoScalingGroup",
+ "SetDesiredCapacity",
+ "TerminateInstanceInAutoScalingGroup",
+ "DisableMetricsCollection",
+ "DescribeAutoScalingInstances",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ASlong; group with a launch template and Availability Zones, and get information about running instances.",
+ "Enable &CWlong; metrics collection.",
+ "Update the group's desired capacity and wait for an instance to start.",
+ "Terminate an instance in the group.",
+ "List scaling activities that occur in response to user requests and capacity changes.",
+ "Get statistics for &CW; metrics, then clean up resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-agent-runtime/examples_catalog.json b/python/example_code/bedrock-agent-runtime/examples_catalog.json
new file mode 100644
index 00000000000..5c9f280e091
--- /dev/null
+++ b/python/example_code/bedrock-agent-runtime/examples_catalog.json
@@ -0,0 +1,310 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-agent-runtime_InvokeAgent",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.InvokeAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeAgent_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent-runtime_InvokeFlow",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke a flow.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.InvokeFlow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeFlow_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent-runtime_Scenario_ConverseWithFlow",
+ "file": "bedrock-agent-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.bedrock-agent-runtime.flow_conversation.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Converse with an &BRlong; flow",
+ "title_abbrev": "",
+ "synopsis": "use InvokeFlow to converse with an &BRlong; flow that includes an agent node.",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Converse with an &BRlong; flow",
+ "url": "bedrock/latest/userguide/flows-multi-turn-invocation.html"
+ },
+ "service_main": null,
+ "services": {
+ "bedrock-agent-runtime": {
+ "__set__": [
+ "InvokeFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_Scenario_ConverseWithFlow_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-agent/examples_catalog.json b/python/example_code/bedrock-agent/examples_catalog.json
new file mode 100644
index 00000000000..78a0b9508c5
--- /dev/null
+++ b/python/example_code/bedrock-agent/examples_catalog.json
@@ -0,0 +1,889 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-agent_CreateAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/create-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_CreateAgentActionGroup",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent action group.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgentActionGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgentActionGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentActionGroup_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_CreateAgentAlias",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an agent alias.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.CreateAgentAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgentAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_DeleteAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/delete-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.DeleteAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "DeleteAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_DeleteAgentAlias",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an agent alias.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.DeleteAgentAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "DeleteAgentAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgentAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_GetAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/get-agent.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.GetAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "GetAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetAgent_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgents",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the agents belonging to an account.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/list-agents.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the agents belonging to an account.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgents"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgentActionGroups",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the action groups for an agent.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-agent/actions/list-agent-action-groups.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the action groups for an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgentActionGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgentActionGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentActionGroups_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_ListAgentKnowledgeBases",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the knowledge bases associated with an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.ListAgentKnowledgeBases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "ListAgentKnowledgeBases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentKnowledgeBases_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_PrepareAgent",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Prepare an agent for internal testing.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.PrepareAgent"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "PrepareAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-agent_GettingStartedWithBedrockAgents",
+ "file": "bedrock-agent_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and invoke an agent.",
+ "snippet_tags": [
+ "python.example_code.bedrock-agent.Scenario_GettingStartedBedrockAgents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-agent",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "An end-to-end example showing how to create and invoke &BRA; using an &AWS; SDK",
+ "title_abbrev": "Create and invoke an agent",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-agent": {
+ "__set__": [
+ "CreateAgent",
+ "ListAgents",
+ "ListAgentKnowledgeBases",
+ "DeleteAgent",
+ "ListAgentActionGroups",
+ "CreateAgentAlias",
+ "CreateAgentActionGroup",
+ "DeleteAgentAlias",
+ "PrepareAgent",
+ "GetAgent"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an execution role for the agent.",
+ "Create the agent and deploy a DRAFT version.",
+ "Create a Lambda function that implements the agent's capabilities.",
+ "Create an action group that connects the agent to the Lambda function.",
+ "Deploy the fully configured agent.",
+ "Invoke the agent with user-provided prompts.",
+ "Delete all created resources."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
new file mode 100644
index 00000000000..a36dfaf22c3
--- /dev/null
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -0,0 +1,5389 @@
+{
+ "examples": [
+ {
+ "id": "bedrock-runtime_Hello",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.bedrock-runtime.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a prompt to a model with the InvokeModel operation.",
+ "snippet_tags": [
+ "bedrock-runtime.example_code.hello_bedrock_invoke.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a user message to a model with the Converse operation.",
+ "snippet_tags": [
+ "bedrock-runtime.example_code.hello_bedrock_converse.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &BR;",
+ "title_abbrev": "Hello &BR;",
+ "synopsis": "get started using &BR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke AI21 Labs Jurassic-2 on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "category": "AI21 Labs Jurassic-2",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AmazonNovaText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a conversation of messages to Amazon Nova using Bedrock's Converse API with a tool configuration.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "category": "Amazon Nova",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AmazonTitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUse",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.WeatherTool"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The Converse API action with a tool configuration.",
+ "snippet_tags": [
+ "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime/Scenarios/ConverseToolScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utilities to print the Message Content Blocks.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use example illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_MetaLlama",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Converse_Mistral",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API with the async Java client.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseAsync_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral on &BR; using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.Converse_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AmazonNovaText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Nova",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Anthropic Claude and stream reply tokens, using Bedrock's ConverseStream API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.ConverseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.ConverseStream_AnthropicClaude.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_MetaLlama",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_MetaLlama"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_ConverseStream_Mistral",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.ConverseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral on &BR; using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "ConverseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_Ai21LabsJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/ai21LabsJurassic2/invoke_model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeJurassic2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke AI21 Labs Jurassic-2 models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
+ "category": "AI21 Labs Jurassic-2",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_TitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to generate a short story.",
+ "snippet_tags": [
+ "bedrock-runtime.kotlin.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/amazonTitanText/invoke_model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text. This example uses features of /US2/CL_JSON which might not be available on some NetWeaver versions.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_claude_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Anthropic Claude 2 foundation model to generate text using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_claude_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Anthropic Claude 3 foundation model to generate text using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_claude_v3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/bdr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_CohereCommandR",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command R and R+",
+ "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_MetaLlama3",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModel_Llama3_Quickstart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_MistralAi",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_MistralAi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/mistral/invoke_mistral_7b.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral AI models on &BR; using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AmazonTitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_TitanText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
+ "category": "Amazon Titan Text",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_AnthropicClaude"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWithResponseStreamWrapper.struct",
+ "gov2.bedrock-runtime.InvokeModelWithResponseStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Anthropic Claude models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommandR"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MetaLlama3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModelWithResponseStream_Llama3_Quickstart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
+ "category": "Meta Llama",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModelWithResponseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_Mistral"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MistralAi"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Mistral AI models on &BR; using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
+ "category": "Mistral AI",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModelWithResponseStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "javascript.v3.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Amazon Nova Canvas.",
+ "snippet_tags": [
+ "BedrockRuntime.dotnetv3.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Nova Canvas.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Nova Canvas on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Nova Canvas on &BR; to generate an image.",
+ "category": "Amazon Nova Canvas",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_AmazonTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanImageGenerator"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "gov2.bedrock-runtime.InvokeModelWrapper.struct",
+ "gov2.bedrock-runtime.InvokeTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with the Amazon Titan Image Generator.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeTitanImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Image on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Titan Image on &BR; to generate an image.",
+ "category": "Amazon Titan Image Generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_StableDiffusion",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_StableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_StableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "php.example_code.bedrock-runtime.service.invokeStableDiffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an image with Stable Diffusion.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_stable_diffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the Stability.ai Stable Diffusion XL foundation model to generate images using L2 high level client.",
+ "snippet_tags": [
+ "bdr.abapv1.invokemodel_l2_stable_diffusion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/bdr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Stability.ai Stable Diffusion XL on &BR; to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on &BR; to generate an image.",
+ "category": "Stable Diffusion",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create your first embedding with Titan Text Embeddings V2.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke Titan Text Embeddings V2 configuring the number of dimensions and normalization.",
+ "snippet_tags": [
+ "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings_AdditionalFields"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create your first embedding with Amazon Titan Text Embeddings.",
+ "snippet_tags": [
+ "python.example_code.bedrock-runtime.InvokeModel_TitanTextEmbeddings"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Invoke Amazon Titan Text Embeddings on &BR;",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "",
+ "category": "Amazon Titan Text Embeddings",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "InvokeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get started creating your first embedding.",
+ "Create embeddings configuring the number of dimensions and normalization (V2 only)."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utilities to print the Message Content Blocks.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use statements, Error utility, and constants.",
+ "snippet_tags": [
+ "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock-runtime",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock-runtime": {
+ "__set__": [
+ "Converse"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_FMPlayground",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_FMPlayground_NetV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_FMPlayground_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_FMPlayground_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a sample application that offers playgrounds to interact with &BR; foundation models using an &AWS; SDK",
+ "title_abbrev": "Create a playground application to interact with &BR; foundation models",
+ "synopsis": "create playgrounds to interact with &BR; foundation models through different modalities.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock-runtime",
+ "services": {
+ "bedrock-runtime": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_FMPlayground_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
new file mode 100644
index 00000000000..3edcecaa31c
--- /dev/null
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -0,0 +1,603 @@
+{
+ "examples": [
+ {
+ "id": "bedrock_Hello",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.bedrock.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Bedrock.dotnetv3.BedrockActions.HelloBedrock"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "bedrock.example_code.hello_bedrock.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &BR;",
+ "title_abbrev": "Hello &BR;",
+ "synopsis": "get started using &BR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "ListFoundationModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock_GetFoundationModel",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model using the synchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.get_foundation_model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get details about a foundation model using the asynchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.get_foundation_model_async.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/actions/get-foundation-model.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get details about a foundation model.",
+ "snippet_tags": [
+ "python.example_code.bedrock.GetFoundationModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "GetFoundationModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock_ListFoundationModels",
+ "file": "bedrock_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available Bedrock foundation models.",
+ "snippet_tags": [
+ "gov2.bedrock.FoundationModelWrapper.struct",
+ "gov2.bedrock.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models using the synchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.list_foundation_models.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the available &BRlong; foundation models using the asynchronous &BR; client.",
+ "snippet_tags": [
+ "bedrock.java2.list_foundation_models_async.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available foundation models.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/bedrock/actions/list-foundation-models.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "bedrock.kotlin.list_foundation_models.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "php.example_code.bedrock.service.listFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available &BRlong; foundation models.",
+ "snippet_tags": [
+ "python.example_code.bedrock.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the available Bedrock foundation models.",
+ "snippet_tags": [
+ "Bedrock.dotnetv3.BedrockActions.ListFoundationModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Bedrock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "bedrock": {
+ "__set__": [
+ "ListFoundationModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ServerlessPromptChaining",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
+ "title_abbrev": "Orchestrate generative AI applications with &SFN;",
+ "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "bedrock",
+ "services": {
+ "bedrock": {
+ "__set__": []
+ },
+ "bedrock-runtime": {
+ "__set__": []
+ },
+ "bedrock-agent": {
+ "__set__": []
+ },
+ "bedrock-agent-runtime": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_cross_ServerlessPromptChaining_section.html",
+ "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudfront/examples_catalog.json b/python/example_code/cloudfront/examples_catalog.json
new file mode 100644
index 00000000000..086f16ba88a
--- /dev/null
+++ b/python/example_code/cloudfront/examples_catalog.json
@@ -0,0 +1,215 @@
+{
+ "examples": [
+ {
+ "id": "cloudfront_ListDistributions",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.ListDistributions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "ListDistributions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudfront_GetDistributionConfig",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.UpdateDistribution"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "GetDistributionConfig"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudfront_UpdateDistribution",
+ "file": "cloudfront_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudfront.java2.mod.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudfront.CloudFrontWrapper",
+ "python.example_code.cloudfront.UpdateDistribution"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudfront",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudfront": {
+ "__set__": [
+ "UpdateDistribution"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_UpdateDistribution_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudwatch-logs/examples_catalog.json b/python/example_code/cloudwatch-logs/examples_catalog.json
new file mode 100644
index 00000000000..e3365e85cce
--- /dev/null
+++ b/python/example_code/cloudwatch-logs/examples_catalog.json
@@ -0,0 +1,411 @@
+{
+ "examples": [
+ {
+ "id": "cloudwatch-logs_GetQueryResults",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cloudwatch-logs.actions.GetQueryResults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch_logs.get_query_results"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "GetQueryResults"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetQueryResults_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch-logs_StartQuery",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cloudwatch-logs.actions.StartQuery"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch_logs.start_query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "StartQuery"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch-logs_Scenario_BigQuery",
+ "file": "cloudwatch-logs_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This is the entry point.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This is a class that splits queries into multiple steps if necessary.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/cloud-watch-query.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This file invokes an example module for managing CloudWatch queries exceeding 10,000 results.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/cloudwatch-logs/scenarios/large-query/exec.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This module processes CloudWatch queries exceeding 10,000 results.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch-logs/scenarios/large-query",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &CWL; to run a large query",
+ "title_abbrev": "Run a large query",
+ "synopsis": "use &CWL; to query more than 10,000 records.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": [
+ "GetQueryResults",
+ "StartQuery"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/cloudwatch/examples_catalog.json b/python/example_code/cloudwatch/examples_catalog.json
new file mode 100644
index 00000000000..b38b9fa8a2f
--- /dev/null
+++ b/python/example_code/cloudwatch/examples_catalog.json
@@ -0,0 +1,2342 @@
+{
+ "examples": [
+ {
+ "id": "cloudwatch_DeleteAlarms",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.del.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.delete_alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.delete_alarm.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the alarm.",
+ "snippet_tags": [
+ "cw.cpp.delete_alarm.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.deleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.delete_alarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DeleteAlarms"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAlarms_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_DescribeAlarmsForMetric",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DescribeAlarmsForMetric"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.check.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.check.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.DescribeAlarmsForMetric"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.displayMetricInfo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.describe_alarms.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Describe the alarms.",
+ "snippet_tags": [
+ "cw.cpp.describe_alarms.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DescribeAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.alarms.describeAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DescribeAlarmsForMetric"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_DisableAlarmActions",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.disable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.disable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.disableAnAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.disable_alarm_actions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.disable_alarm_actions.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Disable the alarm actions.",
+ "snippet_tags": [
+ "cw.cpp.disable_alarm_actions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.disableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "DisableAlarmActions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DisableAlarmActions_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_EnableAlarmActions",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.EnableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.enable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.enable_alarm_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.enable_alarm_actions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.enable_alarm_actions.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Enable the alarm actions.",
+ "snippet_tags": [
+ "cw.cpp.enable_alarm_actions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.EnableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "cw.JavaScript.alarms.enableAlarmActions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "EnableAlarmActions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_EnableAlarmActions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_GetMetricStatistics",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.display.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.display.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.GetMetricStatisticsSetup",
+ "CloudWatch.dotnetv3.GetMetricStatistics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.GetMetricStatistics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "GetMetricStatistics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricStatistics_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_ListMetrics",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.list.metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.list_metrics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.listMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.list_metrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.list_metrics.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the metrics.",
+ "snippet_tags": [
+ "cw.cpp.list_metrics.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.ListMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.metrics.listMetrics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "ListMetrics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListMetrics_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_PutMetricAlarm",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.create.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.put_metric_alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cwt.abapv1.put_metric_alarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_alarm.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the alarm to watch the metric.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_alarm.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.PutMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.alarms.putMetricAlarm"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricAlarm"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricAlarm_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_PutMetricData",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "CloudWatch.dotnetv3.PutMetricDataSetup",
+ "CloudWatch.dotnetv3.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/CloudWatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.kotlin.scenario.add.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.java2.scenario.add.met.alarm.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put a set of data into a &CW; metric.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData_DataSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cloudwatch.Ruby.addDataPoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Include the required files.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_data.inc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put data into the metric.",
+ "snippet_tags": [
+ "cw.cpp.put_metric_data.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.actions.PutMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "javascript.v3.cloudwatch.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cw.JavaScript.metrics.putMetricData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/cloudwatch",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricData"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricData_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cloudwatch_Usage_MetricsAlarms",
+ "file": "cloudwatch_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &CW; operations.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.imports",
+ "python.example_code.cloudwatch.CloudWatchWrapper",
+ "python.example_code.cloudwatch.PutMetricData_DataSet",
+ "python.example_code.cloudwatch.PutMetricAlarm",
+ "python.example_code.cloudwatch.PutMetricData",
+ "python.example_code.cloudwatch.GetMetricStatistics",
+ "python.example_code.cloudwatch.DescribeAlarmsForMetric",
+ "python.example_code.cloudwatch.DeleteAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to put data in a metric, trigger an alarm that watches the metric, and get data from the alarm.",
+ "snippet_tags": [
+ "python.example_code.cloudwatch.Usage_MetricsAlarms"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cloudwatch",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &CW; metrics and alarms using an &AWS; SDK",
+ "title_abbrev": "Manage metrics and alarms",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cloudwatch": {
+ "__set__": [
+ "PutMetricAlarm",
+ "ListMetrics",
+ "DescribeAlarmsForMetric",
+ "GetMetricStatistics",
+ "DisableAlarmActions",
+ "PutMetricData",
+ "EnableAlarmActions",
+ "DeleteAlarms"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Usage_MetricsAlarms_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an alarm to watch a &CW; metric.",
+ "Put data into a metric and trigger the alarm.",
+ "Get data from the alarm.",
+ "Delete the alarm."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/codecommit/examples_catalog.json b/python/example_code/codecommit/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/codecommit/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/codepipeline/examples_catalog.json b/python/example_code/codepipeline/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/codepipeline/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
new file mode 100644
index 00000000000..ddca3f33c99
--- /dev/null
+++ b/python/example_code/cognito/examples_catalog.json
@@ -0,0 +1,2793 @@
+{
+ "examples": [
+ {
+ "id": "cognito-identity-provider_Hello",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.cognito.hello_cognito.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_cognito.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.cognito.hello_cognito"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito/hello_cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.HelloCognito"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_cognito.list_user_pools"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &COG;",
+ "title_abbrev": "Hello &COG;",
+ "synopsis": "get started using &COG;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ListUserPools"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_SignUp",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.CognitoActions.struct",
+ "gov2.cognito-identity-provider.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.signup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "SignUp"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminGetUser",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.GetAdminUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.getuser.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.getuser.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.SignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminGetUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_get_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminGetUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ResendConfirmationCode",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.resend.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.resend.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ResendConfirmationCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.resend_confirmation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ResendConfirmationCode"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ConfirmSignUp",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.confirm.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.confirm.signup.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ConfirmSignUp"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.confirm_signup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ConfirmSignUp"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ListUsers",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.ListUsers.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.ListUsers.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ListUsers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminInitiateAuth",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.initiateauth.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.initiateauth.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminInitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_initiate_auth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminInitiateAuth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AssociateSoftwareToken",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AssociateSoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.associate_software_token"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AssociateSoftwareToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_VerifySoftwareToken",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.token.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.token.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.verify_software_token"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "VerifySoftwareToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_AdminRespondToAuthChallenge",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.verify.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Respond to an MFA challenge by providing a code generated by an associated MFA application.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.AdminRespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.cognito.cognito_client",
+ "cpp.example_code.cognito.admin_respond_to_auth_challenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminRespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_ConfirmDevice",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.ConfirmDevice"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "ConfirmDevice"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_InitiateAuth",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.cognito-identity-provider.CognitoActions.struct",
+ "gov2.cognito-identity-provider.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example shows you how to start authentication with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.InitiateAuth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "InitiateAuth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_RespondToAuthChallenge",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sign in with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
+ "python.example_code.cognito-idp.RespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.actions.RespondToAuthChallenge"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "RespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Cognito.dotnetv3.Main",
+ "Cognito.dotnetv3.CognitoWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.kotlin.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cognito.java2.mvp.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &COG; functions used in the scenario.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.CognitoIdentityProviderWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario. This example also registers an MFA device to be tracked by &COG; and shows you how to sign in by using a password and information from the tracked device. This avoids the need to enter a new MFA code.",
+ "snippet_tags": [
+ "python.example_code.cognito-idp.Scenario_SignUpUserWithMfa"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "For the best experience, clone the GitHub repository and run this example. The following code represents a sample of the full example application.",
+ "snippet_tags": [
+ "javascript.v3.cognito-idp.scenarios.basic.SignUpHandler",
+ "javascript.v3.cognito-idp.actions.SignUp",
+ "javascript.v3.cognito-idp.scenarios.basic.ConfirmSignUpHandler",
+ "javascript.v3.cognito-idp.actions.ConfirmSignUp",
+ "javascript.v3.cognito-idp.scenarios.basic.AdminInitiateAuthHandler",
+ "javascript.v3.cognito-idp.actions.AdminInitiateAuth",
+ "javascript.v3.cognito-idp.scenarios.basic.AdminRespondToAuthChallengeHandler",
+ "javascript.v3.cognito-idp.actions.RespondToAuthChallenge",
+ "javascript.v3.cognito-idp.scenarios.basic.VerifySoftwareTokenHandler",
+ "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cognito-identity-provider/scenarios/basic",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cognito.client_configuration",
+ "cpp.example_code.getting_started_with_user_pools"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cognito",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Sign up a user with an &COG; user pool that requires MFA using an &AWS; SDK",
+ "title_abbrev": "Sign up a user with a user pool that requires MFA",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "cognito-identity-provider": {
+ "__set__": [
+ "AdminGetUser",
+ "AssociateSoftwareToken",
+ "ListUsers",
+ "ConfirmDevice",
+ "InitiateAuth",
+ "ConfirmSignUp",
+ "VerifySoftwareToken",
+ "AdminRespondToAuthChallenge",
+ "ResendConfirmationCode",
+ "SignUp",
+ "AdminInitiateAuth",
+ "RespondToAuthChallenge"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Sign up and confirm a user with a username, password, and email address.",
+ "Set up multi-factor authentication by associating an MFA application with the user.",
+ "Sign in by using a password and an MFA code."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
new file mode 100644
index 00000000000..bc9c3e8439c
--- /dev/null
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -0,0 +1,1676 @@
+{
+ "examples": [
+ {
+ "id": "comprehend_CreateDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.classifier.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.CreateDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "CreateDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_CreateDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListDocumentClassifiers",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.ListDocumentClassifiers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassifiers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DeleteDocumentClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DeleteDocumentClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DeleteDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_StartDocumentClassificationJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.StartDocumentClassificationJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartDocumentClassificationJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeDocumentClassificationJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassificationJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeDocumentClassificationJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListDocumentClassificationJobs",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.ListDocumentClassificationJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassificationJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_ComprehendClassifier",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a wrapper class to call &CMP; document classifier actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendClassifier",
+ "python.example_code.comprehend.CreateDocumentClassifier",
+ "python.example_code.comprehend.DescribeDocumentClassifier",
+ "python.example_code.comprehend.ListDocumentClassifiers",
+ "python.example_code.comprehend.DeleteDocumentClassifier",
+ "python.example_code.comprehend.StartDocumentClassificationJob",
+ "python.example_code.comprehend.DescribeDocumentClassificationJob",
+ "python.example_code.comprehend.ListDocumentClassificationJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class to help run the scenario.",
+ "snippet_tags": [
+ "python.example_code.comprehend.helper.ClassifierDemo_class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Train a classifier on a set of GitHub issues with known labels, then send a second set of GitHub issues to the classifier so that they can be labeled.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Scenario_CustomClassifier"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Train a custom &CMP; classifier and classify documents using an &AWS; SDK",
+ "title_abbrev": "Train a custom classifier and classify documents",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListDocumentClassificationJobs",
+ "ListDocumentClassifiers",
+ "DeleteDocumentClassifier",
+ "DescribeDocumentClassificationJob",
+ "StartDocumentClassificationJob",
+ "CreateDocumentClassifier",
+ "DescribeDocumentClassifier"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &CMP; multi-label classifier.",
+ "Train the classifier on sample data.",
+ "Run a classification job on a second set of data.",
+ "Extract the job output data from &S3;."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectDominantLanguage",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectDominantLanguageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_language.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectDominantLanguage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectDominantLanguage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectEntities",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectEntitiesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_entities.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectEntities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectKeyPhrases",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingKeyPhraseExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_keyphrases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectKeyPhrases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectKeyPhrases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectPiiEntities",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingPIIExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectPiiEntities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectPiiEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectSentiment",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingSentimentExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_sentiment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectSentiment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSentiment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DetectSyntax",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.DetectingSyntaxExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "comprehend.java2.detect_syntax.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectSyntax"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSyntax"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_DetectApis",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &CMPlong; actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendDetect_imports",
+ "python.example_code.comprehend.ComprehendDetect",
+ "python.example_code.comprehend.DetectDominantLanguage",
+ "python.example_code.comprehend.DetectEntities",
+ "python.example_code.comprehend.DetectKeyPhrases",
+ "python.example_code.comprehend.DetectPiiEntities",
+ "python.example_code.comprehend.DetectSentiment",
+ "python.example_code.comprehend.DetectSyntax"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to detect entities, phrases, and more in a document.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Usage_DetectApis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect document elements with &CMP; and an &AWS; SDK",
+ "title_abbrev": "Detect document elements",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DetectSentiment",
+ "DetectKeyPhrases",
+ "DetectDominantLanguage",
+ "DetectSyntax",
+ "DetectEntities",
+ "DetectPiiEntities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Detect languages, entities, and key phrases in a document.",
+ "Detect personally identifiable information (PII) in a document.",
+ "Detect the sentiment of a document.",
+ "Detect syntax elements in a document."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_StartTopicsDetectionJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Comprehend.dotnetv3.TopicModelingExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Comprehend/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.StartTopicsDetectionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_DescribeTopicsDetectionJob",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.DescribeTopicsDetectionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "DescribeTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_ListTopicsDetectionJobs",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.ListTopicsDetectionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "ListTopicsDetectionJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_TopicModeler",
+ "file": "comprehend_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a wrapper class to call &CMP; topic modeling actions.",
+ "snippet_tags": [
+ "python.example_code.comprehend.ComprehendTopicModeler",
+ "python.example_code.comprehend.StartTopicsDetectionJob",
+ "python.example_code.comprehend.DescribeTopicsDetectionJob",
+ "python.example_code.comprehend.ListTopicsDetectionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper class to run a topic modeling job and get job data.",
+ "snippet_tags": [
+ "python.example_code.comprehend.Scenario_TopicModeler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/comprehend",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run an &CMP; topic modeling job on sample data using an &AWS; SDK",
+ "title_abbrev": "Run a topic modeling job on sample data",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "comprehend": {
+ "__set__": [
+ "StartTopicsDetectionJob",
+ "ListTopicsDetectionJobs",
+ "DescribeTopicsDetectionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_TopicModeler_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Run an &CMP; topic modeling job on sample data.",
+ "Get information about the job.",
+ "Extract job output data from &S3;."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/config/examples_catalog.json b/python/example_code/config/examples_catalog.json
new file mode 100644
index 00000000000..b167fdbc007
--- /dev/null
+++ b/python/example_code/config/examples_catalog.json
@@ -0,0 +1,184 @@
+{
+ "examples": [
+ {
+ "id": "config-service_PutConfigRule",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.PutConfigRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "PutConfigRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "config-service_DescribeConfigRules",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.DescribeConfigRules"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "DescribeConfigRules"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRules_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "config-service_DeleteConfigRule",
+ "file": "config-service_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.config-service.ConfigWrapper",
+ "python.example_code.config-service.DeleteConfigRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/config",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "config-service": {
+ "__set__": [
+ "DeleteConfigRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/devicefarm/examples_catalog.json b/python/example_code/devicefarm/examples_catalog.json
new file mode 100644
index 00000000000..b0dbe0b01db
--- /dev/null
+++ b/python/example_code/devicefarm/examples_catalog.json
@@ -0,0 +1,131 @@
+{
+ "examples": [
+ {
+ "id": "device-farm_Scenario_BrowserTesting",
+ "file": "device-farm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use PyTest and Selenium to browse to specified websites, take screenshots, and compare actual website content with expected content.",
+ "snippet_tags": [
+ "python.example_code.device-farm.Scenario_BrowserTesting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/devicefarm/browser_testing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run browser tests with &ATP; and take screenshots using an &AWS; SDK",
+ "title_abbrev": "Run browser tests and take screenshots",
+ "synopsis": "run browser tests with &ATP; and take screenshots.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "device-farm": {
+ "__set__": [
+ "CreateTestGridUrl",
+ "GetTestGridSession"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_BrowserTesting_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "device-farm_Scenario_DeviceTesting",
+ "file": "device-farm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload compiled Android application and test packages to &ATP;, start a test, wait for test completion, and report the results.",
+ "snippet_tags": [
+ "python.example_code.device-farm.Scenario_DeviceTesting"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/devicefarm/device_testing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Upload and test mobile device packages with &ATP; using an &AWS; SDK",
+ "title_abbrev": "Upload and test device packages",
+ "synopsis": "upload and test mobile device packages with &ATP;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "device-farm": {
+ "__set__": [
+ "ListSuites",
+ "ListTests",
+ "ScheduleRun",
+ "StopRun",
+ "ListArtifacts",
+ "GetUpload",
+ "GetRun",
+ "CreateUpload",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_DeviceTesting_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
new file mode 100644
index 00000000000..565fe3141ff
--- /dev/null
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -0,0 +1,8308 @@
+{
+ "examples": [
+ {
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/DynamoDbItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/dynamodb_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a web application to track &DDB; data",
+ "title_abbrev": "Create a web application to track &DDB; data",
+ "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "dynamodb",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Hello",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.HelloDynamoDB"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "For more details on working with &DDB; in &JSBlong;, see Programming &DDB; with JavaScript.",
+ "snippet_tags": [
+ "javascript.v3.dynamodb.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.hello_dynamodb.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_dynamodb.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb/hello_dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.dynamodb.hello_dynamodb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &DDB;",
+ "title_abbrev": "Hello &DDB;",
+ "synopsis": "get started using &DDB;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_CreateTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.create_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table.",
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.createTable",
+ "php.example_code.dynamodb.service.createTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table for storing movie data.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.create-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.createTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.createTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.create_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.createtable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchGetItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Shows how to get batch items using the service client.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.get.items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Shows how to get batch items using the service client and a paginator.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.get.items.paginator.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.LowLevelBatchGetExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.Batching_imports",
+ "python.example_code.dynamodb.BatchGetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchGet.",
+ "snippet_tags": [
+ "javascript.v3.dynamodb.doc-client.BatchGet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.batch.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.batch_get_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.batchgetitem.batchget"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.BatchGetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchGetItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DescribeTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.DescribeTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.describe_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.describe_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.describeTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.describeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.describe_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DescribeTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchWriteItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Writes a batch of items to the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Inserts many items into a table by using the service client.",
+ "snippet_tags": [
+ "dynamodb.java2.batch.write.items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Inserts many items into a table by using the enhanced client.",
+ "snippet_tags": [
+ "dynamodb.java2.mapping.batchitems.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.batchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchWrite.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.movies.batchwriteV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.batch.WriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-writing",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.batch_write_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.populate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchWriteItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DeleteTable",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.delete_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.delete_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.delete_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.delete-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.deleteTableV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-deleting-a-table",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.delete_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.deletetable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_PutItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.put_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.put_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Puts an item into a table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.put_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.putItem",
+ "php.example_code.dynamodb.service.putItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.add-item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see PutCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.putV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an item in a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.putItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put an item in a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.put"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-writing-an-item",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.put_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.add-movie",
+ "ddb.swift.basics.movie.getasitem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "PutItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_GetItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.get_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Gets an item from a table by using the DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.getItem",
+ "php.example_code.dynamodb.service.getItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see GetCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.getV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.getItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.get"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-dynamodb-utilities.html#dynamodb-example-document-client-get",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.get_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.get"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "GetItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_UpdateItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.update_item.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.update_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Updates an item in a table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.update_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.updateItem",
+ "php.example_code.dynamodb.service.updateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update an item by using an update expression.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.UpdateItem.UpdateExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item by using an update expression that includes an arithmetic operation.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.UpdateItem.UpdateExpression.Arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item only when it meets certain conditions.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.UpdateItem.ConditionalExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.UpdateItem.UpdateExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see UpdateCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.updateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.update_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "UpdateItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_DeleteItem",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.delete_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.delete_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.key",
+ "php.example_code.dynamodb.basics.deleteItem",
+ "php.example_code.dynamodb.service.deleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "You can specify a condition so that an item is deleted only when it meets certain criteria.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.DeleteItem.ConditionExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.delete-item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see DeleteCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.deleteV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an item from a table.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.item.deleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an item from a table using the &DDB; document client.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.delete_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.delete_item"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code that waits for the table to become active.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_ListTables",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.dotnetv3.ListTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.list_tables.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.list_tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.listTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Determine whether a table exists.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scaffold",
+ "ruby.example_code.dynamodb.DescribeTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.list-tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Determine whether table exists.",
+ "snippet_tags": [
+ "dynamodb.rust.movies-does_table_exist"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.listTablesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.listTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.list_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.databasemanager.gettablelist"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Query",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.query_items.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.query.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Queries a table by using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.query.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Queries a table by using DynamoDbClient
and a secondary index.",
+ "snippet_tags": [
+ "dynamodb.java2.query_items_sec_index.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.query",
+ "php.example_code.dynamodb.service.query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Query items by using a key condition expression.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Query items and project them to return a subset of data.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
+ "python.example_code.dynamodb.Query.ProjectionExpression"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Find the movies made in the specified year.",
+ "snippet_tags": [
+ "dynamodb.rust.movies-movies_in_year"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see QueryCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.queryV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.docClient.query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.query_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.getMovies-year"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.Query"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "Query"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scan",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.cpp.scan_table.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.struct",
+ "gov2.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scan_items.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Scans an Amazon DynamoDB table using DynamoDbClient.",
+ "snippet_tags": [
+ "dynamodb.java2.dynamoDB_scan.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.scan",
+ "php.example_code.dynamodb.service.scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.class_decl",
+ "python.example_code.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBBasics.decl",
+ "ruby.example_code.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.list-items"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example uses the document client to simplify working with items in &DDB;. For API details see ScanCommand.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.movies.scanV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.JavaScript.table.scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/dynamodb",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-scanning",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.scan_items"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ddb.swift.import",
+ "ddb.swift.basics.getmovies-range"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.Scan"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "Scan"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_ExecuteStatement",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get a list of items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete a single movie.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a function receiver struct for the example.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get a list of items and project the results.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Select.Projected"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete an item.",
+ "snippet_tags": [
+ "gov2.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.putItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.getItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.updateItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an item using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.deleteItemV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.insertItemByPartiQL",
+ "php.example_code.dynamodb.service.getItemByPartiQL",
+ "php.example_code.dynamodb.service.updateItemByPartiQL",
+ "php.example_code.dynamodb.service.deleteItemByPartiQL"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLWrapper.class_decl",
+ "python.example_code.dynamodb.ExecuteStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Select a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Add a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a single item using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
+ "ruby.example_code.dynamodb.partiql.single_delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use an INSERT statement to add an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a SELECT statement to get an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an UPDATE statement to update an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use a DELETE statement to delete an item.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_BatchExecuteStatement",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a function receiver struct for the example.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "gov2.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.putItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.getItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.updateItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a batch of items using PartiQL.",
+ "snippet_tags": [
+ "dynamodb.JavaScript.partiQL.deleteItemsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.service.getItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_decl",
+ "python.example_code.dynamodb.BatchExecuteStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Read a batch of items using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
+ "ruby.example_code.dynamodb.partiql.batch_read"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a batch of items using PartiQL.",
+ "snippet_tags": [
+ "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
+ "ruby.example_code.dynamodb.partiql.batch_write"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Use batches of INSERT statements to add items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Insert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of SELECT statements to get items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Select"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of UPDATE statements to update items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Update"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use batches of DELETE statements to delete items.",
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Usage_DaxDemo",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a table with either the &DAX; or Boto3 client.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.01-create-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Write test data to the table.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.02-write-data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get items for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.03-getitem-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Query the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.04-query-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Scan the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.05-scan-test"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the table.",
+ "snippet_tags": [
+ "dynamodb.Python.TryDax.06-delete-table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb/TryDax",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Accelerate &DDB; reads with &DAX; using an &AWS; SDK",
+ "title_abbrev": "Accelerate reads with &DAX;",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Developing with the &DAXlong; Client",
+ "url": "amazondynamodb/latest/developerguide/DAX.client.html"
+ },
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable",
+ "PutItem",
+ "Query",
+ "GetItem",
+ "Scan",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and write data to a table with both the &DAX; and SDK clients.",
+ "Get, query, and scan the table with both clients and compare their performance."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_GettingStartedMovies",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.DynamoDB_Basics_Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Creates a table to contain movie data.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Adds a single movie to the table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Updates a single item in a table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Retrieves a single item from the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Writes a batch of items to the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deletes a single item from the table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Queries the table for movies released in a particular year.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Scans the table for movies released in a range of years.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Deletes the movie table.",
+ "snippet_tags": [
+ "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_GettingStartedMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that call &DDB; actions.",
+ "snippet_tags": [
+ "gov2.dynamodb.TableBasics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a &DDB; table.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.populate_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Full example.",
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a &DDB; table.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.create_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.populate_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an item from a table.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.get_item.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Full example.",
+ "snippet_tags": [
+ "dynamodb.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that encapsulates a &DDB; table.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Movies.imports",
+ "python.example_code.dynamodb.helper.Movies.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.get_sample_movie_data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_GettingStartedMovies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "This scenario uses the following helper class to ask questions at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.Question"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that encapsulates a &DDB; table.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a helper function to download and extract the sample JSON file.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.helper.get_sample_movie_data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario to create the table and perform actions on it.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_Basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.dynamodb_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dyn.abapv1.getting_started_with_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/dyn",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_GettingStarted.main",
+ "cpp.example_code.dynamodb.Scenario_GettingStarted",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A Swift class that handles &DDB; calls to the &Swift;.",
+ "snippet_tags": [
+ "ddb.swift.basics.movietable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The structures used by the MovieTable class to represent movies.",
+ "snippet_tags": [
+ "ddb.swift.basics.movie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A program that uses the MovieTable class to access a &DDB; database.",
+ "snippet_tags": [
+ "ddb.swift.basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The &DDB; getting started scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.scenario_getting_started_movies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &DDB; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.CreateTable",
+ "aws-cli.bash-linux.dynamodb.DescribeTable",
+ "aws-cli.bash-linux.dynamodb.PutItem",
+ "aws-cli.bash-linux.dynamodb.UpdateItem",
+ "aws-cli.bash-linux.dynamodb.BatchWriteItem",
+ "aws-cli.bash-linux.dynamodb.GetItem",
+ "aws-cli.bash-linux.dynamodb.Query",
+ "aws-cli.bash-linux.dynamodb.Scan",
+ "aws-cli.bash-linux.dynamodb.DeleteItem",
+ "aws-cli.bash-linux.dynamodb.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.dynamodb.iecho",
+ "aws-cli.bash-linux.dynamodb.errecho",
+ "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "DeleteTable",
+ "PutItem",
+ "BatchWriteItem",
+ "Query",
+ "DeleteItem",
+ "GetItem",
+ "DescribeTable",
+ "UpdateItem",
+ "Scan",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a table that can hold movie data.",
+ "Put, get, and update a single movie in the table.",
+ "Write movie data to the table from a sample JSON file.",
+ "Query for movies that were released in a given year.",
+ "Scan for movies that were released in a range of years.",
+ "Delete a movie from the table, then delete the table."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_PartiQLSingle",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-Complete",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie",
+ "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_PartiQLSingle"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that run PartiQL statements.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct",
+ "gov2.dynamodb.ExecuteStatement.Insert",
+ "gov2.dynamodb.ExecuteStatement.Select",
+ "gov2.dynamodb.ExecuteStatement.Update",
+ "gov2.dynamodb.ExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.partiql.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.scenario.partiql.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Execute single PartiQL statements.",
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.partiQL_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.partiql_basics.scenario",
+ "php.example_code.dynamodb.service.insertItemByPartiQL",
+ "php.example_code.dynamodb.service.getItemByPartiQL",
+ "php.example_code.dynamodb.service.updateItemByPartiQL",
+ "php.example_code.dynamodb.service.deleteItemByPartiQL"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that can run PartiQL statements.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLWrapper.imports",
+ "python.example_code.dynamodb.helper.PartiQLWrapper.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_PartiQLSingle"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_PartiQL_Single"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Single.main",
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Single",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.rust.partiql-make_table",
+ "dynamodb.rust.partiql-add_item",
+ "dynamodb.rust.partiql-query_item",
+ "dynamodb.rust.partiql-remove_item",
+ "dynamodb.rust.partiql-remove_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Query a &DDB; table using PartiQL and an &AWS; SDK",
+ "title_abbrev": "Query a table using PartiQL",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "ExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get an item by running a SELECT statement.",
+ "Add an item by running an INSERT statement.",
+ "Update an item by running an UPDATE statement.",
+ "Delete an item by running a DELETE statement."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "dynamodb_Scenario_PartiQLBatch",
+ "file": "dynamodb_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "PartiQL.dotnetv3.PartiQLBatchScenario",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch",
+ "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs batches of PartiQL queries.",
+ "snippet_tags": [
+ "gov2.dynamodb.Scenario_PartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a Movie struct that is used in this example.",
+ "snippet_tags": [
+ "gov2.dynamodb.Movie.struct"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct and methods that run PartiQL statements.",
+ "snippet_tags": [
+ "gov2.dynamodb.PartiQLRunner.struct",
+ "gov2.dynamodb.BatchExecuteStatement.Insert",
+ "gov2.dynamodb.BatchExecuteStatement.Select",
+ "gov2.dynamodb.ExecuteStatement.Select.Projected",
+ "gov2.dynamodb.BatchExecuteStatement.Update",
+ "gov2.dynamodb.BatchExecuteStatement.Delete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.kotlin.scenario.partiql.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "dynamodb.java2.scenario.partiql.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Execute batch PartiQL statements.",
+ "snippet_tags": [
+ "javascript.dynamodb_scenarios.partiQL_batch_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.dynamodb.partiql_batch.scenario",
+ "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.getItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
+ "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that can run batches of PartiQL statements.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.imports",
+ "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run a scenario that creates a table and runs PartiQL queries in batches.",
+ "snippet_tags": [
+ "python.example_code.dynamodb.Scenario_PartiQLBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario that creates a table and runs batch PartiQL queries.",
+ "snippet_tags": [
+ "ruby.example_code.dynamodb.Scenario_PartiQL_Batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Batch.main",
+ "cpp.example_code.dynamodb.Scenario_PartiQL_Batch",
+ "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
+ "cpp.example_code.dynamodb.scenario.waitTableActive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/dynamodb",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Query a &DDB; table by using batches of PartiQL statements and an &AWS; SDK",
+ "title_abbrev": "Query a table by using batches of PartiQL statements",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "dynamodb": {
+ "__set__": [
+ "BatchExecuteStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get a batch of items by running multiple SELECT statements.",
+ "Add a batch of items by running multiple INSERT statements.",
+ "Update a batch of items by running multiple UPDATE statements.",
+ "Delete a batch of items by running multiple DELETE statements."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
new file mode 100644
index 00000000000..f612b8f001b
--- /dev/null
+++ b/python/example_code/ec2/examples_catalog.json
@@ -0,0 +1,8317 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "ec2_Hello",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.HelloEc2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_security_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_securitygroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.hello_ec2.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_ec2.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.hello_ec2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2/hello_ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.ruby.hello_ec2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.ec2-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &EC2;",
+ "title_abbrev": "Hello &EC2;",
+ "synopsis": "get started using &EC2;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSecurityGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateKeyPair",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.exampleKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.createKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_key_pair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2,CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Rust implementation that calls the EC2 Client's create_key_pair and extracts the returned material.",
+ "snippet_tags": [
+ "ec2.rust.create_key.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A function that calls the create_key impl and securely saves the PEM private key.",
+ "snippet_tags": [
+ "ec2.rust.create_key.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateKeyPair"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeKeyPairs",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_key_pairs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.describe_key_pairs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.describeKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_key_pairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeKeyPairs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_keys.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeKeyPairs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateSecurityGroup",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.exampleSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.createSecurityGroupV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_security_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.create_security_group.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateSecurityGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_RunInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.create_instancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.create_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.RunInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.create_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "RunInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_StartInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.StartInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.start_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.start_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.startInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.start_stopInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an EC2 Instance by instance ID.",
+ "snippet_tags": [
+ "ec2.rust.start_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the ready and status ok states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_ready.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.start_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.StartInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "StartInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_StopInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.StopInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.stop_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.stop.instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.stopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.stop_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the stopped state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.stop_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.stop_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.StopInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "StopInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AllocateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.allocate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.allocate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.allocateElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/actions/allocate-address.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.allocate_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.AllocateAddress",
+ "cpp.example_code.ec2.AllocateAddress2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AllocateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.allocate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AllocateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AssociateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.associate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.associate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.associateElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.associate_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.allocate_address.client",
+ "cpp.example_code.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AssociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.associate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AssociateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DisassociateAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.disassociate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.disassociate_address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DisassociateAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.disassociate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DisassociateAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_ReleaseAddress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.release.address.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.release_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.decl",
+ "python.example_code.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.releaseElasticIPs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Addresses.releaseAddressV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.release_address"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.ReleaseAddress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.deallocate_address.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "ReleaseAddress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_AuthorizeSecurityGroupIngress",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.inbound.rule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.create_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Utility function to build an ingress rule.",
+ "snippet_tags": [
+ "cpp.example_code.ec2.BuildSampleIngressRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.authorize_security_group_ssh_ingress.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "AuthorizeSecurityGroupIngress"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteKeyPair",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.delete_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.delete_key_pair.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.decl",
+ "python.example_code.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.keypairs.deleteKeyPairV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.delete_key_pair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Wrapper around delete_key that also removes the backing private PEM key.",
+ "snippet_tags": [
+ "ec2.rust.delete_key.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_key.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteKeyPair"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeSecurityGroups",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_security_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_securitygroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.describeSecurityGroupsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_security_groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeSecurityGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.ec2-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSecurityGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteSecurityGroup",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.delete_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.delete_security_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.decl",
+ "python.example_code.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.SecurityGroups.deleteSecurityGroupV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.delete_security_group"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DeleteSecurityGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_security_group.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteSecurityGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_TerminateInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.TerminateInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.terminate_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.terminate_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.terminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v2.ec2.actions.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.TerminateInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.delete_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wait for an instance to be in the terminted state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_terminated.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "TerminateInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.getAllInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.describeInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve details for an EC2 Instance.",
+ "snippet_tags": [
+ "ec2.rust.describe_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "After creating an EC2 instance, retrieve and store its details.",
+ "snippet_tags": [
+ "ec2.rust.create_instance.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeRouteTables",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.describeRouteTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DescribeRouteTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeRouteTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_RebootInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Reboot an instance by its Id.",
+ "snippet_tags": [
+ "EC2.dotnetv3.RebootInstances",
+ "EC2.dotnetv3.WaitForInstanceState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Replace the profile for an instance, reboot, and restart a web server.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.reboot_instance.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.reboot_instance.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Waiters for instance to be in the stopped and ready states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
+ "snippet_tags": [
+ "ec2.rust.wait_for_instance_ready.impl",
+ "ec2.rust.wait_for_instance_stopped.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.JavaScript.Instances.rebootInstancesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.reboot_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.RebootInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "RebootInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeImages",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_images.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Using the list_images function with &SSM; to limit based on your environment. For more details on SSM, see https://docs.aws.amazon.com/systems-manager/latest/userguide/example_ssm_GetParameters_section.html.",
+ "snippet_tags": [
+ "ec2.rust.find_image.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeInstanceTypes",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "EC2.dotnetv3.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.describe_instance_type.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.java2.scenario.describe_instance.type.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.decl",
+ "python.example_code.ec2.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.ec2.actions.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.DescribeInstanceTypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this example.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.rust.list_instance_types.impl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeInstanceTypes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeAvailabilityZones",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.abapv1.describe_availability_zones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeAvailabilityZones"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeAvailabilityZones"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateVpc",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.createVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.Ruby.createVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.CreateVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateVpc"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteVpc",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.deleteVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DeleteVpc"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteVpc"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateVpcEndpoint",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.createVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.CreateVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateVpcEndpoint"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteVpcEndpoints",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.ec2.service.deleteVpcEndpoint"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ec2.VpcWrapper.decl",
+ "python.example_code.ec2.DeleteVpcEndpoints"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteVpcEndpoints"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeIamInstanceProfileAssociations",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.GetInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeIamInstanceProfileAssociations"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeIamInstanceProfileAssociations"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeIamInstanceProfileAssociations"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_ReplaceIamInstanceProfileAssociation",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example replaces the instance profile of a running instance, reboots the instance, and sends a command to the instance after it starts.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.ReplaceIamInstanceProfileAssociation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "ReplaceIamInstanceProfileAssociation"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_CreateLaunchTemplate",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ec2.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example creates a launch template that includes an instance profile that grants specific permissions to the instance, and a user data Bash script that runs on the instance after it starts.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DeleteLaunchTemplate",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteLaunchTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DeleteLaunchTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeVpcs",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeVpcs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeVpcs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_DescribeSubnets",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Ec2.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.ec2.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeSubnets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeSubnets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ec2_Scenario_GetStartedInstances",
+ "file": "ec2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "EC2.dotnetv3.Main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps EC2 actions.",
+ "snippet_tags": [
+ "EC2.dotnetv3.EC2WrapperClass"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/EC2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ec2.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "ec2.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps EC2 actions.",
+ "snippet_tags": [
+ "ec2.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ec2.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps key pair actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.KeyPairWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps security group actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.SecurityGroupWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps instance actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.InstanceWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps Elastic IP actions.",
+ "snippet_tags": [
+ "python.example_code.ec2.ElasticIpWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This file contains a list of common actions used with EC2. The steps are constructed\nwith a Scenario framework that simplifies running an interactive example. For the full\ncontext, visit the GitHub repository.\n",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/ec2/scenarios/steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.get_started_with_ec2_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &DDB; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.CreateKeyPair",
+ "aws-cli.bash-linux.ec2.DescribeKeyPairs",
+ "aws-cli.bash-linux.ec2.CreateSecurityGroup",
+ "aws-cli.bash-linux.ec2.DescribeSecurityGroups",
+ "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress",
+ "aws-cli.bash-linux.ec2.DescribeImages",
+ "aws-cli.bash-linux.ec2.DescribeInstanceTypes",
+ "aws-cli.bash-linux.ec2.RunInstances",
+ "aws-cli.bash-linux.ec2.DescribeInstances",
+ "aws-cli.bash-linux.ec2.StopInstances",
+ "aws-cli.bash-linux.ec2.StartInstances",
+ "aws-cli.bash-linux.ec2.AllocateAddress",
+ "aws-cli.bash-linux.ec2.AssociateAddress",
+ "aws-cli.bash-linux.ec2.DisassociateAddress",
+ "aws-cli.bash-linux.ec2.ReleaseAddress",
+ "aws-cli.bash-linux.ec2.TerminateInstances",
+ "aws-cli.bash-linux.ec2.DeleteSecurityGroup",
+ "aws-cli.bash-linux.ec2.DeleteKeyPair"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.ec2.errecho",
+ "aws-cli.bash-linux.ec2.aws_cli_error_log"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The EC2InstanceScenario implementation contains logic to run the example as a whole.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/getting_started/scenario.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The EC2Impl struct serves as a an automock point for testing, and its functions wrap the EC2 SDK calls.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/ec2.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The SSM struct serves as a an automock point for testing, and its functions wraps SSM SDK calls.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/ssm.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The scenario uses several \"Manager\"-style structs to handle access to resources that are created and deleted throughout the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/getting_started/elastic_ip.rs",
+ "rustv1/examples/ec2/src/getting_started/instance.rs",
+ "rustv1/examples/ec2/src/getting_started/key_pair.rs",
+ "rustv1/examples/ec2/src/getting_started/security_group.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "The main entry point for the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/ec2/src/bin/getting-started.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ec2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ec2": {
+ "__set__": [
+ "DescribeKeyPairs",
+ "DescribeInstanceTypes",
+ "AllocateAddress",
+ "AssociateAddress",
+ "UnmonitorInstances",
+ "DescribeImages",
+ "AuthorizeSecurityGroupIngress",
+ "CreateKeyPair",
+ "DescribeInstances",
+ "DeleteKeyPair",
+ "RunInstances",
+ "ReleaseAddress",
+ "DeleteSecurityGroup",
+ "DescribeSecurityGroups",
+ "StartInstances",
+ "CreateSecurityGroup",
+ "DisassociateAddress",
+ "StopInstances",
+ "TerminateInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a key pair and security group.",
+ "Select an Amazon Machine Image (AMI) and compatible instance type, then create an instance.",
+ "Stop and restart the instance.",
+ "Associate an Elastic IP address with your instance.",
+ "Connect to your instance with SSH, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
new file mode 100644
index 00000000000..db0916d91f6
--- /dev/null
+++ b/python/example_code/ecr/examples_catalog.json
@@ -0,0 +1,1248 @@
+{
+ "examples": [
+ {
+ "id": "ecr_Hello",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin_hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2_hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ECR;",
+ "title_abbrev": "Hello &ECR;",
+ "synopsis": "get started using &ECR;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "listImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_SetRepositoryPolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.set.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.set.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.SetRepositoryPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Example that grants an IAM role download access.",
+ "snippet_tags": [
+ "python.example_code.ecr.grant_role_download_access"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "SetRepositoryPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_GetRepositoryPolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.get.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.get.repo.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.GetRepositoryPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "GetRepositoryPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_GetAuthorizationToken",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.get.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.get.token.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.GetAuthorizationToken"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "GetAuthorizationToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_PutLifeCyclePolicy",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.PutLifeCyclePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Example that puts an expiration date policy.",
+ "snippet_tags": [
+ "python.example_code.ecr.put_expiration_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "PutLifeCyclePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DescribeImages",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.verify.image.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.verify.image.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DescribeImages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DescribeImages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DeleteRepository",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.delete.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.delete.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DeleteRepository"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DeleteRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_CreateRepository",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.create.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.create.repo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.CreateRepository"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "CreateRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_DescribeRepositories",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.kotlin.describe.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.java2.describe.policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ecr.rust.describe-repos"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.decl",
+ "python.example_code.ecr.ECRWrapper.DescribeRepositories"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "DescribeRepositories"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ecr_Scenario_RepositoryManagement",
+ "file": "ecr_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ECR; features.",
+ "snippet_tags": [
+ "ecr.kotlin_scenario.parent.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ECR; SDK methods.",
+ "snippet_tags": [
+ "ecr.kotlin_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ECR; features.",
+ "snippet_tags": [
+ "ecr.java2_scenario.parent.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ECR; SDK methods.",
+ "snippet_tags": [
+ "ecr.java2_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ecr.BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "ECRWrapper class that wraps &ECR; actions.",
+ "snippet_tags": [
+ "python.example_code.ecr.ECRWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ecr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ecr": {
+ "__set__": [
+ "StartLifecyclePolicyPreview",
+ "DeleteRepository",
+ "DescribeImages",
+ "SetRepositoryPolicy",
+ "GetAuthorizationToken",
+ "GetRepositoryPolicy",
+ "DescribeRepositories",
+ "CreateRepository"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Scenario_RepositoryManagement_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ECR; repository.",
+ "Set repository policies.",
+ "Retrieve repository URIs.",
+ "Get &ECR; authorization tokens.",
+ "Set lifecycle policies for &ECR; repositories.",
+ "Push a Docker image to an &ECR; repository.",
+ "Verify the existence of an image in an &ECR; repository.",
+ "List &ECR; repositories for your account and get details about them.",
+ "Delete &ECR; repositories."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
new file mode 100644
index 00000000000..807219b1646
--- /dev/null
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -0,0 +1,1483 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_Hello",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.example_code.elbv2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.elbv2.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/elastic-load-balancing-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ELB;",
+ "title_abbrev": "Hello &ELB;",
+ "synopsis": "get started using &ELB;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeLoadBalancers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DescribeLoadBalancers",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DescribeLoadBalancers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DescribeLoadBalancers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/elastic-load-balancing-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeLoadBalancers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateTargetGroup",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateTargetGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DeleteTargetGroup",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteTargetGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DeleteTargetGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateLoadBalancer",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateLoadBalancer"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateListener",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateListener"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "CreateListener"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DeleteLoadBalancer",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteLoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DeleteLoadBalancer"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_DescribeTargetHealth",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javav2.cross_service.resilient_service.elbv2.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.cross_service.resilient_service.LoadBalancer.decl",
+ "python.cross_service.resilient_service.elbv2.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/elastic-load-balancing",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DescribeTargetHealth"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetHealth"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetHealth_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/emr/examples_catalog.json b/python/example_code/emr/examples_catalog.json
new file mode 100644
index 00000000000..eca340cc2b3
--- /dev/null
+++ b/python/example_code/emr/examples_catalog.json
@@ -0,0 +1,473 @@
+{
+ "examples": [
+ {
+ "id": "emr_RunJobFlow",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.RunJobFlow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "RunJobFlow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_DescribeCluster",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.DescribeCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "DescribeCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeCluster_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_TerminateJobFlows",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.TerminateJobFlows"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "TerminateJobFlows"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_AddJobFlowSteps",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add a Spark step, which is run by the cluster as soon as it is added.",
+ "snippet_tags": [
+ "python.example_code.emr.AddJobFlowSteps"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an &EMR; File System (EMRFS) command as a job step on a cluster. This can be used to automate EMRFS commands on a cluster instead of running commands manually through an SSH connection.",
+ "snippet_tags": [
+ "emr.python.addstep.emrfs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "AddJobFlowSteps"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_ListSteps",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.ListSteps"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "ListSteps"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_DescribeStep",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.emr.DescribeStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "DescribeStep"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_Usage_InstallLibrariesWithSsm",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "emr.python.jupyterhub.installlibraries"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Run a shell script to install libraries on &EMR; instances using an &AWS; SDK",
+ "title_abbrev": "Run a shell script to install libraries",
+ "synopsis": "use &SYSlong; to run a shell script on &EMR; instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": [
+ "ListInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "emr_Scenario_ShortLivedEmrCluster",
+ "file": "emr_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_EmrShortLivedCluster_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/emr",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a short-lived &EMR; cluster and run a step using an &AWS; SDK",
+ "title_abbrev": "Create a short-lived &EMR; cluster and run a step",
+ "synopsis": "create a short-lived &EMR; cluster that runs a step and automatically terminates after the step completes.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "emr": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/firehose/examples_catalog.json b/python/example_code/firehose/examples_catalog.json
new file mode 100644
index 00000000000..30e16baa941
--- /dev/null
+++ b/python/example_code/firehose/examples_catalog.json
@@ -0,0 +1,316 @@
+{
+ "examples": [
+ {
+ "id": "firehose_PutRecord",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.java2.put_record.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.firehose.init",
+ "python.example_code.firehose.put_record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecord"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecord_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "firehose_PutRecordBatch",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.java2.put_batch_records.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "firehose.rust.put_record_batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.firehose.init",
+ "python.example_code.firehose.put_record_batch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecordBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecordBatch_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "firehose_Scenario_PutRecords",
+ "file": "firehose_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example puts individual and batch records to &FH;.",
+ "snippet_tags": [
+ "firehose.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/firehose",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This script puts individual and batch records to &FH;.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/firehose/scenarios/firehose-put-actions/firehose.py"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "This file contains config for the above script.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "python/example_code/firehose/scenarios/firehose-put-actions/config.py"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/firehose/scenarios/firehose-put-actions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &FHlong; to process individual and batch records",
+ "title_abbrev": "Put records to &FH;",
+ "synopsis": "use &FH; to process individual and batch records.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "firehose": {
+ "__set__": [
+ "PutRecord",
+ "PutRecordBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_Scenario_PutRecords_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/glacier/examples_catalog.json b/python/example_code/glacier/examples_catalog.json
new file mode 100644
index 00000000000..6310803b4d4
--- /dev/null
+++ b/python/example_code/glacier/examples_catalog.json
@@ -0,0 +1,1362 @@
+{
+ "examples": [
+ {
+ "id": "glacier_CreateVault",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.CreateVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.CreateVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "glacier.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the vault.",
+ "snippet_tags": [
+ "glacier.JavaScript.vault.createVaultV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-creating-a-vault.html",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.JavaScript.vault.createVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-creating-a-vault.html",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "CreateVault"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_CreateVault_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_ListVaults",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ListVaults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.list_vaults.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListVaults"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListVaults"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_UploadArchive",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Upload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.UploadArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "glacier.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the archive.",
+ "snippet_tags": [
+ "glacier.JavaScript.upload.uploadArchiveV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-uploadarchive.html",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.JavaScript.upload.uploadArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/glacier",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-uploadrchive.html",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "UploadArchive"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_InitiateJob",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve a vault inventory.",
+ "snippet_tags": [
+ "glacier.java2.download.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve an archive from a vault. This example uses the ArchiveTransferManager class. For API details see ArchiveTransferManager.",
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Download"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve a vault inventory.",
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.InitiateJob.InventoryRetrieval"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Retrieve an archive from a vault.",
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.InitiateJob.ArchiveRetrieval"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "InitiateJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_ListJobs",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glacier.dotnetv3.GlacierActions.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteVault",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteVault"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteArchive",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glacier.java2.delete.archive.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteArchive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteArchive"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DescribeJob",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DescribeJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DescribeJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_GetJobOutput",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.GetJobOutput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "GetJobOutput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_SetVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.SetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "SetVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_GetVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.GetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "GetVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_DeleteVaultNotifications",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.DeleteVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteVaultNotifications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glacier_Usage_UploadNotifyInitiate",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLshort; operations.",
+ "snippet_tags": [
+ "python.example_code.glacier.imports",
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.CreateVault",
+ "python.example_code.glacier.ListVaults",
+ "python.example_code.glacier.UploadArchive",
+ "python.example_code.glacier.InitiateJob.ArchiveRetrieval",
+ "python.example_code.glacier.ListJobs",
+ "python.example_code.glacier.SetVaultNotifications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to create a vault and upload a file, then configure the vault to publish notifications and initiate a job to retrieve the archive.",
+ "snippet_tags": [
+ "python.example_code.glacier.usage.upload_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Archive a file to &GLlong;, get notifications, and initiate a job using an &AWS; SDK",
+ "title_abbrev": "Archive a file, get notifications, and initiate a job",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "ListVaults",
+ "UploadArchive",
+ "SetVaultNotifications",
+ "CreateVault",
+ "InitiateJob",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &GLlong; vault.",
+ "Configure the vault to publish notifications to an &SNS; topic.",
+ "Upload an archive file to the vault.",
+ "Initiate an archive retrieval job."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "glacier_Usage_RetrieveDelete",
+ "file": "glacier_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLshort; operations.",
+ "snippet_tags": [
+ "python.example_code.glacier.imports",
+ "python.example_code.glacier.GlacierWrapper",
+ "python.example_code.glacier.ListJobs",
+ "python.example_code.glacier.GetJobOutput",
+ "python.example_code.glacier.DeleteArchive",
+ "python.example_code.glacier.DeleteVault"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call functions on the wrapper class to get archive content from a completed job, then delete the archive.",
+ "snippet_tags": [
+ "python.example_code.glacier.usage.retrieve_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glacier",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get &GLlong; archive content and delete the archive using an &AWS; SDK",
+ "title_abbrev": "Get archive content and delete the archive",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glacier": {
+ "__set__": [
+ "DeleteArchive",
+ "DeleteVault",
+ "GetJobOutput",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "List jobs for an &GLlong; vault and get job status.",
+ "Get the output of a completed archive retrieval job.",
+ "Delete an archive.",
+ "Delete a vault."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
new file mode 100644
index 00000000000..bff6184f485
--- /dev/null
+++ b/python/example_code/glue/examples_catalog.json
@@ -0,0 +1,4626 @@
+{
+ "examples": [
+ {
+ "id": "glue_Hello",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.HelloGlue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.list_jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.glue.hello_glue.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_glue.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.glue.hello_glue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue/hello_glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.hello_glue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.glue.HelloGlue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &GLU;",
+ "title_abbrev": "Hello &GLU;",
+ "synopsis": "get started using &GLU;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.get_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.getCrawler",
+ "php.example_code.glue.service.getCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_CreateCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.create_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.create_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.crawlerName",
+ "php.example_code.glue.basics.getRole",
+ "php.example_code.glue.basics.createCrawler",
+ "php.example_code.glue.service.createCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.CreateCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.create_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "CreateCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_StartCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.start_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.start_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.crawlerName",
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.startCrawler",
+ "php.example_code.glue.service.startCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.StartCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.start_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "StartCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetDatabase",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.get_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getDatabase",
+ "php.example_code.glue.service.getDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_database"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetDatabase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetTables",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getTables",
+ "php.example_code.glue.service.getTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_CreateJob",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.create_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.getRole",
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.createJob",
+ "php.example_code.glue.service.createJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.CreateJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.create_job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "CreateJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_StartJobRun",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.start.job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.databaseName",
+ "php.example_code.glue.basics.getTables",
+ "php.example_code.glue.basics.startJobRun",
+ "php.example_code.glue.service.startJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.StartJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.start_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "StartJobRun"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_ListJobs",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.listJobs",
+ "php.example_code.glue.service.listJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.ListJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.list_jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetJobRuns",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.get_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.getJobRuns",
+ "php.example_code.glue.service.getJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetJobRuns"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetJobRuns"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_GetJobRun",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.jobName",
+ "php.example_code.glue.basics.startJobRun",
+ "php.example_code.glue.basics.getJobRun",
+ "php.example_code.glue.service.getJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.GetJobRun"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.get_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetJobRun"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRun_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteJob",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteJob",
+ "php.example_code.glue.service.deleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteTable",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteTable",
+ "php.example_code.glue.service.deleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_table"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteDatabase",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_database.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteDatabase",
+ "php.example_code.glue.service.deleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteDatabase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_database"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteDatabase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_DeleteCrawler",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.delete_crawler.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Glue.dotnetv3.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.deleteCrawler",
+ "php.example_code.glue.service.deleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.decl",
+ "python.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.decl",
+ "ruby.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.client_configuration",
+ "cpp.example_code.glue.glue_client",
+ "cpp.example_code.glue.DeleteCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.glue.delete_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "DeleteCrawler"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_Scenario_GetStartedCrawlersJobs",
+ "file": "glue_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions that are used in the scenario.",
+ "snippet_tags": [
+ "Glue.dotnetv3.GlueWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "Glue.dotnetv3.GlueBasics.GlobalUsings",
+ "Glue.dotnetv3.GlueBasics.Main",
+ "Glue.dotnetv3.GlueBasics.UiWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "glue.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.glue.basics.scenario",
+ "php.example_code.glue.service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions used in the scenario.",
+ "snippet_tags": [
+ "python.example_code.glue.GlueWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "python.example_code.glue.Scenario_GetStartedCrawlersJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
+ "snippet_tags": [
+ "python.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a class that wraps &GLU; functions used in the scenario.",
+ "snippet_tags": [
+ "ruby.example_code.glue.GlueWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that runs the scenario.",
+ "snippet_tags": [
+ "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
+ "snippet_tags": [
+ "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateCrawler",
+ "javascript.v3.glue.actions.GetCrawler",
+ "javascript.v3.glue.actions.StartCrawler",
+ "javascript.v3.glue.scenarios.basic.CreateCrawlerStep",
+ "javascript.v3.glue.scenarios.basic.StartCrawlerStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about databases and tables in your &GLUDCLong;.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetDatabase",
+ "javascript.v3.glue.actions.GetTables",
+ "javascript.v3.glue.scenarios.basic.GetDatabaseStep",
+ "javascript.v3.glue.scenarios.basic.GetTablesStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.CreateJob",
+ "javascript.v3.glue.actions.StartJobRun",
+ "javascript.v3.glue.scenarios.basic.CreateJobStep",
+ "javascript.v3.glue.scenarios.basic.StartJobRunStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about job runs and view some of the transformed data.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.GetJobRuns",
+ "javascript.v3.glue.actions.GetJobRun",
+ "javascript.v3.glue.scenarios.basic.PickJobRunStep"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all resources created by the demo.",
+ "snippet_tags": [
+ "javascript.v3.glue.actions.DeleteJob",
+ "javascript.v3.glue.actions.DeleteTable",
+ "javascript.v3.glue.actions.DeleteDatabase",
+ "javascript.v3.glue.actions.DeleteCrawler",
+ "javascript.v3.glue.scenarios.basic.CleanUpJobsStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpTablesStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpDatabasesStep",
+ "javascript.v3.glue.scenarios.basic.CleanUpCrawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.glue.glue_getting_started_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
+ "snippet_tags": [
+ "rust.glue.create_crawler",
+ "rust.glue.start_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List information about databases and tables in your &GLUDCLong;.",
+ "snippet_tags": [
+ "rust.glue.get_database",
+ "rust.glue.get_tables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
+ "snippet_tags": [
+ "rust.glue.create_job",
+ "rust.glue.start_job_run"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all resources created by the demo.",
+ "snippet_tags": [
+ "rust.glue.delete_job",
+ "rust.glue.delete_table",
+ "rust.glue.delete_database",
+ "rust.glue.delete_crawler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/glue",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Tutorial: Getting started with &GLU; Studio",
+ "url": "glue/latest/ug/tutorial-create-job.html"
+ },
+ "service_main": null,
+ "services": {
+ "glue": {
+ "__set__": [
+ "GetDatabases",
+ "GetJobRun",
+ "CreateCrawler",
+ "GetJobRuns",
+ "StartCrawler",
+ "DeleteTable",
+ "DeleteCrawler",
+ "GetCrawler",
+ "StartJobRun",
+ "GetTables",
+ "CreateJob",
+ "DeleteDatabase",
+ "GetDatabase",
+ "DeleteJob",
+ "GetJob",
+ "ListJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Scenario_GetStartedCrawlersJobs_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a crawler that crawls a public &S3; bucket and generates a database of CSV-formatted metadata.",
+ "List information about databases and tables in your &GLUDCLong;.",
+ "Create a job to extract CSV data from the S3 bucket, transform the data, and load JSON-formatted output into another S3 bucket.",
+ "List information about job runs, view transformed data, and clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/greengrass/examples_catalog.json b/python/example_code/greengrass/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/greengrass/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/healthlake/examples_catalog.json b/python/example_code/healthlake/examples_catalog.json
new file mode 100644
index 00000000000..6a3716c8eb6
--- /dev/null
+++ b/python/example_code/healthlake/examples_catalog.json
@@ -0,0 +1,792 @@
+{
+ "examples": [
+ {
+ "id": "healthlake_CreateFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.CreateFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code shows an example of parameters for a SMART on FHIR-enabled HealthLake data store.\n",
+ "snippet_tags": [
+ "python.example_code.healthlake.CreateFHIRDatastore.smart"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "CreateFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_CreateFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRDatastores",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DeleteFHIRDatastore",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DeleteFHIRDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DeleteFHIRDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_StartFHIRImportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.StartFHIRImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "StartFHIRImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRImportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRImportJobs",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRImportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRImportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_StartFHIRExportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.StartFHIRExportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "StartFHIRExportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_DescribeFHIRExportJob",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.DescribeFHIRExportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "DescribeFHIRExportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListFHIRExportJobs",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListFHIRExportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListFHIRExportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_TagResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_ListTagsForResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "ListTagsForResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "healthlake_UntagResource",
+ "file": "healthlake_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.healthlake.HealthLakeWrapper.decl",
+ "python.example_code.healthlake.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/healthlake",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "healthlake": {
+ "__set__": [
+ "UntagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_UntagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
new file mode 100644
index 00000000000..055d49e71ac
--- /dev/null
+++ b/python/example_code/iam/examples_catalog.json
@@ -0,0 +1,11115 @@
+{
+ "examples": [
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.AutoScalerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "ResilientService.dotnetv3.SmParameterWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "javav2.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/usecases/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_Runner"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &AS; and &EC2; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_AutoScaler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &ELB; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_LoadBalancer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that uses &DDB; to simulate a recommendation service.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_RecommendationService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a class that wraps &SYS; actions.",
+ "snippet_tags": [
+ "python.example_code.workflow.ResilientService_ParameterHelper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/cross_service/resilient_service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the interactive scenario at a command prompt.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to deploy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to run the demo.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Create steps to destroy all of the resources.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build and manage a resilient service using an &AWS; SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "auto-scaling": {
+ "__set__": [
+ "UpdateAutoScalingGroup",
+ "AttachLoadBalancerTargetGroups",
+ "TerminateInstanceInAutoScalingGroup",
+ "CreateAutoScalingGroup",
+ "DeleteAutoScalingGroup",
+ "DescribeAutoScalingGroups"
+ ]
+ },
+ "ec2": {
+ "__set__": [
+ "CreateLaunchTemplate",
+ "DeleteLaunchTemplate",
+ "DescribeVpcs",
+ "ReplaceIamInstanceProfileAssociation",
+ "DescribeIamInstanceProfileAssociations",
+ "RebootInstances",
+ "DescribeAvailabilityZones",
+ "DescribeSubnets",
+ "DescribeInstances"
+ ]
+ },
+ "elastic-load-balancing-v2": {
+ "__set__": [
+ "DescribeTargetGroups",
+ "DescribeLoadBalancers",
+ "CreateLoadBalancer",
+ "DeleteLoadBalancer",
+ "CreateListener",
+ "DeleteTargetGroup",
+ "DescribeTargetHealth",
+ "CreateTargetGroup"
+ ]
+ },
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile",
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with &ELBlong;.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an &DDBlong; table.",
+ "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Hello",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.HelloIAM"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.iam.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "From src/bin/hello.rs.",
+ "snippet_tags": [
+ "rust.example_code.iam.hello_bin"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "From src/iam-service-lib.rs.",
+ "snippet_tags": [
+ "rust.example_code.iam.hello_lib"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.iam.hello_iam.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the iam.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.iam.hello_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam/hello_iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.iam.hello_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.HelloIAM"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &IAM;",
+ "title_abbrev": "Hello &IAM;",
+ "synopsis": "get started using &IAM;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateAccountAlias",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the account alias.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.createAccountAliasV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.createAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_account_alias.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteAccountAlias",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_account_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the account alias.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.deleteAccountAliasV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.deleteAccountAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_account_alias.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAccountAliases",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_account_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_account_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List, create, and delete account aliases.",
+ "snippet_tags": [
+ "iam.ruby.ManageAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the account aliases.",
+ "snippet_tags": [
+ "iam.JavaScript.alias.listAccountAliasesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.alias.listAccountAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_account_aliases.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccountAliases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountAuthorizationDetails",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountAuthorizationDetails"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountAuthorizationDetails"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountSummary",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountSummary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountSummary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GenerateCredentialReport",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GenerateCredentialReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GenerateCredentialReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetCredentialReport",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetCredentialReport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetCredentialReport"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccountPasswordPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the account password policy.",
+ "snippet_tags": [
+ "iam.JavaScript.getaccountpasswordpolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.struct",
+ "gov2.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.GetAccountPasswordPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.get_account_password_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountPasswordPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListSAMLProviders",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the SAML providers.",
+ "snippet_tags": [
+ "iam.JavaScript.listsamlprovidersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.struct",
+ "gov2.iam.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListSAMLProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.ListSamlProviders"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_saml_providers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListSAMLProviders"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_AccountManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; account actions.",
+ "snippet_tags": [
+ "python.example_code.iam.account_wrapper.imports",
+ "python.example_code.iam.ListAccountAliases",
+ "python.example_code.iam.CreateAccountAlias",
+ "python.example_code.iam.DeleteAccountAlias",
+ "python.example_code.iam.GenerateCredentialReport",
+ "python.example_code.iam.GetCredentialReport",
+ "python.example_code.iam.GetAccountSummary",
+ "python.example_code.iam.GetAccountAuthorizationDetails"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call wrapper functions to change the account alias and to get reports about the account.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_AccountManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage your &IAM; account using an &AWS; SDK",
+ "title_abbrev": "Manage your account",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccountSummary",
+ "GenerateCredentialReport",
+ "CreateAccountAlias",
+ "GetAccountAuthorizationDetails",
+ "ListAccountAliases",
+ "GetCredentialReport",
+ "DeleteAccountAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get and update the account alias.",
+ "Generate a report of users and credentials.",
+ "Get a summary of account usage.",
+ "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.createAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.createAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_access_key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.deleteAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.deleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_access_key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetAccessKeyLastUsed",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetAccessKeyLastUsed"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.getAccessKeyLastUsedV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.getAccessKeyLastUsed"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.access_key_last_used.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetAccessKeyLastUsed"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAccessKeys",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_access_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_access_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, deactivates, and deletes access keys.",
+ "snippet_tags": [
+ "iam.ruby.exampleAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the access keys.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.listAccessKeysV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-listing",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.listAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iiam-examples-managing-access-keys-listing",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_access_keys.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.ListAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccessKeys"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_UpdateAccessKey",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.update_access_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.UpdateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the access key.",
+ "snippet_tags": [
+ "iam.JavaScript.keys.updateAccessKeyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.keys.updateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.update_access_key.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.UpdateAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "UpdateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_ManageAccessKeys",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; access key actions.",
+ "snippet_tags": [
+ "python.example_code.iam.access_key_wrapper.imports",
+ "python.example_code.iam.ListAccessKeys",
+ "python.example_code.iam.CreateAccessKey",
+ "python.example_code.iam.GetAccessKeyLastUsed",
+ "python.example_code.iam.UpdateAccessKey",
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to perform access key actions for the current user.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_ManageAccessKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; access keys using an &AWS; SDK",
+ "title_abbrev": "Manage access keys",
+ "synopsis": "manage access keys. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAccessKeys",
+ "DeleteAccessKey",
+ "CreateAccessKey",
+ "GetAccessKeyLastUsed",
+ "UpdateAccessKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and list access keys.",
+ "Find out when and how an access key was last used.",
+ "Update and delete access keys."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreatePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createPolicy",
+ "php.example_code.iam.service.createPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.createPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.createPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_policy.code",
+ "iam.cpp.build_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreatePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeletePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.users.deletepolicyv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeletePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreatePolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreatePolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreatePolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListPolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies.",
+ "snippet_tags": [
+ "iam.JavaScript.listpoliciesv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listpolicies.handler.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_policies.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.get_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.getPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.getPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.struct",
+ "gov2.iam.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.getpolicy.handler.GetPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.get_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetPolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetPolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RollbackPolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_RollbackPolicyVersion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Roll back an &IAM; policy version using an &AWS; SDK",
+ "title_abbrev": "Roll back a policy version",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicyVersions",
+ "DeletePolicyVersion",
+ "SetDefaultPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get the list of policy versions in order by date.",
+ "Find the default policy version.",
+ "Make the previous policy version the default.",
+ "Delete the old default version."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_AttachRolePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.attach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.attach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createRole",
+ "php.example_code.iam.iam_basics.createPolicy",
+ "php.example_code.iam.iam_basics.attachRolePolicy",
+ "php.example_code.iam.service.attachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Attach a policy to a role using the Boto3 Policy object.",
+ "snippet_tags": [
+ "python.example_code.iam.AttachRolePolicy_Policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Attach a policy to a role using the Boto3 Role object.",
+ "snippet_tags": [
+ "python.example_code.iam.AttachRolePolicy_Role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.attach_role_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.attachrolepolicy.handler.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Attach the policy.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.attachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.attach_role_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListAttachedRolePolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies that are attached to a role.",
+ "snippet_tags": [
+ "iam.JavaScript.listattachedrolepoliciesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listAttachRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_attached_role_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listattachedrolepolicies.handler.ListAttachedRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListAttachedRolePolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DetachRolePolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.detach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.detach_role_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detach a policy from a role using the Boto3 Policy object.",
+ "snippet_tags": [
+ "python.example_code.iam.DetachRolePolicy_Policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detach a policy from a role using the Boto3 Role object.",
+ "snippet_tags": [
+ "python.example_code.iam.DetachRolePolicy_Role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example module lists, creates, attaches, and detaches role policies.",
+ "snippet_tags": [
+ "ruby.iam.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.detach_role_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detach the policy.",
+ "snippet_tags": [
+ "iam.JavaScript.policies.detachRolePolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.policies.detachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.detach_role_policy01.code",
+ "iam.cpp.detach_role_policy02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DetachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DetachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_PolicyManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; policy actions.",
+ "snippet_tags": [
+ "python.example_code.iam.policy_wrapper.imports",
+ "python.example_code.iam.CreatePolicy",
+ "python.example_code.iam.ListPolicies",
+ "python.example_code.iam.CreatePolicyVersion",
+ "python.example_code.iam.GetPolicyVersion",
+ "python.example_code.iam.Scenario_RollbackPolicyVersion",
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create policies, update versions, and get information about them.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_PolicyManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; policies using an &AWS; SDK",
+ "title_abbrev": "Manage policies",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListPolicyVersions",
+ "ListPolicies",
+ "DeletePolicyVersion",
+ "SetDefaultPolicyVersion",
+ "DeletePolicy",
+ "CreatePolicy",
+ "CreatePolicyVersion",
+ "GetPolicyVersion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create and list policies.",
+ "Create and get policy versions.",
+ "Roll back a policy to a previous version.",
+ "Delete policies."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_role.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createRole",
+ "php.example_code.iam.service.createRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createrole.handler.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the role.",
+ "snippet_tags": [
+ "iam.JavaScript.users.createrolev3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_iam_role.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListRoles",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the roles.",
+ "snippet_tags": [
+ "iam.JavaScript.listrolesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_roles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listroles.handler.ListRoles"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListRoles"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_GetRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the role.",
+ "snippet_tags": [
+ "iam.JavaScript.getRoleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.getRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.get_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.getrole.handler.GetRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "GetRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the role.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListRolePolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the policies.",
+ "snippet_tags": [
+ "iam.JavaScript.listrolepoliciesv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_role_policies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listrolepolicies.handler.ListRolePolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListRolePolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RoleManagement",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM; role actions.",
+ "snippet_tags": [
+ "python.example_code.iam.role_wrapper.imports",
+ "python.example_code.iam.CreateRole",
+ "python.example_code.iam.AttachRolePolicy_Role",
+ "python.example_code.iam.DetachRolePolicy_Role",
+ "python.example_code.iam.DeleteRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create a role, then attach and detach a policy.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_RoleManagement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage &IAM; roles using an &AWS; SDK",
+ "title_abbrev": "Manage roles",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachRolePolicy",
+ "CreateRole",
+ "DetachRolePolicy",
+ "DeleteRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role.",
+ "Attach and detach policies for a role.",
+ "Delete a role."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.create_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.create_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.iam_basics.createUser",
+ "php.example_code.iam.service.createUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createuser.handler.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the user.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.getUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.create_user01.code",
+ "iam.cpp.create_user02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.CreateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.delete_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.delete_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.delete_user"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the user.",
+ "snippet_tags": [
+ "iam.JavaScript.users.deleteUserV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.deleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.delete_user01.code",
+ "iam.cpp.delete_user02.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.basics.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListUsers",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.list_users.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.list_users.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_users"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listusers.handler.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.struct",
+ "gov2.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the users.",
+ "snippet_tags": [
+ "iam.JavaScript.users.listUsersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.listUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.list_users.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.iam.ListUsers"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListUsers"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_UpdateUser",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.kotlin.update_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.java2.update_user.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.UpdateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.UpdateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Update the user.",
+ "snippet_tags": [
+ "iam.JavaScript.users.updateUserV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.JavaScript.users.updateUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/iam",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.cpp.update_user.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "UpdateUser"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_AttachUserPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.AttachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.AttachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.attach_user_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "AttachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DetachUserPolicy",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.detach_user_policy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DetachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_UserPolicies",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "python.example_code.iam.user_wrapper.imports",
+ "python.example_code.iam.CreateUser",
+ "python.example_code.iam.UpdateUser",
+ "python.example_code.iam.ListUsers",
+ "python.example_code.iam.DeleteUser",
+ "python.example_code.iam.AttachUserPolicy",
+ "python.example_code.iam.DetachUserPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &IAM; policy actions.",
+ "snippet_tags": [
+ "python.example_code.iam.policy_wrapper.imports",
+ "python.example_code.iam.CreatePolicy",
+ "python.example_code.iam.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &IAM; access key actions.",
+ "snippet_tags": [
+ "python.example_code.iam.access_key_wrapper.imports",
+ "python.example_code.iam.CreateAccessKey",
+ "python.example_code.iam.DeleteAccessKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to create users with differing policies and use their credentials to access an &S3; bucket.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_UserPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create read-only and read-write &IAM-users; using an &AWS; SDK",
+ "title_abbrev": "Create read-only and read-write users",
+ "synopsis": "create users and attach policies to them. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteAccessKey",
+ "DeleteUser",
+ "CreateUser",
+ "ListUsers",
+ "DetachUserPolicy",
+ "DeletePolicy",
+ "CreateAccessKey",
+ "UpdateUser",
+ "CreatePolicy",
+ "AttachUserPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create two &IAM-users;.",
+ "Attach a policy for one user to get and put objects in an &S3; bucket.",
+ "Attach a policy for the second user to get objects from the bucket.",
+ "Get different permissions to the bucket based on user credentials."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_ListGroups",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the groups.",
+ "snippet_tags": [
+ "iam.JavaScript.listgroupsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.GroupWrapper.struct",
+ "gov2.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.listGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.list_groups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.listgroups.handler.ListGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "ListGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateServiceLinkedRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a service-linked role.",
+ "snippet_tags": [
+ "iam.JavaScript.createservicelinkedrolev3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.struct",
+ "gov2.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.startService",
+ "php.example_code.iam.service.createServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.iam.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.service.create_service_linked_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iam.swift.import",
+ "iam.swift.createservicelinkedrole.handler.CreateServiceLinkedRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateServiceLinkedRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_CreateInstanceProfile",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.iam.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example creates a policy, role, and instance profile and links them all together.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.iam.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.CreateInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "CreateInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_DeleteInstanceProfile",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ResilientService.dotnetv3.iam.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example removes the role from the instance profile, detaches all policies attached to the role, and deletes all the resources.",
+ "snippet_tags": [
+ "python.cross_service.resilient_service.AutoScaler.decl",
+ "python.cross_service.resilient_service.iam.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.wkflw.resilient.DeleteInstanceProfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteInstanceProfile"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_CreateUserAssumeRole",
+ "file": "iam_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "IAM.dotnetv3.IAMBasics.Usings",
+ "IAM.dotnetv3.IAMWrapper",
+ "IAM.dotnetv3.IAMBasics",
+ "IAM.dotnetv3.IAMCommon.S3Wrapper",
+ "IAM.dotnetv3.IAMCommon.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/IAM",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "iam.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap &IAM-user; actions.",
+ "snippet_tags": [
+ "iam.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "javascript.iam_scenarios.iam_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.iam.iam_basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
+ "snippet_tags": [
+ "ruby.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.iam.Scenario_AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps account actions.",
+ "snippet_tags": [
+ "gov2.iam.AccountWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps policy actions.",
+ "snippet_tags": [
+ "gov2.iam.PolicyWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps role actions.",
+ "snippet_tags": [
+ "gov2.iam.RoleWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a struct that wraps user actions.",
+ "snippet_tags": [
+ "gov2.iam.UserWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.iam.iam_basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.iam.Scenario_CreateUserAssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iam_CreateUser_AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &IAM; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.GetUser",
+ "aws-cli.bash-linux.iam.CreateUser",
+ "aws-cli.bash-linux.iam.CreateAccessKey",
+ "aws-cli.bash-linux.iam.CreateRole",
+ "aws-cli.bash-linux.iam.CreatePolicy",
+ "aws-cli.bash-linux.iam.AttachRolePolicy",
+ "aws-cli.bash-linux.iam.DetachRolePolicy",
+ "aws-cli.bash-linux.iam.DeletePolicy",
+ "aws-cli.bash-linux.iam.DeleteRole",
+ "aws-cli.bash-linux.iam.DeleteAccessKey",
+ "aws-cli.bash-linux.iam.DeleteUser"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "create a user and assume a role. &aws_sec_sdk_use-federation-warning;",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iam": {
+ "__set__": [
+ "DeleteUserPolicy",
+ "DeleteUser",
+ "DeleteAccessKey",
+ "CreateUser",
+ "DeleteRole",
+ "CreateRole",
+ "DeletePolicy",
+ "CreateAccessKey",
+ "CreatePolicy",
+ "AttachRolePolicy",
+ "PutUserPolicy",
+ "DetachRolePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_CreateUserAssumeRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a user with no permissions.",
+ "Create a role that grants permission to list &S3; buckets for the account.",
+ "Add a policy to let the user assume the role.",
+ "Assume the role and list S3 buckets using temporary credentials, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/iot/examples_catalog.json b/python/example_code/iot/examples_catalog.json
new file mode 100644
index 00000000000..d1a5aee803c
--- /dev/null
+++ b/python/example_code/iot/examples_catalog.json
@@ -0,0 +1,3 @@
+{
+ "examples": []
+}
\ No newline at end of file
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
new file mode 100644
index 00000000000..4e0c564f924
--- /dev/null
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -0,0 +1,1880 @@
+{
+ "examples": [
+ {
+ "id": "iotsitewise_Hello",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &ITSWlong;",
+ "title_abbrev": "Hello &ITSW;",
+ "synopsis": "get started using &ITSW;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "ListAssetModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DescribeGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.describe.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DescribeGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.describeGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DescribeGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateGateway",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.create.gateway.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateGateway"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DescribePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.describe.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateGateway"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.describePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DescribePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_ListAssetModels",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.list.asset.model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.ListAssetModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.listAssetModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "ListAssetModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeletePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeletePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deletePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeletePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreatePortal",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.create.portal.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreatePortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createPortal"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreatePortal"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteAssetModel",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.asset.model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteAssetModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_DeleteAsset",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2.delete.asset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.DeleteAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.deleteAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "DeleteAsset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_GetAssetPropertyValue",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_get_property.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.GetAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.getAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "GetAssetPropertyValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_BatchPutAssetPropertyValue",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_put_batch_property.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A helper function to generate the entries parameter from a values list.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue.properties_to_values"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Here is an example of a values list to pass to the helper function.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.BatchPutAssetPropertyValue.values"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.batchPutAssetPropertyValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "BatchPutAssetPropertyValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateAsset",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_create_asset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createAsset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateAsset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_CreateAssetModel",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sitewise.java2_create_asset_model.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
+ "python.example_code.iotsitewise.CreateAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Here is an example of a properties list to pass to the function.\n",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.CreateAssetModel.properties"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.createAssetModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": [
+ "CreateAssetModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_Scenario",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &ITSW; features.",
+ "snippet_tags": [
+ "iotsitewise.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &ITSW; SDK methods.",
+ "snippet_tags": [
+ "iotsitewise.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.FeatureScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "IoTSitewiseWrapper class that wraps &ITSW; actions.",
+ "snippet_tags": [
+ "python.example_code.iotsitewise.IoTSitewiseWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "iotsitewise.JavaScript.Basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/iotsitewise",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "iotsitewise": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &ITSWlong; Asset Model.",
+ "Create an &ITSWlong; Asset.",
+ "Retrieve the property ID values.",
+ "Send data to an &ITSWlong; Asset.",
+ "Retrieve the value of the &ITSWlong; Asset property.",
+ "Create an &ITSWlong; Portal.",
+ "Create an &ITSWlong; Gateway.",
+ "Describe the &ITSWlong; Gateway.",
+ "Delete the &ITSWlong; Assets."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
new file mode 100644
index 00000000000..15308239ff0
--- /dev/null
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -0,0 +1,1886 @@
+{
+ "examples": [
+ {
+ "id": "keyspaces_Hello",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.HelloKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspaces.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &KEY;",
+ "title_abbrev": "Hello &KEY;",
+ "synopsis": "get started using &KEY;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListKeyspaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_CreateKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CreateKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.create.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.create.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.CreateKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "CreateKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_GetKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.GetKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.get.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.get.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.GetKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "GetKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_ListKeyspaces",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.ListKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.list.keyspaces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.list.keyspaces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.ListKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListKeyspaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_CreateTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.create.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.create.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.CreateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_GetTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.GetTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.get.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.get.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.GetTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "GetTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_ListTables",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.list.tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.list.tables.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.ListTables"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListTables"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_UpdateTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.UpdateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.update.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.update.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.UpdateTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "UpdateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_RestoreTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.RestoreTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.restore.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.restore.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.RestoreTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "RestoreTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_DeleteTable",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.delete.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.delete.table.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.DeleteTable"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "DeleteTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_DeleteKeyspace",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.DeleteKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.delete.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.delete.keyspace.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.decl",
+ "python.example_code.keyspaces.DeleteKeyspace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "DeleteKeyspace"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "keyspaces_Scenario_GetStartedKeyspaces",
+ "file": "keyspaces_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.KeyspacesBasicsGlobalUsings",
+ "Keyspaces.dotnetv3.KeyspacesScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.KeyspacesWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "Keyspaces.dotnetv3.CassandraWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "keyspace.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.Scenario_GetStartedKeyspaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps keyspace and table actions.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.KeyspaceWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that creates a TLS connection to a keyspace, authenticates with SigV4, and sends CQL queries to a table in the keyspace.",
+ "snippet_tags": [
+ "python.example_code.keyspaces.QueryManager.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/keyspaces",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "keyspaces": {
+ "__set__": [
+ "ListTables",
+ "RestoreTable",
+ "DeleteTable",
+ "ListKeyspaces",
+ "UpdateTable",
+ "GetTable",
+ "DeleteKeyspace",
+ "GetKeyspace",
+ "CreateKeyspace",
+ "CreateTable"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a keyspace and table. The table schema holds movie data and has point-in-time recovery enabled.",
+ "Connect to the keyspace using a secure TLS connection with SigV4 authentication.",
+ "Query the table. Add, retrieve, and update movie data.",
+ "Update the table. Add a column to track watched movies.",
+ "Restore the table to its previous state and clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kinesis-analytics-v2/examples_catalog.json b/python/example_code/kinesis-analytics-v2/examples_catalog.json
new file mode 100644
index 00000000000..e522c1b6fe6
--- /dev/null
+++ b/python/example_code/kinesis-analytics-v2/examples_catalog.json
@@ -0,0 +1,1174 @@
+{
+ "examples": [
+ {
+ "id": "kinesis-analytics-v2_CreateApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.CreateApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "CreateApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DeleteApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DeleteApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DeleteApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DescribeApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DescribeApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DescribeApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DescribeApplicationSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DescribeApplicationSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DiscoverInputSchema",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.DiscoverInputSchema"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "DiscoverInputSchema"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_AddApplicationInput",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.AddApplicationInput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "AddApplicationInput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_AddApplicationOutput",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.AddApplicationOutput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "AddApplicationOutput"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_UpdateApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example updates the code that runs in an existing application.",
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.UpdateApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "UpdateApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_StartApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.StartApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "StartApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_StopApplication",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis-analytics-v2.ApplicationClass",
+ "python.example_code.kinesis-analytics-v2.StopApplication"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis-analytics-v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": [
+ "StopApplication"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Anomaly",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.anomaly"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with heart rate anomalies using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with heart rate anomalies",
+ "synopsis": "generate a &AK; stream with heart rate anomalies.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.anomalyex"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with blood pressure anomalies using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with blood pressure anomalies",
+ "synopsis": "generate a &AK; stream with blood pressure anomalies.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.columnlog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with data in columns using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with data in columns",
+ "synopsis": "generate a &AK; stream with data in columns.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Hotspots",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.hotspots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with hotspots using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with hotspots",
+ "synopsis": "generate a &AK; stream with hotspots.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Referrer",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.referrer"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with a referrer using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with a referrer",
+ "synopsis": "generate a &AK; stream with a referrer.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_RegexLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.regexlog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with log entries using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with log entries",
+ "synopsis": "generate a &AK; stream with log entries.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_Stagger",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.stagger"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with stagger data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with stagger data",
+ "synopsis": "generate a &AK; stream with stagger data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_StockTicker",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.stockticker"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with stock ticker data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with stock ticker data",
+ "synopsis": "generate a &AK; stream with stock ticker data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.tworecordtypes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with two data types using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with two data types",
+ "synopsis": "generate a &AK; stream with two data types.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis-analytics-v2_DataGenerator_WebLog",
+ "file": "kinesis-analytics-v2_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesisanalytics.python.datagenerator.weblog"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate a &AK; stream with web log data using an &AWS; SDK",
+ "title_abbrev": "Generate a stream with web log data",
+ "synopsis": "generate a &AK; stream with web log data.",
+ "category": "Data generator",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis-analytics-v2": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kinesis/examples_catalog.json b/python/example_code/kinesis/examples_catalog.json
new file mode 100644
index 00000000000..ed3ff5249c2
--- /dev/null
+++ b/python/example_code/kinesis/examples_catalog.json
@@ -0,0 +1,770 @@
+{
+ "examples": [
+ {
+ "id": "kinesis_CreateStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Kinesis.dotnetv3.CreateStreamExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.CreateStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.create-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.create_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "CreateStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_CreateStream_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_DescribeStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.DescribeStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.describe-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.describe_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "DescribeStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_DeleteStream",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Kinesis.dotnetv3.DeleteStreamExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.DeleteStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.delete-stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.delete_stream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "DeleteStream"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_PutRecord",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.putrecord.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.PutRecord"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.rust.put-record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.put_record"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "PutRecord"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kinesis_GetRecords",
+ "file": "kinesis_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kinesis.java2.getrecord.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kinesis.KinesisStream.class",
+ "python.example_code.kinesis.GetRecords",
+ "python.example_code.kinesis.DescribeStream"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kns.abapv1.get_records"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/kinesis",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kinesis": {
+ "__set__": [
+ "GetRecords"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/kms/examples_catalog.json b/python/example_code/kms/examples_catalog.json
new file mode 100644
index 00000000000..917a220a363
--- /dev/null
+++ b/python/example_code/kms/examples_catalog.json
@@ -0,0 +1,3699 @@
+{
+ "examples": [
+ {
+ "id": "kms_TagResource",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_tag.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.tagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Sign",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_sign.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Sign"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.sign"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Sign"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Verify",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Verify"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Verify"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_create_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.CreateKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.createKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.CreateKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.create-key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Decrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_decrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.decryptBlob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.decrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Decrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Encrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_encrypt_data.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.encryptBlob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.encrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "Encrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_GenerateDataKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.GenerateDataKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.generate-data-key"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "GenerateDataKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListKeys",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_keys.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListKeysExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.ListKeys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.list-keys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListKeys"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ReEncrypt",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.ReEncrypt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.rust.reencrypt-data"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.ruby.reEncryptData"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ReEncrypt"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2._create_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.dotnetv3.CreateAliasExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.CreateAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_CreateGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_create_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_create_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.CreateGrantExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.createGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.CreateGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DescribeKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_describe_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_describe_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.DescribeKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.describeKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.DescribeKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DescribeKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DisableKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_disable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_disable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.DisableKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.disableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.DisableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DisableKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_EnableKey",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_enable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_enable_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.EnableKeyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.enableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.EnableKey"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "EnableKey"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ScheduleKeyDeletion",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_delete_key.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.scheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.ScheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ScheduleKeyDeletion"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListAliases",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_aliases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListAliasesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.ListAliases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListAliases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_UpdateAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.UpdateAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "UpdateAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_DeleteAlias",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_delete_alias.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.deleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.DeleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "DeleteAlias"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListGrants",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.kotlin_list_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_list_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "KMS.dotnetv3.ListGrantsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/KMS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.listGrants"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.ListGrants"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListGrants"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_RetireGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.RetireGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "RetireGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_RevokeGrant",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_revoke_grant.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.revokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.RevokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "RevokeGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_ListKeyPolicies",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "kms.java2_get_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.ListKeyPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "ListKeyPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_GetKeyPolicy",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.GetKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "GetKeyPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_PutKeyPolicy",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.service.putKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.PutKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "PutKeyPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_EnableKeyRotation",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.EnableKeyRotation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "EnableKeyRotation"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "kms_Scenario_Basics",
+ "file": "kms_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario at a command prompt.",
+ "snippet_tags": [
+ "kms.java2_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps KMS actions.",
+ "snippet_tags": [
+ "kms.java2_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.kms.kms_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; management.",
+ "snippet_tags": [
+ "python.example_code.kms.KeyManager.decl",
+ "python.example_code.kms.CreateKey",
+ "python.example_code.kms.DescribeKey",
+ "python.example_code.kms.EnableKeyRotation",
+ "python.example_code.kms.CreateAsymmetricKey",
+ "python.example_code.kms.TagResource",
+ "python.example_code.kms.ScheduleKeyDeletion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; aliases.\n",
+ "snippet_tags": [
+ "python.example_code.kms.AliasManager.decl",
+ "python.example_code.kms.CreateAlias",
+ "python.example_code.kms.ListAliases",
+ "python.example_code.kms.DeleteAlias"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; encryption.\n",
+ "snippet_tags": [
+ "python.example_code.kms.KeyEncrypt.decl",
+ "python.example_code.kms.Encrypt",
+ "python.example_code.kms.Decrypt",
+ "python.example_code.kms.Sign",
+ "python.example_code.kms.Verify"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; grants.\n",
+ "snippet_tags": [
+ "python.example_code.kms.GrantManager.decl",
+ "python.example_code.kms.CreateGrant",
+ "python.example_code.kms.ListGrants",
+ "python.example_code.kms.RevokeGrant"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper class and methods for &kms-key; policies.\n",
+ "snippet_tags": [
+ "python.example_code.kms.KeyPolicy.decl",
+ "python.example_code.kms.set_new_policy",
+ "python.example_code.kms.GetKeyPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.kms.Basics",
+ "php.example_code.kms.service.KmsService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/kms",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "kms": {
+ "__set__": [
+ "CreateGrant",
+ "Decrypt",
+ "Sign",
+ "ScheduleKeyDeletion",
+ "ListAliases",
+ "Encrypt",
+ "ListKeys",
+ "GetKeyPolicy",
+ "TagResource",
+ "EnableKey",
+ "CreateKey",
+ "DisableKey",
+ "CreateAlias",
+ "DescribeKey",
+ "ListGrants",
+ "RevokeGrant"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a &kms-key;.",
+ "List &kms-keys; for your account and get details about them.",
+ "Enable and disable &kms-keys;.",
+ "Generate a symmetric data key that can be used for client-side encryption.",
+ "Generate an asymmetric key used to digitally sign data.",
+ "Tag keys.",
+ "Delete &kms-keys;."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
new file mode 100644
index 00000000000..f88c49586eb
--- /dev/null
+++ b/python/example_code/lambda/examples_catalog.json
@@ -0,0 +1,3967 @@
+{
+ "examples": [
+ {
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_covid-19_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &ABP; REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "cloudformation": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/apigateway_websocket_chat",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a websocket chat application with &ABP;",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "api-gateway",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Hello",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.list.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.HelloLambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.lambda.hello_lambda.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_lambda.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.lambda.hello_lambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda/hello_lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example.hello_lambda"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.lambda.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &LAM;",
+ "title_abbrev": "Hello &LAM;",
+ "synopsis": "get started using &LAM;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "ListFunctions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_CreateFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.CreateLambdaFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.create.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.createFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.create_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.CreateFunction",
+ "cpp.example_code.lambda.create_function2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.create_function",
+ "lambda.rust.scenario.prepare_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "CreateFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_DeleteFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.DeleteLambdaFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.delete.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.deleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.delete_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.delete_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "DeleteFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Invoke",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.InvokeFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.invoke.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.invoke.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.invoke_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.Invoke",
+ "cpp.example_code.lambda.invoke_function2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.invoke",
+ "lambda.rust.scenario.log_invoke_output"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "Invoke"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_GetFunction",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.get.function.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.getFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.get_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.GetFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.get_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.GetFunctionInput"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "GetFunction"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_UpdateFunctionCode",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.get.function.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.updateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.update_function_code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.update_function_code",
+ "lambda.rust.scenario.prepare_function"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "UpdateFunctionCode"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_UpdateFunctionConfiguration",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.java2.update.config.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.updateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.update_function_configuration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.UpdateFunctionConfiguration",
+ "cpp.example_code.lambda.update_function_configuration2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.update_function_configuration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "UpdateFunctionConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_ListFunctions",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.struct",
+ "gov2.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.service.listFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.decl",
+ "python.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ruby.LambdaWrapper.decl",
+ "ruby.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.list_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.lambda_configuration",
+ "cpp.example_code.lambda.lambda_client",
+ "cpp.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.rust.scenario.list_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.lambda-basics.imports",
+ "swift.lambda-basics.ListFunctionsPaginated"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "ListFunctions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lambda_Scenario_GettingStartedFunctions",
+ "file": "lambda_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create methods that perform &LAM; actions.",
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaActions.LambdaWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a function that runs the scenario.",
+ "snippet_tags": [
+ "Lambda.dotnetv3.LambdaBasics.Usings",
+ "Lambda.dotnetv3.LambdaBasics",
+ "Lambda.dotnetv3.LambdaActions.LambdaRoleWrapper",
+ "Lambda.dotnetv3.LambdaScenarioCommon.UIWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "lambda.dotnetv3.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "lambda.dotnetv3.handler.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an interactive scenario that shows you how to get started with &LAM; functions.",
+ "snippet_tags": [
+ "gov2.lambda.Scenario_GetStartedFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a struct that wraps individual &LAM; actions.",
+ "snippet_tags": [
+ "gov2.lambda.FunctionWrapper.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "gov2.lambda.handlers.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "gov2.lambda.handlers.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lambda.javav2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.lambda.basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a &LAM; handler that increments a number.",
+ "snippet_tags": [
+ "python.example_code.lambda.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a second &LAM; handler that performs arithmetic operations.",
+ "snippet_tags": [
+ "python.example_code.lambda.handler.arithmetic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions that wrap &LAM; actions.",
+ "snippet_tags": [
+ "python.example_code.python.LambdaWrapper.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a function that runs the scenario.",
+ "snippet_tags": [
+ "python.example_code.lambda.Scenario_GettingStartedFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set up pre-requisite IAM permissions for a Lambda function capable of writing logs.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.setup_iam"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a &LAM; handler that increments a number provided as an invocation parameter.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.handler.increment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Zip your &LAM; function into a deployment package.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.create_deployment_package"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a new &LAM; function.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke your &LAM; function with optional runtime parameters.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update your &LAM; function's configuration to inject a new environment variable.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update your &LAM; function's code with a different deployment package containing different code.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.UpdateFunctionCode"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List all existing &LAM; functions using the built-in paginator.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete a specific &LAM; function.",
+ "snippet_tags": [
+ "ruby.example_code.lambda.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "lmd.abapv1.getting_started_with_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAMlong; (&IAM;) role that grants Lambda permission to write to logs.",
+ "snippet_tags": [
+ "javascript.v3.lambda.scenarios.basic.CreateRole",
+ "javascript.v3.iam.actions.AttachRolePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a &LAM; function and upload handler code.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.CreateFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Invoke the function with a single parameter and get results.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.Invoke"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Update the function code and configure its &LAM; environment with an environment variable.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.UpdateFunctionCode",
+ "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List the functions for your account.",
+ "snippet_tags": [
+ "javascript.v3.lambda.actions.ListFunctions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete the &IAM; role and the &LAM; function.",
+ "snippet_tags": [
+ "javascript.v3.iam.actions.DeleteRole",
+ "javascript.v3.lambda.actions.DeleteFunction"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/lambda/scenarios/basic",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.lambda.get_started_with_functions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The Cargo.toml with dependencies used in this scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/Cargo.toml"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A collection of utilities that streamline calling Lambda for this scenario. This file is src/ations.rs in the crate.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/src/actions.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "A binary to run the scenario from front to end, using command line flags to control some behavior. This file is src/bin/scenario.rs in the crate.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/lambda/src/bin/scenario.rs"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define the first &LAM; function, which simply increments the specified value.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/increment/Package.swift",
+ "swift/example_code/lambda/basics/increment/Sources/increment.swift"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Define the second &LAM; function, which performs an arithmetic operation on two numbers.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/calculator/Package.swift",
+ "swift/example_code/lambda/basics/calculator/Sources/calculator.swift"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Define the main program that will invoke the two &LAM; functions.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "swift/example_code/lambda/basics/lambda-basics/Package.swift",
+ "swift/example_code/lambda/basics/lambda-basics/Sources/entry.swift",
+ "swift/example_code/lambda/basics/lambda-basics/Sources/ExampleError.swift"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/lambda/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Create a &LAM; function with the console",
+ "url": "lambda/latest/dg/getting-started-create-function.html"
+ },
+ "service_main": null,
+ "services": {
+ "lambda": {
+ "__set__": [
+ "CreateFunction",
+ "UpdateFunctionCode",
+ "ListFunctions",
+ "DeleteFunction",
+ "Invoke",
+ "GetFunction",
+ "UpdateFunctionConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role and &LAM; function, then upload handler code.",
+ "Invoke the function with a single parameter and get results.",
+ "Update the function code and configure with an environment variable.",
+ "Invoke the function with new parameters and get results. Display the returned execution log.",
+ "List the functions for your account, then clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
new file mode 100644
index 00000000000..c7f6103b4f6
--- /dev/null
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -0,0 +1,1168 @@
+{
+ "examples": [
+ {
+ "id": "lookoutvision_CreateDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.CreateDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating your dataset",
+ "url": "lookout-for-vision/latest/developer-guide/model-create-dataset.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_CreateManifestFile",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.Scenario_CreateManifestFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a &LYRA; manifest file using an &AWS; SDK",
+ "title_abbrev": "Create a manifest file",
+ "synopsis": "create a &LYRA; manifest file and upload it to &S3;.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Creating a manifest file",
+ "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.DeleteDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a dataset",
+ "url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DescribeDataset",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Datasets",
+ "python.example_code.lookoutvision.DescribeDataset"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your dataset",
+ "url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DescribeDataset"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_FindTagInProjects",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Scenario_FindTagInProjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Find a &LYRA; project with a specific tag using an &AWS; SDK",
+ "title_abbrev": "Find a project with a specific tag",
+ "synopsis": "find a &LYRA; project with a specific tag.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Tagging models",
+ "url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ExportDatasets",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Scenario_ExportDatasets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Export the datasets from a &LYRA; project using an &AWS; SDK",
+ "title_abbrev": "Export the datasets from a project",
+ "synopsis": "export the datasets from a &LYRA; project.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Exporting datasets from a project (SDK)",
+ "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_StartModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.StartModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Starting your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "StartModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_StopModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.StopModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Stopping your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "StopModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ListHostedModels",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hosting",
+ "python.example_code.lookoutvision.Scenario_ListHostedModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "List &LYRA; models that are currently hosted using an &AWS; SDK",
+ "title_abbrev": "List models that are currently hosted",
+ "synopsis": "list &LYRA; models that are currently hosted.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DetectAnomalies",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.DetectAnomalies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting anomalies in an image",
+ "url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DetectAnomalies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_CreateModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.CreateModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Training your model",
+ "url": "lookout-for-vision/latest/developer-guide/model-train.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DescribeModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.DescribeModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your models",
+ "url": "lookout-for-vision/latest/developer-guide/view-models.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DescribeModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_ListModels",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.ListModels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your models",
+ "url": "lookout-for-vision/latest/developer-guide/view-models.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListModels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Models",
+ "python.example_code.lookoutvision.DeleteModel"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a model",
+ "url": "lookout-for-vision/latest/developer-guide/delete-model.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteModel"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_CreateProject",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.CreateProject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating your project",
+ "url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "CreateProject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_DeleteProject",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.DeleteProject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a project",
+ "url": "lookout-for-vision/latest/developer-guide/delete-project.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "DeleteProject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_ListProjects",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Projects",
+ "python.example_code.lookoutvision.ListProjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Viewing your projects",
+ "url": "lookout-for-vision/latest/developer-guide/view-projects.html"
+ },
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListProjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Hello",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.lookoutvision.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &LYRA;",
+ "title_abbrev": "Hello &LYRA;",
+ "synopsis": "get started using &LYRA;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": [
+ "ListProjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_CreateTrainStartModel",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_LookoutVisionCreateTrainStartModel_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lookoutvision",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create, train, and start a &LYRA; model using an &AWS; SDK",
+ "title_abbrev": "Create, train, and start a model",
+ "synopsis": "create, train, and start a &LYRA; model.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "lookoutvision": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
new file mode 100644
index 00000000000..1f0c1fcf459
--- /dev/null
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -0,0 +1,3947 @@
+{
+ "examples": [
+ {
+ "id": "medical-imaging_Hello",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.medical-imaging.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.hello_medical-imaging.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_health_imaging.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.hello_medical-imaging"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/hello_health_imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &AHI;",
+ "title_abbrev": "Hello &AHI;",
+ "synopsis": "get started using &AHI;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_CreateDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.CreateDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.CreateDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.create_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.createDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "CreateDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_DeleteDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.DeleteDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.DeleteDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.delete_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.deleteDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "DeleteDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListDatastores",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.ListDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListDatastores"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_datastores.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.listDatastoresV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDatastores"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetDatastore",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.medical-imaging.errecho",
+ "aws-cli.bash-linux.medical-imaging.GetDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetDatastore"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_datastore.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.getDatastoreV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetDatastore"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
+ },
+ "sdk_pages": {
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_StartDICOMImportJob",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.startDicomImportJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.start_dicom_import_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "StartDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetDICOMImportJob",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.getDICOMImportJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_dicom_import_job.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListDICOMImportJobs",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListDICOMImportJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.dicom.listDICOMImportJobsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_dicom_import_jobs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListDICOMImportJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_SearchImageSets",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.SearchImageSets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.SearchImageSets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.equalFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
+ "medical-imaging.JavaScript.resource.searchImageSetV3.sortAndFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "medicalimaging.java2.search_imagesets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The utility function for searching image sets.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: EQUAL operator.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case1"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.SearchImageSets.use_case4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "SearchImageSets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageSetMetadata",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.GetImageSetMetadata.withoutVersionID"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.GetImageSetMetadata.withVersionID"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withoutversion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withversion"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_imageset_metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to get image set metadata.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata without version.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata.without_version"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set metadata with version.",
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.GetImageSetMetadata.with_version"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageSetMetadata"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_GetImageFrame",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.GetImageFrame"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.getImageFrameV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.get_image_frame.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.GetImageFrame"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "GetImageFrame"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListImageSetVersions",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListImageSetVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.listImageSetVersionsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_imageset_versions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListImageSetVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_UpdateImageSetMetadata",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UpdateImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to an earlier version.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.UpdateImageSetMetadata.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute and force the update.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to an earlier version.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Use case #1: Insert or update an attribute.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.insert_or_update_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #2: Remove an attribute.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.remove_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #3: Remove an instance.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.remove_instance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use case #4: Revert to a previous version.",
+ "snippet_tags": [
+ "medicalimaging.java2.update_image_set_metadata.revert"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "UpdateImageSetMetadata"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_CopyImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to copy an image set.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.CopyImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy an image set without a destination.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an image set with a destination.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet2",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy a subset of an image set.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.CopyImageSet1",
+ "python.example_code.medical-imaging.CopyImageSet3",
+ "python.example_code.medical-imaging.CopyImageSet4"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Utility function to copy an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy an image set without a destination.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.without_destination"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an image set with a destination.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy a subset of an image set with a destination and force the copy.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination_and_subsets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.copy_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Utility function to create copiable attributes.",
+ "snippet_tags": [
+ "medicalimaging.java2.copy_imageset.copiable_attributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "CopyImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_DeleteImageSet",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.deleteImageSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.delete_imageset.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.medical_imaging.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "DeleteImageSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_TagResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_UntagResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "UntagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_ListTagsForResource",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_TaggingDataStores",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.tagging_datastore.arn",
+ "python.example_code.medical-imaging.tagging_datastore.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.tagging.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.list_tags.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.datastore.untag.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag a data store.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_datastores.datastore_arn",
+ "medicalimaging.java2.tagging_datastores.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Tagging a &AHI; data store using an &AWS; SDK",
+ "title_abbrev": "Tagging a data store",
+ "synopsis": "tag a &AHI; data store.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource",
+ "UntagResource",
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_TaggingImageSets",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.TagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.ListTagsForResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "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"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper",
+ "python.example_code.medical-imaging.UntagResource"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the MedicalImagingWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.tagging.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.tagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.list_tags.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.listTagsForResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag an image set.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.imageset.untag.V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medical-imaging.JavaScript.resource.unTagResourceV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "To tag an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.tag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for tagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.tag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To list tags for an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.list"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for listing a resource's tags.",
+ "snippet_tags": [
+ "medicalimaging.java2.list_tags_for_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "To untag an image set.",
+ "snippet_tags": [
+ "medicalimaging.java2.tagging_imagesets.datastore_arn",
+ "medicalimaging.java2.tagging_imagesets.untag"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The utility function for untagging a resource.",
+ "snippet_tags": [
+ "medicalimaging.java2.untag_resource.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/medicalimaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Tagging a &AHI; image set using an &AWS; SDK",
+ "title_abbrev": "Tagging an image set",
+ "synopsis": "tag a &AHI; image set.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "ListTagsForResource",
+ "UntagResource",
+ "TagResource"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "medical-imaging_Scenario_ImageSetsAndFrames",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &CFN; stack with the necessary resources.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.createstack"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy DICOM files to the &S3; import bucket.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.copy-dicom-files"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the DICOM files to the &S3; data store.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.dicom-import",
+ "cpp.example_code.medical_imaging.StartDICOMImportJob",
+ "cpp.example_code.medical-imaging.image-sets-workflow.wait_import",
+ "cpp.example_code.medical_imaging.GetDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image sets created by the DICOM import job.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.get_image_sets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get image frame information for image sets.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.get_image_frames",
+ "cpp.example_code.medical_imaging.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download, decode and verify image frames.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.download_frames",
+ "cpp.example_code.medical-imaging.image-sets-workflow.decode_and_check",
+ "cpp.example_code.medical-imaging.image-sets-workflow.decode_jph",
+ "cpp.example_code.medical-imaging.image-sets-workflow.verify_check_sum"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Clean up resources.",
+ "snippet_tags": [
+ "cpp.example_code.medical-imaging.image-sets-workflow.clean_up",
+ "cpp.example_code.medical-imaging.image-sets-workflow.empty_data_store"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &CFN; stack with the necessary resources.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.deploy"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Copy DICOM files to the &S3; import bucket.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.copy"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Import the DICOM files to the &S3; data store.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.StartDICOMImportJob"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Get image sets created by the DICOM import job.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetImageSetsForImportJob",
+ "python.example_code.medical-imaging.workflow.GetImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Get image frame information for image sets.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetImageFrames",
+ "python.example_code.medical-imaging.workflow.GetImageSetMetadata"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Download, decode and verify image frames.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.GetPixelData",
+ "python.example_code.medical-imaging.workflow.downloadAndCheck"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Clean up resources.",
+ "snippet_tags": [
+ "python.example_code.medical-imaging.workflow.destroy",
+ "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
+ "python.example_code.medical-imaging.workflow.SearchImageSets",
+ "python.example_code.medical-imaging.workflow.DeleteImageSet"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Orchestrate steps (index.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy resources (deploy-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/deploy-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy DICOM files (dataset-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/dataset-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Start import into datastore (import-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/import-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get image set IDs (image-set-steps.js - ).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-set-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get image frame IDs (image-frame-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-frame-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Verify image frames (verify-steps.js). The &AWS; HealthImaging Pixel Data Verification library was used for verification.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/verify-steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy resources (clean-up-steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/clean-up-steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/medical-imaging",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get started with &AHI; image sets and image frames using an &AWS; SDK",
+ "title_abbrev": "Get started with image sets and image frames",
+ "synopsis": "import DICOM files and download image frames in &AHI;.\n The implementation is structured as a command-line\n application.\n",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "medical-imaging": {
+ "__set__": [
+ "SearchImageSets",
+ "GetImageSetMetadata",
+ "GetImageFrame",
+ "DeleteImageSet",
+ "StartDICOMImportJob",
+ "GetDICOMImportJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Set up resources for a DICOM import.",
+ "Import DICOM files into a data store.",
+ "Retrieve the image set IDs for the import job.",
+ "Retrieve the image frame IDs for the image sets.",
+ "Download, decode and verify the image frames.",
+ "Clean up resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/organizations/examples_catalog.json b/python/example_code/organizations/examples_catalog.json
new file mode 100644
index 00000000000..dd09bcb6245
--- /dev/null
+++ b/python/example_code/organizations/examples_catalog.json
@@ -0,0 +1,513 @@
+{
+ "examples": [
+ {
+ "id": "organizations_CreatePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.CreatePolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.CreatePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "CreatePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_ListPolicies",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.ListPoliciesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.ListPolicies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "ListPolicies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DescribePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DescribePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DescribePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_AttachPolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.AttachPolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.AttachPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "AttachPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DetachPolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.DetachPolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DetachPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DetachPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DetachPolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "organizations_DeletePolicy",
+ "file": "organizations_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Organizations.dotnetv3.DeletePolicyExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.organizations.DeletePolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/organizations",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "organizations": {
+ "__set__": [
+ "DeletePolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/pinpoint-sms-voice/examples_catalog.json b/python/example_code/pinpoint-sms-voice/examples_catalog.json
new file mode 100644
index 00000000000..691b8196786
--- /dev/null
+++ b/python/example_code/pinpoint-sms-voice/examples_catalog.json
@@ -0,0 +1,125 @@
+{
+ "examples": [
+ {
+ "id": "pinpoint-sms-voice_SendVoiceMessage",
+ "file": "pinpoint-sms-voice_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.java2.send_voice_message.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_voice_message_sms_voice_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/pinpoint-sms-voice",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_voice_message_sms_voice_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/pinpoint-sms-voice",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "pinpoint-sms-voice": {
+ "__set__": [
+ "SendVoiceMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_SendVoiceMessage_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint-sms-voice_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/pinpoint/examples_catalog.json b/python/example_code/pinpoint/examples_catalog.json
new file mode 100644
index 00000000000..14be9e9f600
--- /dev/null
+++ b/python/example_code/pinpoint/examples_catalog.json
@@ -0,0 +1,290 @@
+{
+ "examples": [
+ {
+ "id": "pinpoint_SendMessages",
+ "file": "pinpoint_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.dotnet.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.dotnet.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "pinpoint.kotlin.send_email.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.java2.send_email.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message with CC values.",
+ "snippet_tags": [
+ "pinpoint.java2.send_emailcc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.java2.sendmsg.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send batch SMS messages.",
+ "snippet_tags": [
+ "pinpoint.java2.sendmsg.batch.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message with an existing email template.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_templated_email_message.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a text message with an existing SMS template.",
+ "snippet_tags": [
+ "pinpoint.python.pinpoint_send_templated_sms_message.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "pinpoint.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_email_message_v3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_sms_message_V3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send an email message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_email_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send an SMS message.",
+ "snippet_tags": [
+ "pinpoint.javascript.pinpoint_send_sms_message_api.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/pinpoint",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "pinpoint": {
+ "__set__": [
+ "SendMessages"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_SendMessages_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/polly/examples_catalog.json b/python/example_code/polly/examples_catalog.json
new file mode 100644
index 00000000000..5a65c072c70
--- /dev/null
+++ b/python/example_code/polly/examples_catalog.json
@@ -0,0 +1,945 @@
+{
+ "examples": [
+ {
+ "id": "polly_DescribeVoices",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.describe_voice.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.DescribeVoicesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.describe-voices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.DescribeVoices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.describeVoices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "DescribeVoices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DescribeVoices_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_GetLexicon",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.GetLexiconExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.GetLexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "GetLexicon"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetLexicon_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_ListLexicons",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.list_icons.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.ListLexiconsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.ListLexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.list-lexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.listLexicons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "ListLexicons"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_PutLexicon",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.PutLexiconExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.PutLexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.put-lexicon"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "PutLexicon"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_SynthesizeSpeech",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.java2.demo.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Polly.dotnetv3.SynthesizeSpeechExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Synthesize speech from text using speech marks with &POL; using an &AWS; SDK.",
+ "snippet_tags": [
+ "Polly.dotnetv3.SynthesizeSpeechMarksExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.Synthesize"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.ruby.synthesizeSpeech"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "polly.rust.synthesize-speech"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "SynthesizeSpeech"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_GetSpeechSynthesisTask",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.GetSpeechSynthesisTask"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "GetSpeechSynthesisTask"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_StartSpeechSynthesisTask",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.polly.helper.PollyWrapper",
+ "python.example_code.polly.StartSpeechSynthesisTask"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": [
+ "StartSpeechSynthesisTask"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_StartSpeechSynthesisTask_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "polly_LipSync",
+ "file": "polly_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_PollyLipSync_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/polly",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lip-sync application with &POL; using an &AWS; SDK",
+ "title_abbrev": "Create a lip-sync application",
+ "synopsis": "create a lip-sync application with &POL;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "polly": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
new file mode 100644
index 00000000000..2e9acf5d4d6
--- /dev/null
+++ b/python/example_code/rds/examples_catalog.json
@@ -0,0 +1,3244 @@
+{
+ "examples": [
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_Hello",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.HelloRds"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.rds.hello_rds.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_rds.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.rds.hello_rds"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds/hello_rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello-rds.list_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &RDS;",
+ "title_abbrev": "Hello &RDS;",
+ "synopsis": "get started using &RDS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBInstance",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.create_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.createDBInstance.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DeleteDBInstance",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.delete_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.delete_instance.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DeleteDBInstance"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.deleteDBInstance.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBInstance"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBInstances",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDbInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.describe_instances.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listAllInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.describeDBInstances.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBInstances"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBParameterGroups",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.desc_para_groups.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBParameterGroups1",
+ "cpp.example_code.rds.DescribeDBParameterGroups2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBParameterGroups"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.create_para_group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DeleteDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.del_paragroup.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DeleteDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBParameters",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.get_paras.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBParameters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_ModifyDBParameterGroup",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.mod_paras.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.ModifyDBParameterGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "ModifyDBParameterGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_CreateDBSnapshot",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario.create_snapshot.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.createDatabaseSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.CreateDBSnapshot"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.rds.createDBSnapshot.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "CreateDBSnapshot"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBSnapshots",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.ruby.listInstanceSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBSnapshots"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeDBEngineVersions",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.java2.scenario_desc_engine.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeDBEngineVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeDBEngineVersions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_DescribeOrderableDBInstanceOptions",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "RDS.dotnetv3.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.rds.DbInstances.struct",
+ "gov2.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_decl",
+ "python.example_code.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.client",
+ "cpp.example_code.rds.DescribeOrderableDBInstanceOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DescribeOrderableDBInstanceOptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeOrderableDBInstanceOptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rds_Scenario_GetStartedInstances",
+ "file": "rds_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rds.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run multiple operations.",
+ "snippet_tags": [
+ "rds.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB instance actions.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB parameter groups.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapperParameterGroups"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for DB snapshot actions.",
+ "snippet_tags": [
+ "RDS.dotnetv3.RdsInstanceWrapperSnapshots"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/RDS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "gov2.rds.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &RDS; actions.",
+ "snippet_tags": [
+ "gov2.rds.DbInstances.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.rds.Scenario_GetStartedInstances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define functions that are called by the scenario to manage &RDS; actions.",
+ "snippet_tags": [
+ "python.example_code.rds.helper.InstanceWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rds.client_configuration",
+ "cpp.example_code.rds.get_started_instances"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rds",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "rds": {
+ "__set__": [
+ "DeleteDBInstance",
+ "DescribeDBParameterGroups",
+ "CreateDBSnapshot",
+ "DescribeDBSnapshots",
+ "ModifyDBParameterGroup",
+ "DeleteDBParameterGroup",
+ "CreateDBParameterGroup",
+ "DescribeDBEngineVersions",
+ "DescribeOrderableDBInstanceOptions",
+ "DescribeDBInstances",
+ "CreateDBInstance",
+ "DescribeDBParameters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a custom DB parameter group and set parameter values.",
+ "Create a DB instance that's configured to use the parameter group. The DB instance also contains a database.",
+ "Take a snapshot of the instance.",
+ "Delete the instance and parameter group."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
new file mode 100644
index 00000000000..224cad12ebe
--- /dev/null
+++ b/python/example_code/redshift/examples_catalog.json
@@ -0,0 +1,1297 @@
+{
+ "examples": [
+ {
+ "id": "redshift_Hello",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "redshift.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &RS;",
+ "title_abbrev": "Hello &RS;",
+ "synopsis": "get started using &RS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_CreateCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.CreateCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.create_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.java2.create_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-create-clusterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.CreateCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "CreateCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_CreateCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DeleteCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.delete_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the cluster.",
+ "snippet_tags": [
+ "redshift.java2.delete_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-delete-clusterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DeleteCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DeleteCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DescribeClusters",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.DescribeClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Describe the cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.describe_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Describe the cluster.",
+ "snippet_tags": [
+ "redshift.java2.describe_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Describe your clusters.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-describe-clustersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.DescribeClusters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeClusters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeClusters_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_ModifyCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.Imports",
+ "gov2.redshift.ActionsStruct",
+ "gov2.redshift.ModifyCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.kotlin.mod_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.java2.mod_cluster.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "redshift.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Modify a cluster.",
+ "snippet_tags": [
+ "redshift.javascript.redshift-modify-clustersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper",
+ "python.example_code.redshift.ModifyCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.RedshiftWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "ModifyCluster"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_DescribeStatement",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "redshiftdata.java2.checkstatement.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper",
+ "python.example_code.redshift_data.DescribeStatement"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftDataWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "DescribeStatement"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_GetStatementResult",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Check the statement result.",
+ "snippet_tags": [
+ "redshiftdata.java2.getresults.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper",
+ "python.example_code.redshift_data.GetStatementResult"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The following code instantiates the RedshiftDataWrapper object.\n",
+ "snippet_tags": [
+ "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "GetStatementResult"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_Scenario",
+ "file": "redshift_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.redshift.BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &RS; features.",
+ "snippet_tags": [
+ "redshift.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &RS; SDK methods.",
+ "snippet_tags": [
+ "redshift.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.redshift.redshift_scenario.RedshiftScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Main function showing scenario implementation.",
+ "snippet_tags": [
+ "python.example_code.redshift.redshift_scenario.RedshiftScenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The wrapper functions used in the scenario.\n",
+ "snippet_tags": [
+ "python.example_code.redshift.CreateCluster",
+ "python.example_code.redshift.DescribeClusters",
+ "python.example_code.redshift_data.ExecuteStatement",
+ "python.example_code.redshift_data.DescribeStatement",
+ "python.example_code.redshift_data.GetStatementResult",
+ "python.example_code.redshift.ModifyCluster",
+ "python.example_code.redshift_data.ListDatabases",
+ "python.example_code.redshift.DeleteCluster"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/redshift",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "redshift": {
+ "__set__": [
+ "ListDatabasesPaginator",
+ "ExecuteStatement",
+ "DescribeStatement",
+ "DescribeClusters",
+ "CreateCluster",
+ "ModifyCluster",
+ "GetStatementResult"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a Redshift cluster.",
+ "List databases in the cluster.",
+ "Create a table named Movies.",
+ "Populate the Movies table.",
+ "Query the Movies table by year.",
+ "Modify the Redshift cluster.",
+ "Delete the Amazon Redshift cluster."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
new file mode 100644
index 00000000000..dc16a508f4b
--- /dev/null
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -0,0 +1,2749 @@
+{
+ "examples": [
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DescribeCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DescribeCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.describe_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.describe_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DescribeCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Describing a collection",
+ "url": "rekognition/latest/dg/describe-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DescribeCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DeleteCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DeleteCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.delete_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.delete_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DeleteCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting a collection",
+ "url": "rekognition/latest/dg/delete-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DeleteCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_IndexFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.AddFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.add_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.add_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.IndexFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Adding faces to a collection",
+ "url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "IndexFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_ListFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ListFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.list_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.list_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.ListFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Listing faces in a collection",
+ "url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "ListFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_SearchFacesByImage",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.SearchFacesMatchingImageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.match_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.SearchFacesByImage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (image)",
+ "url": "rekognition/latest/dg/search-face-with-image-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "SearchFacesByImage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_SearchFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.SearchFacesMatchingIdExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.search_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.SearchFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (face ID)",
+ "url": "rekognition/latest/dg/search-face-with-id-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "SearchFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DeleteFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DeleteFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.delete_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.delete_faces_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.DeleteFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Deleting faces from a collection",
+ "url": "rekognition/latest/dg/delete-faces-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DeleteFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_CreateCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CreateCollectionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.create_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.create_collection.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.CreateCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Creating a collection",
+ "url": "rekognition/latest/dg/create-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "CreateCollection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_ListCollections",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ListCollectionsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.list_collections.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.list_collections.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.ListCollections"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Listing collections",
+ "url": "rekognition/latest/dg/list-collection-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "ListCollections"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_Usage_FindFacesInCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create classes that wrap &REKlong; functions.",
+ "snippet_tags": [
+ "python.example_code.rekognition.collection.imports",
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RekognitionImage.from_file",
+ "python.example_code.rekognition.RekognitionCollectionManager",
+ "python.example_code.rekognition.CreateCollection",
+ "python.example_code.rekognition.ListCollections",
+ "python.example_code.rekognition.RekognitionCollection",
+ "python.example_code.rekognition.helper.to_dict",
+ "python.example_code.rekognition.DescribeCollection",
+ "python.example_code.rekognition.DeleteCollection",
+ "python.example_code.rekognition.IndexFaces",
+ "python.example_code.rekognition.ListFaces",
+ "python.example_code.rekognition.SearchFaces",
+ "python.example_code.rekognition.SearchFacesByImage",
+ "python.example_code.rekognition.helper.RekognitionFace"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper classes to build a collection of faces from a set of images and then search for faces in the collection.",
+ "snippet_tags": [
+ "python.example_code.rekognition.Usage_FindFacesInCollection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Build an &REK; collection and find faces in it using an &AWS; SDK",
+ "title_abbrev": "Build a collection and find faces in it",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Searching faces in a collection",
+ "url": "rekognition/latest/dg/collections.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &REK; collection.",
+ "Add images to the collection and detect faces in it.",
+ "Search the collection for faces that match a reference image.",
+ "Delete a collection."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Display bounding box information for all faces in an image.",
+ "snippet_tags": [
+ "Rekognition.dotnetv3.ImageOrientationBoundingBox"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting faces in an image",
+ "url": "rekognition/latest/dg/faces-detect-images.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_CompareFaces",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CompareFacesExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.compare_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.compare_faces.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.CompareFaces"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Comparing faces in images",
+ "url": "rekognition/latest/dg/faces-comparefaces.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "CompareFaces"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectLabels",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectLabelsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detect labels in an image file stored on your computer.",
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectLabelsLocalFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.rekognition.DetectLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting labels in an image",
+ "url": "rekognition/latest/dg/labels-detect-labels-image.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectLabels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectModerationLabels",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectModerationLabelsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_mod_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_mod_labels.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectModerationLabels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting inappropriate images",
+ "url": "rekognition/latest/dg/procedure-moderate-images.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectModerationLabels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_DetectText",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.DetectTextExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.detect_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.detect_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.DetectText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Detecting text in an image",
+ "url": "rekognition/latest/dg/text-detecting-text-procedure.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "DetectText"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_RecognizeCelebrities",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Rekognition.dotnetv3.CelebritiesInImageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.kotlin.recognize_celebs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rekognition.java2.recognize_celebs.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/rekognition/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RecognizeCelebrities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Recognizing celebrities in an image",
+ "url": "rekognition/latest/dg/celebrities-procedure-image.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": [
+ "RecognizeCelebrities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_RecognizeCelebrities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_Usage_DetectAndDisplayImage",
+ "file": "rekognition_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create classes to wrap &REKlong; functions.",
+ "snippet_tags": [
+ "python.example_code.rekognition.image_detection_imports",
+ "python.example_code.rekognition.RekognitionImage",
+ "python.example_code.rekognition.RekognitionImage.from_file",
+ "python.example_code.rekognition.RekognitionImage.from_bucket",
+ "python.example_code.rekognition.DetectFaces",
+ "python.example_code.rekognition.DetectLabels",
+ "python.example_code.rekognition.RecognizeCelebrities",
+ "python.example_code.rekognition.CompareFaces",
+ "python.example_code.rekognition.DetectModerationLabels",
+ "python.example_code.rekognition.DetectText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create helper functions to draw bounding boxes and polygons.",
+ "snippet_tags": [
+ "python.example_code.rekognition.helper.imports",
+ "python.example_code.rekognition.helper.show_bounding_boxes",
+ "python.example_code.rekognition.helper.show_polygons"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create classes to parse objects returned by &REK;.",
+ "snippet_tags": [
+ "python.example_code.rekognition.helper.RekognitionFace",
+ "python.example_code.rekognition.helper.RekognitionCelebrity",
+ "python.example_code.rekognition.helper.RekognitionPerson",
+ "python.example_code.rekognition.helper.RekognitionLabel",
+ "python.example_code.rekognition.helper.RekognitionModerationLabel",
+ "python.example_code.rekognition.helper.RekognitionText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper classes to detect elements in images and display their bounding boxes. The images used in this example can be found on GitHub along with instructions and more code.",
+ "snippet_tags": [
+ "python.example_code.rekognition.Usage_ImageDetection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect and display elements in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect and display elements in images",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Displaying bounding boxes",
+ "url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
+ },
+ "service_main": null,
+ "services": {
+ "rekognition": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Detect elements in images by using &REK;.",
+ "Display images and draw bounding boxes around detected elements."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/route53-recovery-cluster/examples_catalog.json b/python/example_code/route53-recovery-cluster/examples_catalog.json
new file mode 100644
index 00000000000..143ac7db19d
--- /dev/null
+++ b/python/example_code/route53-recovery-cluster/examples_catalog.json
@@ -0,0 +1,186 @@
+{
+ "examples": [
+ {
+ "id": "route53-recovery-cluster_GetRoutingControlState",
+ "file": "route53-recovery-cluster_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "route53_rec.java2.get_routing.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/route53recoverycluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
+ "python.example_code.route53-recovery-cluster.GetRoutingControlState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/route53-recovery-cluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "route53-recovery-cluster": {
+ "__set__": [
+ "GetRoutingControlState"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_GetRoutingControlState_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "route53-recovery-cluster_UpdateRoutingControlState",
+ "file": "route53-recovery-cluster_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "route53_rec.java2.update_routing_state.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/route53recoverycluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
+ "python.example_code.route53-recovery-cluster.UpdateRoutingControlState"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/route53-recovery-cluster",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "route53-recovery-cluster": {
+ "__set__": [
+ "UpdateRoutingControlState"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_UpdateRoutingControlState_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/s3-directory-buckets/examples_catalog.json b/python/example_code/s3-directory-buckets/examples_catalog.json
new file mode 100644
index 00000000000..ff9a6c580c4
--- /dev/null
+++ b/python/example_code/s3-directory-buckets/examples_catalog.json
@@ -0,0 +1,178 @@
+{
+ "examples": [
+ {
+ "id": "s3-directory-buckets_CreateSession",
+ "file": "s3-directory-buckets_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3_directory.S3ExpressWrapper.decl",
+ "python.example_code.s3_directory.CreateSession"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3-directory-buckets",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3-directory-buckets": {
+ "__set__": [
+ "CreateSession"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3-directory-buckets_Scenario_ExpressBasics",
+ "file": "s3-directory-buckets_metadata.yaml",
+ "languages": {
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.",
+ "snippet_tags": [
+ "php.example_code.s3.ExpressBasics",
+ "php.example_code.s3.service.S3Service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3/express",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.\n",
+ "snippet_tags": [
+ "python.example_code.s3.s3_express_basics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &S3; Express SDK functions.",
+ "snippet_tags": [
+ "python.example_code.s3_directory.S3ExpressWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3-directory-buckets/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3-directory-buckets": {
+ "__set__": [
+ "DeleteObject",
+ "ListObjects",
+ "DeleteBucket",
+ "GetObject",
+ "CopyObject",
+ "PutObject",
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.html"
+ },
+ "sdk_pages": {
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3-directory-buckets_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Set up a VPC and VPC Endpoint.",
+ "Set up the Policies, Roles, and User to work with S3 directory buckets and the S3 Express One Zone storage class.",
+ "Create two S3 Clients.",
+ "Create two buckets.",
+ "Create an object and copy it over.",
+ "Demonstrate performance difference.",
+ "Populate the buckets to show the lexicographical difference.",
+ "Prompt the user to see if they want to clean up the resources."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
new file mode 100644
index 00000000000..bf602a05ece
--- /dev/null
+++ b/python/example_code/s3/examples_catalog.json
@@ -0,0 +1,9565 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Hello",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the CMakeLists.txt CMake file.",
+ "snippet_tags": [
+ "cpp.example_code.s3.hello_s3.cmake"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Code for the hello_s3.cpp source file.",
+ "snippet_tags": [
+ "cpp.example_code.s3.hello_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3/hello_s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.s3.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.basics.helloService"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.hello_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.s3-helloworld"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "S3ExampleError utilities.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.s3-example-error"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &S3;",
+ "title_abbrev": "Hello &S3;",
+ "synopsis": "get started using &S3;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListBuckets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_CreateBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object lock enabled.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.CreateBucketWithObjectLock"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.create_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket with default configuration.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object locking and wait for it to exist.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.create_bucket.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket.",
+ "snippet_tags": [
+ "s3.java2.create_bucket_waiters.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a bucket with object lock enabled.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.CreateBucketWithLockOptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.createBucketV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.createBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a bucket with default settings.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a versioned bucket with a lifecycle configuration.",
+ "snippet_tags": [
+ "s3.python.versioning.create_versioned_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.ruby.create_bucket_snippet.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.create_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.create_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.iecho",
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_CopyObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnet35.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.CopyObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.copy_objects.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.CopyObject.ToBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.copy_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.copy_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to copy an object from one bucket to another. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.objectcopy.import",
+ "s3.tm.java2.objectcopy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.copyObjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-none-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object using on condition it has been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-modified-since.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Copy the object using on condition it has not been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-unmodified-since.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Simple copy of an object.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.copyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.CopyObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Copy an object.",
+ "snippet_tags": [
+ "s3.ruby.copy_object_between_buckets.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Copy an object and add server-side encryption to the destination object.",
+ "snippet_tags": [
+ "s3.ruby.copy_object_encrypt_copy.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.copy_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.copy_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CopyObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_bucket_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.delete_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the bucket policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.deleteBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-delete-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.DeleteBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object in a non-versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteObjectExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete an object in a versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteObjectVersionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.service.deleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Roll an object back to a previous version by deleting later versions of the object.",
+ "snippet_tags": [
+ "s3.python.versioning.rollback_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Revive a deleted object by removing the object's active delete marker.",
+ "snippet_tags": [
+ "s3.python.versioning.revive_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a &LAM; handler that removes a delete marker from an S3 object. This handler can be used to efficiently clean up extraneous delete markers in a versioned bucket.",
+ "snippet_tags": [
+ "s3.python.lambda.remove_delete_marker"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deleteobjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteObjects",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete all objects in an S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DeleteBucketContents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete multiple objects in a non-versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteMultipleObjectsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete multiple objects in a versioned S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteMultipleVersionedObjectsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.delete_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.delete_many_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a set of objects from a list of keys.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.deleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a set of objects by using a list of object keys.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObjects_Keys"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Delete all objects in a bucket.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.DeleteObjects_All"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Permanently delete a versioned object by deleting all of its versions.",
+ "snippet_tags": [
+ "s3.python.versioning.permanently_delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete multiple objects.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deletemultipleobjectsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.deleteobjects.handler.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/DeleteObjects",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.s3.delete_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteObjects"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_object_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.get_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.GetObjectAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_bucket_policy.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.get_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.get_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the bucket policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.getBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-get-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.GetBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DownloadObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.GetObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.getobjectdata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Read data as a byte array using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjectdata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to download an object in an S3 bucket to a local file. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.downloadfile.import",
+ "s3.tm.java2.downloadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Read tags that belong to an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjecttags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a URL for an object using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjecturl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object by using the S3Presigner client object using an S3Client.",
+ "snippet_tags": [
+ "presigned.java2.getobjectpresigned.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object by using a ResponseTransformer object and S3Client.",
+ "snippet_tags": [
+ "s3.java2.getobjectdata.transformer.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an object.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.getObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.GetObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Download the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.getobjectV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object on condition its ETag does not match the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-none-match.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object using on condition it has been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-modified-since.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object using on condition it has not been created or modified in a given timeframe.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-unmodified-since.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-get-object",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get an object.",
+ "snippet_tags": [
+ "ruby.example_code.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get an object and report its server-side encryption state.",
+ "snippet_tags": [
+ "s3.ruby.determine_object_encryption_state.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.get_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.get_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.readfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketLifecycleConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectLegalHold",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.GetObjectLegalHold.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object legal hold.",
+ "snippet_tags": [
+ "python.example_code.s3.GetObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-legal-hold.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectLegalHold"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetObjectLockConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.GetBucketObjectLockConfiguration.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.GetBucketObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.GetObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the object lock configuration.",
+ "snippet_tags": [
+ "python.s3-object-locking.s3_GetObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObjectLockConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketLifecycleConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.manage_lifecycle.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketLifecycle",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteLifecycleExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketLifecycleConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketLifecycle"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_ListObjectsV2",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-ListBucketContents"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List objects with a paginator.",
+ "snippet_tags": [
+ "S3.dotnetv3.ListObjectsPaginatorExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.list_objects.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.ListObjectsV2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.list_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.list_objects.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "List objects using pagination.",
+ "snippet_tags": [
+ "s3.java2.list_objects.pag.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List objects in a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.listObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.list_objects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List all of the objects in your bucket. If there is more than one object, IsTruncated and NextContinuationToken will be used to iterate over the full list.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.listObjectsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.list_objects_v2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.ListObjectsV2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListObjectsV2"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObject",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-UploadFile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object with server-side encryption.",
+ "snippet_tags": [
+ "S3.dotnetv3.ServerSideEncryptionExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Put an object using a conditional request.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.PutObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_object.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object in a bucket by using the low-level API.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket by using a transfer manager.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.UploadObject"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.s3_object_upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a file to a bucket using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_upload.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use an S3TransferManager to upload a file to a bucket. View the complete file and test.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadfile.import",
+ "s3.tm.java2.uploadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set tags using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_manage_tags.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set metadata using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.s3_object_upload.metadata.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object to a bucket and set an object retention value using an S3Client.",
+ "snippet_tags": [
+ "s3.java2.retention_object.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload an object to a bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.putObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object using a conditional request.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.S3ConditionalRequests",
+ "python.example_code.s3.PutObjectConditional"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.upload_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload the object.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.uploadV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the object on condition its ETag matches the one provided.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a file using a managed uploader (Object.upload_file).",
+ "snippet_tags": [
+ "s3.ruby.upload_files_using_managed_file_uploader.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file using Object.put.",
+ "snippet_tags": [
+ "s3.ruby.upload_files_using_put_object_method.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file using Object.put and add server-side encryption.",
+ "snippet_tags": [
+ "s3.ruby.s3_encrypt_file_upload.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.put_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3-smithy.swift.import",
+ "s3.swift.basics.handler.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3-smithy.swift.import",
+ "s3.swift.basics.handler.createfile"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_Basics-DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.delete_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.bucket_deletion.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an empty bucket.",
+ "snippet_tags": [
+ "php.example_code.s3.basics.createClient",
+ "php.example_code.s3.basics.deleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.deleteBucketV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-deleting-buckets",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.errecho",
+ "aws-cli.bash-linux.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the CORS policy for the bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.cors.getBucketCorsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-get-cors",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.GetBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.cors.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add a CORS rule.",
+ "snippet_tags": [
+ "s3.JavaScript.v3.cors.putBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-put-cors",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.PutBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_DeleteBucketCors",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.DeleteCORS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.DeleteBucketCors"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketCorsWrapper",
+ "ruby.example_code.s3.DeleteBucketCors",
+ "ruby.example_code.s3.helper.end.BucketCorsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "DeleteBucketCors"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_GetBucketAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.GetBucketACLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.get_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.GetBucketAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the ACL permissions.",
+ "snippet_tags": [
+ "s3.JavaScript.perms.getBucketAclV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-get-acl",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.get_acl_bucket.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetBucketAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.PutBucketACLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.set_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.set_acl.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put the bucket ACL.",
+ "snippet_tags": [
+ "s3.JavaScript.perms.putBucketAclV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-put-acl",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_bucket_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutBucketPolicy",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_bucket_policy02.code",
+ "s3.cpp.put_bucket_policy01.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.set_bucket_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.PutBucketPolicy"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Add the policy.",
+ "snippet_tags": [
+ "s3.JavaScript.policy.putBucketPolicyV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-set-policy",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.helper.BucketPolicyWrapper",
+ "ruby.example_code.s3.PutBucketPolicy",
+ "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutBucketPolicy"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
+ },
+ "sdk_pages": {
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_HeadBucket",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.HeadBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "HeadBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_ListBuckets",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.java2.list.buckets.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.list_buckets.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.rust.list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List the buckets.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.listBucketsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-list-buckets",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.listbuckets.ListBuckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListBuckets"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectAcl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.helper.ObjectWrapper",
+ "python.example_code.s3.PutObjectAcl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.cpp.put_object_acl.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectAcl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectLegalHold",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyObjectLegalHold.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-legal-hold.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object legal hold.",
+ "snippet_tags": [
+ "python.example_code.s3.PutObjectLegalHold"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectLegalHold"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectLockConfiguration",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.EnableObjectLockOnBucket.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyBucketDefaultRetention.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.EnableObjectLockOnBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyBucketDefaultRetention"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PubObjectLockConfiguration.EnableObjectLockOnBucket"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectLockConfiguration.ModifyDefaultBucketRetention"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Set the object lock configuration of a bucket.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Set the default retention period of a bucket.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-default-object-lock-configuration.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put object lock configuration.",
+ "snippet_tags": [
+ "python.s3-object-locking.s3_PutObjectLockConfiguration"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectLockConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_PutObjectRetention",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.javav2.ModifyObjectRetentionPeriod.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3LockWorkflow.dotnetv3.ModifyObjectRetentionPeriod"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.workflows.s3.ObjectLock.S3Actions.struct",
+ "gov2.workflows.s3.ObjectLock.PutObjectRetention"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "gov2/workflows/s3_object_lock",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/actions/put-object-retention.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Put an object retention.",
+ "snippet_tags": [
+ "python.example_code.s3.PutObjectRetention"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/object-locking",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "PutObjectRetention"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_UsingLargeFiles",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Call functions that transfer files to and from an S3 bucket using the S3TransferManager.",
+ "snippet_tags": [
+ "s3.tm.java2.downloadtodirectory.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an entire local directory.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadadirectory.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a single file.",
+ "snippet_tags": [
+ "s3.tm.java2.uploadfile.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The code examples use the following imports.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3 Transfer Manager on top of the &AWS; CRT-based S3 client to transparently perform a multipart upload when the size of the content exceeds a threshold. The default threshold size is 8 MB.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.transferManager"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3Client API to perform a multipart upload.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.s3Client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the S3AsyncClient API with multipart support enabled to perform a multipart upload.",
+ "snippet_tags": [
+ "s3.java2.performMultiPartUpload.s3AsyncClient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Call functions that transfer files to and from an S3 bucket using the &S3; TransferUtility.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.GlobalUsings",
+ "S3.dotnetv3.TransferUtilityBasics.Main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a single file.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.UploadSingleFileAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an entire local directory.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.UploadFullDirectoryAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download a single file.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.DownloadSingleFileAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download contents of an S3 bucket.",
+ "snippet_tags": [
+ "S3.dotnetv3.TransferUtilityBasics.DownloadS3DirectoryAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Track the progress of an upload using the TransferUtility.",
+ "snippet_tags": [
+ "S3.dotnetv3.TrackMPUUsingHighLevelAPIExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload an object with encryption.",
+ "snippet_tags": [
+ "S3.dotnetv3.SSECLowLevelMPUcopyObjectExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that use upload and download managers to break the data into parts and transfer them concurrently.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.struct",
+ "gov2.s3.Upload",
+ "gov2.s3.Download"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario that shows you how to use the upload and download managers in context.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_LargeObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that transfer files using several of the available transfer manager settings. Use a callback class to write callback progress during file transfer.",
+ "snippet_tags": [
+ "S3.Python.s3_file_transfer.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Demonstrate the transfer manager functions and report results.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_FileTransfer_Demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/file_transfer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "rust.example_code.s3.large_files.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Upload a large file.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.multipartupload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download a large file.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.multipartdownload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Upload or download large files to and from &S3; using an &AWS; SDK",
+ "title_abbrev": "Upload or download large files",
+ "synopsis": "upload or download large files to and from &S3;.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Uploading an object using multipart upload",
+ "url": "AmazonS3/latest/userguide/mpu-upload-object.html"
+ },
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_BatchObjectVersioning",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "scenario_S3BatchObjectVersioning_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/s3/s3_versioning",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Manage versioned &S3; objects in batches with a &LAM; function using an &AWS; SDK",
+ "title_abbrev": "Manage versioned objects in batches with a &LAM; function",
+ "synopsis": "manage versioned S3 objects in batches with a &LAM; function.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_PresignedUrl",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a presigned URL that can perform an &S3; action for a limited time.",
+ "snippet_tags": [
+ "S3.dotnetv3.GenPresignedUrlExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a presigned URL and perform an upload using that URL.",
+ "snippet_tags": [
+ "S3.dotnetv3.UploadUsingPresignedURLExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "The following shows three example of how to create presigned URLs and use the URLs with\n HTTP client libraries:\n\n \n An HTTP GET request that uses the URL with three HTTP client libraries\n \n \n An HTTP PUT request with metadata in headers that uses the URL with three HTTP client\n libraries\n \n \n An HTTP PUT request with query parameters that uses the URL with one HTTP client\n library\n \n \n Generate a pre-signed URL for an object, then download it (GET request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download the object by using any one of the following three approaches.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use JDK HttpURLConnection
(since v1.1) class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.basichttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use JDK HttpClient
(since v11) class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.jdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; SDK for Java SdkHttpClient
class to do the download.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedgeturlandretrieve.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload a file object by using any one of the following three approaches.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the JDK HttpURLConnection
(since v1.1) class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.basichttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the JDK HttpClient
(since v11) class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.jdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithmetadata.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Imports.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.import"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate the URL.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.createpresignedurl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
+ "snippet_tags": [
+ "presigned.java2.generatepresignedurlandputfilewithqueryparams.sdkhttpclient"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a presigned URL that can perform an S3 action for a limited time. Use the Requests package to make a request with the URL.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_GeneratePresignedUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a presigned POST request to upload a file.",
+ "snippet_tags": [
+ "python.example_code.s3.helper.BucketWrapper",
+ "python.example_code.s3.Scenario_GeneratePresignedPost"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap S3 presigning actions.",
+ "snippet_tags": [
+ "gov2.s3.Presigner.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive example that generates and uses presigned URLs to upload, download, and delete an S3 object.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_Presigning.imports",
+ "gov2.s3.Scenario_Presigning"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define an HTTP request wrapper used by the example to make HTTP requests.",
+ "snippet_tags": [
+ "gov2.s3.IHttpRequester.helper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a presigned URL to upload an object to a bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.presignedurlv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a presigned URL to download an object from a bucket.",
+ "snippet_tags": [
+ "s3.JavaScript.buckets.getpresignedurlv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-create-presigendurl",
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.ruby.upload_object_presigned_url.rb"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a GetObject
presigned request and use the URL to download an object.",
+ "snippet_tags": [
+ "s3.kotlin.presign_getObject.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a GetObject
presigned request with advanced options.",
+ "snippet_tags": [
+ "s3.kotlin.presign_getObjectMoreOptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a PutObject
presigned request and use it to upload an object.",
+ "snippet_tags": [
+ "s3.kotlin.presign_putObject.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": "sdk-for-kotlin/latest/developer-guide/presign-requests.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create presigning requests to GET S3 objects.",
+ "snippet_tags": [
+ "s3.rust.get-object-presigned"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create presigning requests to PUT S3 objects.",
+ "snippet_tags": [
+ "s3.rust.put-object-presigned"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Generate a pre-signed URL to download an object.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Download using libcurl.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.GetObjectDownload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Generate a pre-signed URL to upload an object.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload using libcurl.",
+ "snippet_tags": [
+ "cpp.example_code.s3.presigned.PutObjectUpload"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.php.presigned_url.complete",
+ "php.example_code.s3.service.S3Service"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a presigned URL for &S3; using an &AWS; SDK",
+ "title_abbrev": "Create a presigned URL",
+ "synopsis": "create a presigned URL for Amazon S3 and upload an object.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_ObjectVersioningUsage",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions that wrap S3 actions.",
+ "snippet_tags": [
+ "s3.python.versioning.create_versioned_bucket",
+ "s3.python.versioning.rollback_object",
+ "s3.python.versioning.revive_object",
+ "s3.python.versioning.permanently_delete_object"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Upload the stanza of a poem to a versioned object and perform a series of actions on it.",
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_ObjectVersions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_versioning",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Work with &S3; versioned objects using an &AWS; SDK",
+ "title_abbrev": "Work with versioned objects",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "CreateBucket",
+ "DeleteObject",
+ "ListObjectVersions",
+ "PutBucketLifecycleConfiguration"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectVersioningUsage_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a versioned S3 bucket.",
+ "Get all versions of an object.",
+ "Roll an object back to a previous version.",
+ "Delete and restore a versioned object.",
+ "Permanently delete all versions of an object."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_GettingStarted",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "S3.dotnetv3.S3_BasicsScenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/S3_Basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "A scenario example.",
+ "snippet_tags": [
+ "s3.java2.s3_scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class that contains the operations.",
+ "snippet_tags": [
+ "s3.java2.s3_actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "First, import all the necessary modules.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.imports"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The preceding imports reference some helper utilities. These utilities are local to the GitHub repository linked at the start of this section. For your reference, see the following implementations of those utilities.",
+ "snippet_tags": [
+ "javascript.v3.utils.dirnameFromMetaUrl",
+ "javascript.v3.utils.prompter",
+ "javascript.v3.utils.wrapText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Objects in S3 are stored in 'buckets'. Let's define a function for creating a new bucket.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.CreateBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Buckets contain 'objects'. This function uploads the contents of a directory to your bucket as objects.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.PutObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "After uploading objects, check to confirm that they were uploaded correctly. You can use ListObjects for that. You'll be using the 'Key' property, but there are other useful properties in the response also.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.ListObjects"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sometimes you might want to copy an object from one bucket to another. Use the CopyObject command for that.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.CopyObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "There's no SDK method for getting multiple objects from a bucket. Instead, you'll create a list of objects to download and iterate over them.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.GetObject"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "It's time to clean up your resources. A bucket must be empty before it can be deleted. These two functions empty and delete the bucket.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.clean"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The 'main' function pulls everything together. If you run this file directly the main function will be called.",
+ "snippet_tags": [
+ "javascript.v3.s3.scenarios.basic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.kotlin.s3_operations.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "php.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/s3/s3_basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Define a struct that wraps bucket and object actions used by the scenario.",
+ "snippet_tags": [
+ "gov2.s3.BucketBasics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run an interactive scenario that shows you how to work with S3 buckets and objects.",
+ "snippet_tags": [
+ "gov2.s3.Scenario_GetStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Code for the binary crate which runs the scenario.",
+ "snippet_tags": [],
+ "snippet_files": [
+ "rustv1/examples/s3/src/bin/s3-getting-started.rs"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Common actions used by the scenario.",
+ "snippet_tags": [
+ "s3.rust.create_bucket",
+ "s3.rust.upload_object",
+ "s3.rust.download_object",
+ "s3.rust.copy_object",
+ "s3.rust.list_objects",
+ "s3.rust.clear_bucket",
+ "s3.rust.delete_bucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.s3.Scenario_GettingStarted"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.abapv1.getting_started_with_s3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.handler"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "s3.swift.import",
+ "s3.swift.basics.example"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/s3/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.getting_started_scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "The &S3; functions used in this scenario.",
+ "snippet_tags": [
+ "aws-cli.bash-linux.s3.CreateBucket",
+ "aws-cli.bash-linux.s3.PutObject",
+ "aws-cli.bash-linux.s3.GetObject",
+ "aws-cli.bash-linux.s3.CopyObject",
+ "aws-cli.bash-linux.s3.ListObjects",
+ "aws-cli.bash-linux.s3.DeleteObjects",
+ "aws-cli.bash-linux.s3.DeleteBucket"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/s3",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "ListObjectsV2",
+ "DeleteBucket",
+ "DeleteObjects",
+ "PutObject",
+ "CopyObject",
+ "GetObject",
+ "CreateBucket"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a bucket and upload a file to it.",
+ "Download an object from a bucket.",
+ "Copy an object to a subfolder in a bucket.",
+ "List the objects in a bucket.",
+ "Delete the bucket objects and the bucket."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_ConditionalRequests",
+ "file": "s3_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &S3; conditional requests.",
+ "snippet_tags": [
+ "python.example_code.s3.S3ConditionalRequests.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "A wrapper class that defines the conditional request operations.",
+ "snippet_tags": [
+ "python.example_code.s3.S3ConditionalRequests.wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/s3/scenarios/conditional_requests",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario demonstrating &S3; conditional request features.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.Scenario"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for S3 functions.",
+ "snippet_tags": [
+ "S3ConditionalRequests.dotnetv3.S3ActionsWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/S3/scenarios/S3ConditionalRequestsScenario",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Entrypoint for the workflow (index.js). This orchestrates all of the steps.\nVisit GitHub to see the implementation details for Scenario, ScenarioInput, ScenarioOutput, and ScenarioAction.\n",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/index.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Output welcome messages to the console (welcome.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/welcome.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Deploy buckets and objects (setup.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/setup.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Get, copy, and put objects using S3 conditional requests (repl.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/repl.steps.js"
+ ],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy all created resources (clean.steps.js).",
+ "snippet_tags": [],
+ "snippet_files": [
+ "javascriptv3/example_code/s3/scenarios/conditional-requests/clean.steps.js"
+ ],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/s3/scenarios/conditional-requests",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Make &S3; conditional requests using an &AWS; SDK",
+ "title_abbrev": "Make conditional requests",
+ "synopsis": "add preconditions to &S3; requests.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "s3": {
+ "__set__": [
+ "GetObject",
+ "CopyObject",
+ "PutObject"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
new file mode 100644
index 00000000000..fd6f2ce635e
--- /dev/null
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -0,0 +1,768 @@
+{
+ "examples": [
+ {
+ "id": "scheduler_hello",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.HelloScheduler"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &EVS;",
+ "title_abbrev": "Hello &EVS;",
+ "synopsis": "get started using &EVS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "ListSchedules"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_CreateSchedule",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.create.schedule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.CreateSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.CreateSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "CreateSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateSchedule_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_CreateScheduleGroup",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.create.schedule.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.CreateScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.CreateScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "CreateScheduleGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateScheduleGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_DeleteSchedule",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.DeleteSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.DeleteSchedule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.delete.schedule.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteSchedule_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_DeleteScheduleGroup",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "scheduler.javav2.delete.schedule.group.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Scheduler.dotnetv3.DeleteScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.decl",
+ "python.example_code.scheduler.DeleteScheduleGroup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteScheduleGroup"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteScheduleGroup_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "scheduler_ScheduledEventsScenario",
+ "file": "scheduler_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "scheduler.javav2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "scheduler.javav2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "Scheduler.dotnetv3.SchedulerWorkflow"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "Scheduler.dotnetv3.SchedulerWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/EventBridge Scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.scheduler.FeatureScenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "SchedulerWrapper class that wraps &EVlong; Scheduler actions.",
+ "snippet_tags": [
+ "python.example_code.scheduler.EventSchedulerWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/scheduler",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A complete &EVS; Scheduled Events scenario using an &AWS; SDK",
+ "title_abbrev": "Scheduled Events",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "scheduler": {
+ "__set__": [
+ "DeleteScheduleGroups",
+ "CreateScheduleGroup",
+ "CreateSchedule",
+ "DeleteSchedule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_ScheduledEventsScenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Deploy a &CFN; stack with required resources.",
+ "Create a &EVS; schedule group.",
+ "Create a one-time &EVS; schedule with a flexible time window.",
+ "Create a recurring &EVS; schedule with a specified rate.",
+ "Delete &EVS; the schedule and schedule group.",
+ "Clean up resources and delete the stack."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
new file mode 100644
index 00000000000..fd1f20039b0
--- /dev/null
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -0,0 +1,368 @@
+{
+ "examples": [
+ {
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_rest_lending_library",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "aurora": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "secrets-manager": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "secrets-manager_GetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SecretsManager.dotnetv3.GetSecretValueExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SecretsManager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.kotlin.get_secret.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.java2.get_secret.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.GetSecretValue.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "secretsmanager.rust.get-secret-value"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.secrets_manager.get_secret_value"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.secretsmanager.actions.GetSecretValue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/secrets-manager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "secrets-manager": {
+ "__set__": [
+ "GetSecretValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "secrets-manager_BatchGetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.python.BatchGetSecretValue.full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/secretsmanager",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "secrets-manager": {
+ "__set__": [
+ "BatchGetSecretValue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
new file mode 100644
index 00000000000..1649eb8b08c
--- /dev/null
+++ b/python/example_code/ses/examples_catalog.json
@@ -0,0 +1,3560 @@
+{
+ "examples": [
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/AuroraItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RDSDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_PHP_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/aurora_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RDSDataTracker_cpp_block.xml",
+ "excerpts": [],
+ "github": "cpp/example_code/cross-service/serverless-aurora",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &AUR; Serverless work item tracker",
+ "title_abbrev": "Create an &AUR; Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": {
+ "aurora": {
+ "__set__": []
+ },
+ "rds": {
+ "__set__": []
+ },
+ "rds-data": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
+ }
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/DynamoDbItemTracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/dynamodb_item_tracker",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a web application to track &DDB; data",
+ "title_abbrev": "Create a web application to track &DDB; data",
+ "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "dynamodb",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
+ }
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
+ "excerpts": [],
+ "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/photo_analyzer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
+ }
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
+ }
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_SendEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.SendEmailAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.sendmessage.request.main",
+ "ses.java2.sendmessageattachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.email.sendEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.send_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "SendEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_SendTemplatedEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.SendTemplateEmailAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.sendmessage.template.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.email.sendTemplatedEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "SendTemplatedEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_VerifyDomainIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyDomainIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.verifyDomainIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyDomainIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_VerifyEmailIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.VerifyEmailIdentityAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.verifyEmailIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.VerifyEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.send_verification"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_GetIdentityVerificationAttributes",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.GetIdentityStatusAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.GetIdentityVerificationAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.list_identities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "GetIdentityVerificationAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteIdentity",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.DeleteIdentityAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.DeleteIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.deleteIdentityV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListIdentities",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.ListIdentitiesAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.identities.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.identities.listIdentitiesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v1.list_identities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v1",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListIdentities"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptFilter",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.CreateReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.createReceiptFilterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptFilter"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListReceiptFilters",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.ListReceiptFilters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.listReceiptFiltersV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.ListReceiptFilters"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListReceiptFilters"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptFilter",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.filters.deleteReceiptFilterV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptFilter"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptFilter"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptFilter_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.CreateReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.createReceiptRuleSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateReceiptRule",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &S3; bucket where &SES; can put copies of incoming emails and create a rule that copies incoming email to the bucket for a specific list of recipients.",
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.helper.create_bucket_for_copy",
+ "python.example_code.ses.CreateReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.createReceiptRuleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateReceiptRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DescribeReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DescribeReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DescribeReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptRule",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.deleteReceiptRuleV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptRule"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptRule"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteReceiptRuleSet",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesReceiptHandler",
+ "python.example_code.ses.DeleteReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.rules.deleteReceiptRuleSetV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteReceiptRuleSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteReceiptRuleSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_CreateTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.CreateEmailTemplateAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.CreateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.createTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.CreateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "CreateTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_DeleteTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.DeleteEmailTemplateAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.DeleteTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.deleteTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.DeleteTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "DeleteTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_GetTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.GetTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.getTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.GetTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "GetTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_ListTemplates",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SES.dotnetv3.ListEmailTemplatesAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SES",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.java2.list.templates.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.ListTemplates"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.listTemplatesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "ListTemplates"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListTemplates_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_UpdateTemplate",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.JavaScript.templates.updateTemplateV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "UpdateTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_GenerateSmtpCredentials",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.python.ses_generate_smtp_credentials.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Generate credentials to connect to an &SES; SMTP endpoint",
+ "title_abbrev": "Generate credentials to connect to an SMTP endpoint",
+ "synopsis": "generate credentials to connect to an &SES; SMTP endpoint.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_SendEmail",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Verify an email address with &SES; and send messages.",
+ "snippet_tags": [
+ "python.example_code.ses.Scenario_SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; identity actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesIdentity",
+ "python.example_code.ses.VerifyDomainIdentity",
+ "python.example_code.ses.VerifyEmailIdentity",
+ "python.example_code.ses.helper.wait_until_identity_exists",
+ "python.example_code.ses.GetIdentityVerificationAttributes",
+ "python.example_code.ses.DeleteIdentity",
+ "python.example_code.ses.ListIdentities"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; template actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesTemplate",
+ "python.example_code.ses.CreateTemplate",
+ "python.example_code.ses.DeleteTemplate",
+ "python.example_code.ses.GetTemplate",
+ "python.example_code.ses.ListTemplates",
+ "python.example_code.ses.UpdateTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create functions to wrap &SES; email actions.",
+ "snippet_tags": [
+ "python.example_code.ses.SesDestination",
+ "python.example_code.ses.SesMailSender",
+ "python.example_code.ses.SendEmail",
+ "python.example_code.ses.SendTemplatedEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Verify an email identity and send messages with &SES; using an &AWS; SDK",
+ "title_abbrev": "Verify an email identity and send messages",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity",
+ "CreateTemplate",
+ "DeleteTemplate",
+ "ListIdentities",
+ "UpdateTemplate",
+ "VerifyDomainIdentity",
+ "ListTemplates",
+ "SendTemplatedEmail",
+ "SendEmail",
+ "DeleteIdentity",
+ "GetTemplate",
+ "GetIdentityVerificationAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Add and verify an email address with &SES;.",
+ "Send a standard email message.",
+ "Create a template and send a templated email message.",
+ "Send a message by using an &SES; SMTP server."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "ses_Scenario_ReplicateIdentities",
+ "file": "ses_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.python.ses_replicateidentities.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Copy &SES; email and domain identities from one &AWS; Region to another using an &AWS; SDK",
+ "title_abbrev": "Copy email and domain identities across Regions",
+ "synopsis": "copy &SES; email and domain identities from one &AWS; Region to another. When domain identities are managed by &R53;, verification records are copied to the domain for the destination Region.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ses": {
+ "__set__": [
+ "VerifyEmailIdentity",
+ "ListIdentities",
+ "VerifyDomainIdentity",
+ "SetIdentityNotificationTopic",
+ "VerifyDomainDkim"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sesv2/examples_catalog.json b/python/example_code/sesv2/examples_catalog.json
new file mode 100644
index 00000000000..21713983381
--- /dev/null
+++ b/python/example_code/sesv2/examples_catalog.json
@@ -0,0 +1,1643 @@
+{
+ "examples": [
+ {
+ "id": "sesv2_CreateContactList",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.create-contact-list"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateContactList"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateContact",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.create-contact"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContact"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateContact"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_ListContacts",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ses.rust.list-contacts"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.ListContacts"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "ListContacts"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_SendEmail",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.SendEmail"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message.",
+ "snippet_tags": [
+ "ses.java2.sendmessage.sesv2.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sends a message using a template.",
+ "snippet_tags": [
+ "sesv2.java2.newsletter.SendEmail.template"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message to all members of the contact list.",
+ "snippet_tags": [
+ "ses.rust.send-email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Sends a message to all members of the contact list using a template.",
+ "snippet_tags": [
+ "sesv2.rust.send-email.template"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.ses.v2.send_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/ses/v2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Sends a message to all members of the contact list.",
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.SendEmail.simple"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Sends a message to all members of the contact list using a template.",
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.SendEmail.template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "SendEmail"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateEmailIdentity",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-email-identity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_CreateEmailTemplate",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "CreateEmailTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteContactList",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteContactList"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-contact-list"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteContactList"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteEmailIdentity",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteEmailIdentity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-email-identity"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_DeleteEmailTemplate",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.delete-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "DeleteEmailTemplate"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sesv2_NewsletterWorkflow",
+ "file": "sesv2_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run the scenario.",
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.NewsletterWorkflow"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ },
+ {
+ "description": "Wrapper for service operations.",
+ "snippet_tags": [
+ "SESWorkflow.dotnetv3.SESv2Wrapper"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "dotnetv3/SESv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.java2.newsletter.CreateContactList",
+ "sesv2.java2.newsletter.CreateContact",
+ "sesv2.java2.newsletter.ListContacts",
+ "sesv2.java2.newsletter.SendEmail.template",
+ "sesv2.java2.newsletter.CreateEmailIdentity",
+ "sesv2.java2.newsletter.CreateEmailTemplate",
+ "sesv2.java2.newsletter.DeleteContactList",
+ "sesv2.java2.newsletter.DeleteEmailIdentity",
+ "sesv2.java2.newsletter.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "javav2/example_code/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sesv2.SESv2Workflow.main",
+ "python.example_code.sesv2.SESv2Workflow.decl",
+ "python.example_code.sesv2.CreateContactList",
+ "python.example_code.sesv2.CreateContact",
+ "python.example_code.sesv2.ListContacts",
+ "python.example_code.sesv2.SendEmail.simple",
+ "python.example_code.sesv2.SendEmail.template",
+ "python.example_code.sesv2.CreateEmailIdentity",
+ "python.example_code.sesv2.CreateEmailTemplate",
+ "python.example_code.sesv2.DeleteContactList",
+ "python.example_code.sesv2.DeleteEmailIdentity",
+ "python.example_code.sesv2.DeleteEmailTemplate"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "python/example_code/sesv2",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sesv2.rust.create-contact-list",
+ "sesv2.rust.create-contact",
+ "sesv2.rust.list-contacts",
+ "sesv2.rust.send-email.template",
+ "sesv2.rust.create-email-identity",
+ "sesv2.rust.create-email-template",
+ "sesv2.rust.delete-contact-list",
+ "sesv2.rust.delete-email-identity",
+ "sesv2.rust.delete-email-template"
+ ],
+ "snippet_files": [],
+ "genai": "most"
+ }
+ ],
+ "github": "rustv1/examples/ses",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "A complete &SESv2; Newsletter scenario using an &AWS; SDK",
+ "title_abbrev": "Newsletter scenario",
+ "synopsis": "run the &SESv2; newsletter scenario.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sesv2": {
+ "__set__": [
+ "SendEmail.template",
+ "ListContacts",
+ "CreateContactList",
+ "CreateContact",
+ "SendEmail.simple",
+ "DeleteEmailTemplate",
+ "DeleteEmailIdentity",
+ "DeleteContactList",
+ "CreateEmailTemplate",
+ "CreateEmailIdentity"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
new file mode 100644
index 00000000000..ee1a47133a1
--- /dev/null
+++ b/python/example_code/sns/examples_catalog.json
@@ -0,0 +1,3622 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaAPIGateway_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaAPIGateway_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use &ABP; to invoke a &LAM; function",
+ "title_abbrev": "Use &ABP; to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "api-gateway": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/lambda",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Use scheduled events to invoke a &LAM; function",
+ "title_abbrev": "Use scheduled events to invoke a &LAM; function",
+ "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
+ "services": {
+ "cloudwatch-logs": {
+ "__set__": []
+ },
+ "dynamodb": {
+ "__set__": []
+ },
+ "eventbridge": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
+ }
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_ListSubscriptions",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.ListSNSSubscriptionsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.list_subscriptions.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.list_subscriptions.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.ListSubscriptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.ListSubscriptions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.listSubscriptionsByTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topicsgetttopicattributes",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.ListSubscriptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.showSubscription"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-subscriptions.html",
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.list_subscriptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "ListSubscriptions"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_ListTopics",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.ListSNSTopicsExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.list_topics.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.list_topics.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.ListTopics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.ListTopics.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.listTopicsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-listtopics",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.ListTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.showTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-topics.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.list-topics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.ListTopics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns/basics",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.list_topics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "ListTopics"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_CreateTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a topic with a specific name.",
+ "snippet_tags": [
+ "SNS.dotnetv3.CreateSNSTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create a new topic with a name and specific FIFO and de-duplication attributes.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.create_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.CreateTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.CreateTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.createTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-createtopic",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.create_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-managing-topics.html#create-a-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.createTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-topic.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.create-topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.CreateTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.create_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_DeleteTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a topic by its topic ARN.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.delete_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.DeleteTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.DeleteTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.deleteTopicV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-deletetopic",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.delete_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.DeleteTopic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.delete_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "DeleteTopic"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Publish",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Publish a message to a topic.",
+ "snippet_tags": [
+ "SNS.dotnetv3.PublishToSNSTopicExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message to a topic with group, duplication, and attribute options.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.PublishWithOptions"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Apply the user's selections to the publish action.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.publish_to_topic.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message with an attribute.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes",
+ "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.PublishTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.PublishTopic.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.topics.publishMessagesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message to a topic with group, duplication, and attribute options.",
+ "snippet_tags": [
+ "javascript.v3.wkflw.topicsandqueues.publish-messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-publishing-messages.html",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.publish_topic.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#publish-a-message-to-an-sns-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Publish a message with attributes so that a subscription can filter based on attributes.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_MessageAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Publish a message that takes different forms based on the protocol of the subscriber.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_MessageStructure"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.Ruby.sendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-send-message.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.rust.sns-hello-world"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.Publish"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.publish_to_topic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Publish"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishTextSMS",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SNS.dotnetv3.SNSMessageExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.publish_sms.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.PublishTextSMS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.PublishTextSMS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.publish_text_SMS.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-sending-sms.html#publish-to-a-text-message-sms-message",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Publish_TextMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Publish an &SNS; SMS text message using an &AWS; SDK",
+ "title_abbrev": "Publish an SMS text message",
+ "synopsis": "publish SMS messages using &SNS;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Publish"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_SetSubscriptionAttributes",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.message_policy.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.SetSubscriptionAttributes"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "SetSubscriptionAttributes"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Subscribe",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "SNS.dotnetv3.TopicSubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a queue to a topic with optional filters.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SNS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_email.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a mobile application to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_app.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.cpp.subscribe_lamda.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an SQS queue to a topic.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue1",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe with a filter to a topic.",
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sns_client",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter",
+ "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter2"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe a queue to a topic with optional filters.",
+ "snippet_tags": [
+ "gov2.sns.SnsActions.struct",
+ "gov2.sns.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.kotlin.SubscribeEmail.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.kotlin.SubscribeLambda.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.SubscribeEmail.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an HTTP endpoint to a topic.",
+ "snippet_tags": [
+ "sns.java2.SubscribeHTTPS.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.java2.SubscribeLambda.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeEmailV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a mobile application to a topic.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeAppV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a &LAM; function to a topic.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.subscribeLambdaV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an SQS queue to a topic.",
+ "snippet_tags": [
+ "javascript.v3.sns.actions.subscribe-queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe with a filter to a topic.",
+ "snippet_tags": [
+ "javascript.v3.sns.actions.subscribe-queue-filtered"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-subscribing-email",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.php.subscribe_email.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe an HTTP endpoint to a topic.",
+ "snippet_tags": [
+ "sns.php.subscribe_HTTPS.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Subscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.Ruby.createSubscription"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sns",
+ "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-subscription.html",
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.rust.sns-hello-world"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "swift.sns.SubscribeEmail"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Subscribe a phone number to a topic to receive notifications by SMS.",
+ "snippet_tags": [
+ "swift.sns.SubscribeSMS"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Subscribe an email address to a topic.",
+ "snippet_tags": [
+ "sns.abapv1.subscribe_email"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Subscribe"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_Unsubscribe",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Unsubscribe from a topic by a subscription ARN.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.cpp.unsubscribe.code"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.kotlin.Unsubscribe.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.java2.Unsubscribe.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client in a separate module and export it.",
+ "snippet_tags": [
+ "sns.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Import the SDK and client modules and call the API.",
+ "snippet_tags": [
+ "sns.JavaScript.subscriptions.unsubscribeV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sns",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-unsubscribing",
+ "more_info": []
+ }
+ ]
+ },
+ "PHP": {
+ "name": "PHP",
+ "property": "php",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.php.unsubscribe.complete"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "php/example_code/sns",
+ "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#unsubscribe-from-a-topic",
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sns.SnsWrapper",
+ "python.example_code.sns.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sns.Unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sns.abapv1.unsubscribe"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "Unsubscribe"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "php": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
+ "snippet_tags": [
+ "sns.java2.PriceUpdateExample.display"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
+ "snippet_tags": [
+ "python.example_code.sns.Scenario_SubscribeFifoTopic",
+ "python.example_code.sns.FifoTopicWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
+ "snippet_tags": [
+ "sns.abapv1.publish_message_to_fifo_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic",
+ "Subscribe",
+ "Publish"
+ ]
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
new file mode 100644
index 00000000000..43c6635c2a8
--- /dev/null
+++ b/python/example_code/sqs/examples_catalog.json
@@ -0,0 +1,3137 @@
+{
+ "examples": [
+ {
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/stepfunctions_messenger",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create a messenger application with &SFN;",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "sfn",
+ "services": {
+ "dynamodb": {
+ "__set__": []
+ },
+ "lambda": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "sfn": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
+ "excerpts": [],
+ "github": "python/example_code/rekognition",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with &REK;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": {
+ "rekognition": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "ses": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
+ "snippet_tags": [
+ "sns.java2.PriceUpdateExample.display"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
+ "snippet_tags": [
+ "python.example_code.sns.Scenario_SubscribeFifoTopic",
+ "python.example_code.sns.FifoTopicWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
+ "snippet_tags": [
+ "sns.abapv1.publish_message_to_fifo_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sns",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sns": {
+ "__set__": [
+ "CreateTopic",
+ "Subscribe",
+ "Publish"
+ ]
+ },
+ "sqs": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_CreateQueue",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a queue with a specific name.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue and send a message to it.",
+ "snippet_tags": [
+ "SQS.dotnetv3.CreateSendExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.create_queue.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.abapv1.create_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue that waits for a message to arrive.",
+ "snippet_tags": [
+ "sqs.abapv1.long_polling_on_create_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.createQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue with long polling.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.createQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; standard queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.createQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create an &SQS; queue that waits for a message to arrive.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.createQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.CreateQueue.config",
+ "cpp.example_code.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.CreateQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "CreateQueue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_GetQueueUrl",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "SQS.dotnetv3.GetQueueUrlExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.get_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.GetQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.get_queue_url"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the URL for an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.getQueueUrlV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get the URL for an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.getQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.GetQueueUrl.config",
+ "cpp.example_code.sqs.GetQueueUrl"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "GetQueueUrl"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_ListQueues",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.list_queues.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.list_queues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.ShowQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Retrieve the first &SQS; queue listed in the Region.",
+ "snippet_tags": [
+ "sqs.rust.sqs-list-first"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.list_queues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List your &SQS; queues.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.listQueuesV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List your &SQS; queues.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.listQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.ListQueues.config",
+ "cpp.example_code.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.ListQueues"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "ListQueues"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
+ },
+ "sdk_pages": {
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteQueue",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a queue by using its URL.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.del_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.delete_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.delete_queue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.deleteQueueV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.queues.deleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.DeleteQueue.config",
+ "cpp.example_code.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.DeleteQueue"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteQueue"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_SendMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &SQS; queue and send a message to it.",
+ "snippet_tags": [
+ "SQS.dotnetv3.CreateSendExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.send_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Two examples of the SendMessage
operation follow: \n \n Send a message with a body and a delay\n \n \n Send a message with a body and message attributes\n \n Send a message with a body and a delay.",
+ "snippet_tags": [
+ "sqs.java2.send_recieve_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Send a message with a body and message attributes.",
+ "snippet_tags": [
+ "sqs.java2.message_attributes.create"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.rust.sqs-send"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.abapv1.send_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a message to an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.sendMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Send a message to an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.sendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.SendMessage.config",
+ "cpp.example_code.sqs.SendMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "SendMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_SendMessageBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.send__multiple_messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.SendMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.SendMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "SendMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_ReceiveMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive messages from a queue by using its URL.",
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue, and then delete the message.",
+ "snippet_tags": [
+ "SQS.dotnetv3.ReceiveDeleteExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.get_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.retrieve_messages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.example_code.sqs.ReceiveMessages"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.rust.sqs-receive"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.abapv1.receive_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.abapv1.long_polling_on_msg_receipt"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue using long-poll support.",
+ "snippet_tags": [
+ "sqs.JavaScript.longPoll.receiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-enable-long-polling.html#sqs-examples-enable-long-polling-on-receive-message",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.ReceiveMessage.config",
+ "cpp.example_code.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.ReceiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "ReceiveMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteMessage",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive a message from an &SQS; queue and then delete the message.",
+ "snippet_tags": [
+ "SQS.dotnetv3.ReceiveDeleteExample"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/SQS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.kotlin.del_messages.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.java2.sqs_example.delete_message"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive and delete &SQS; messages.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Receive and delete &SQS; messages.",
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sqs",
+ "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-receiving",
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.sqs.DeleteMessage.config",
+ "cpp.example_code.sqs.DeleteMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteMessage"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_DeleteMessageBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "TopicsAndQueues.dotnetv3.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/cross-service/TopicsAndQueues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Go": {
+ "name": "Go",
+ "property": "go",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "gov2.sqs.SqsActions.struct",
+ "gov2.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "gov2/workflows/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "cpp.example_code.cross-service.topics_and_queues.config",
+ "cpp.example_code.cross-service.topics_and_queues.sqs_client",
+ "cpp.example_code.cross-service.topics_and_queues.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/cross-service/topics_and_queues",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sqs.JavaScript.messages.receiveMessageV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "swift.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "go": {
+ "2": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sqs_Scenario_SendReceiveBatch",
+ "file": "sqs_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create functions to wrap &SQS; message functions.",
+ "snippet_tags": [
+ "python.example_code.sqs.message_wrapper_imports",
+ "python.example_code.sqs.SendMessageBatch",
+ "python.example_code.sqs.ReceiveMessage",
+ "python.example_code.sqs.DeleteMessageBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Use the wrapper functions to send and receive messages in batches.",
+ "snippet_tags": [
+ "python.example_code.sqs.Scenario_SendReceiveBatch"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sqs",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Send and receive batches of messages with &SQS; using an &AWS; SDK",
+ "title_abbrev": "Send and receive batches of messages",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sqs": {
+ "__set__": [
+ "DeleteQueue",
+ "DeleteMessageBatch",
+ "ReceiveMessage",
+ "CreateQueue",
+ "SendMessageBatch"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &SQS; queue.",
+ "Send batches of messages to the queue.",
+ "Receive batches of messages from the queue.",
+ "Delete batches of messages from the queue."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
new file mode 100644
index 00000000000..f5a2055af14
--- /dev/null
+++ b/python/example_code/ssm/examples_catalog.json
@@ -0,0 +1,1541 @@
+{
+ "examples": [
+ {
+ "id": "ssm_Hello",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &SYS;",
+ "title_abbrev": "Hello &SYS;",
+ "synopsis": "get started using &SYS;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "ListDocuments"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.CreateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_UpdateMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.update_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.updateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.UpdateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "UpdateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.CreateMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_SendCommand",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.send_command.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.sendCommand"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.SendCommand"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "SendCommand"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_ListCommandInvocations",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.listCommandInvocations"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.ListCommandInvocations"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "ListCommandInvocations"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_CreateDocument",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.create_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.createDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.CreateDocument"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DescribeOpsItems",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.describe_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.describeOpsItems"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.DescribeOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DescribeOpsItems"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeOpsItems_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.DeleteOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteMaintenanceWindow",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.delete_window.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.deleteMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.decl",
+ "python.example_code.ssm.DeleteMaintenanceWindow"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_DeleteDocument",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.delete_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.deleteDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.decl",
+ "python.example_code.ssm.DeleteDocument"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "DeleteDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_UpdateOpsItem",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.Java2.resolve_ops.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.updateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.decl",
+ "python.example_code.ssm.UpdateOpsItem"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "UpdateOpsItem"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "ssm_Scenario",
+ "file": "ssm_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "A wrapper class for &SYS; SDK methods.",
+ "snippet_tags": [
+ "ssm.java2.actions.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ssm.JavaScript.Basics.scenario"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "javascriptv3/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.ssm.Scenario_GetStartedSSM"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps document and command actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.DocumentWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps ops item actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.OpsItemWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ },
+ {
+ "description": "Define a class that wraps maintenance window actions.",
+ "snippet_tags": [
+ "python.example_code.ssm.MaintenanceWindowWrapper.class"
+ ],
+ "snippet_files": [],
+ "genai": "some"
+ }
+ ],
+ "github": "python/example_code/ssm",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "ssm": {
+ "__set__": [
+ "CreateOpsItem",
+ "ListCommandInvocations",
+ "DeleteMaintenanceWindow",
+ "SendCommand",
+ "CreateDocument",
+ "UpdateOpsItem",
+ "CreateMaintenanceWindow"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create a maintenance window.",
+ "Modify the maintenance window schedule.",
+ "Create a document.",
+ "Send a command to a specified EC2 instance.",
+ "Create an OpsItem.",
+ "Update and resolve the OpsItem.",
+ "Delete the maintenance window, OpsItem, and document."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/sts/examples_catalog.json b/python/example_code/sts/examples_catalog.json
new file mode 100644
index 00000000000..af3461639fc
--- /dev/null
+++ b/python/example_code/sts/examples_catalog.json
@@ -0,0 +1,675 @@
+{
+ "examples": [
+ {
+ "id": "sts_AssumeRole",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "STS.dotnetv3.AssumeRoleMessage"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/STS",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Assume an &IAM; role that requires an MFA token and use temporary credentials to list &S3; buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Ruby": {
+ "name": "Ruby",
+ "property": "ruby",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "ruby.sts.AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "ruby/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "javascript.v3.sts.client"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Assume the &IAM; role.",
+ "snippet_tags": [
+ "javascript.v3.sts.actions.AssumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ },
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.JavaScript.assumeRole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascript/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "C++": {
+ "name": "C++",
+ "property": "cpp",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.cpp.assume_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "cpp/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.java2.assume_role.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Swift": {
+ "name": "Swift",
+ "property": "swift",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.swift.import",
+ "iam.swift.basics.sts.assumerole"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "swift/example_code/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Rust": {
+ "name": "Rust",
+ "property": "rust",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "sts.rust.assume_role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "rustv1/examples/sts/",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Bash": {
+ "name": "Bash",
+ "property": "bash",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "aws-cli.bash-linux.iam.iecho",
+ "aws-cli.bash-linux.iam.errecho",
+ "aws-cli.bash-linux.sts.assume-role"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "aws-cli/bash-linux/iam",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRole_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "ruby": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ },
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "cpp": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "swift": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "rust": {
+ "1": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "bash": {
+ "2": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sts_GetSessionToken",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Get a session token by passing an MFA token and use it to list &S3; buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "GetSessionToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetSessionToken_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_AssumeRoleMfa",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to list S3 buckets. The user has rights only to assume the role.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Show that assuming the role without an MFA token is not allowed.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_access_denied"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Assume the role that grants permission to list S3 buckets, passing the required MFA token, and show that buckets can be listed.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_AssumeRoleMfa_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Assume an &IAM; role that requires an MFA token with &STS; using an &AWS; SDK",
+ "title_abbrev": "Assume an &IAM; role that requires an MFA token",
+ "synopsis": "assume a role that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_AssumeRoleMfa_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants permission to list &S3; buckets.",
+ "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Register an MFA device for the user.",
+ "Assume the role and use temporary credentials to list S3 buckets."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_ConstructFederatedUrl",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create a role that grants read-only access to the current account's S3 resources.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get a security token from the &AWS; federation endpoint and construct a URL that can be used to access the console with federated credentials.",
+ "snippet_tags": [
+ "iam.python.construct_federated_url"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_ConstructFederatedUrl_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Construct a URL with &STS; for federated users using an &AWS; SDK",
+ "title_abbrev": "Construct a URL for federated users",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "AssumeRole"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_ConstructFederatedUrl_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants read-only access to the current account's &S3; resources.",
+ "Get a security token from the &AWS; federation endpoint.",
+ "Construct a URL that can be used to access the console with federated credentials."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "sts_Scenario_SessionTokenMfa",
+ "file": "sts_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to let the user list S3 buckets only when MFA credentials are used.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_setup"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Get temporary session credentials by passing an MFA token, and use the credentials to list S3 buckets for the account.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Destroy the resources created for the demo.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_teardown"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Run this scenario by using the previously defined functions.",
+ "snippet_tags": [
+ "python.example_code.sts.Scenario_SessionTokenMfa_demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/sts",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Get a session token that requires an MFA token with &STS; using an &AWS; SDK",
+ "title_abbrev": "Get a session token that requires an MFA token",
+ "synopsis": "get a session token that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "sts": {
+ "__set__": [
+ "GetSessionToken"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_SessionTokenMfa_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Create an &IAM; role that grants permission to list &S3; buckets.",
+ "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Register an MFA device for the user.",
+ "Provide MFA credentials to get a session token and use temporary credentials to list S3 buckets."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
new file mode 100644
index 00000000000..5e17fc10fed
--- /dev/null
+++ b/python/example_code/support/examples_catalog.json
@@ -0,0 +1,2027 @@
+{
+ "examples": [
+ {
+ "id": "support_Hello",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.hello.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.HelloSupport"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Invoke `main()` to run the example.",
+ "snippet_tags": [
+ "javascript.v3.support.scenarios.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.Hello"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Hello &SUP;",
+ "title_abbrev": "Hello &SUP;",
+ "synopsis": "get started using &SUP;.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeServices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_AddAttachmentsToSet",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.add.attach.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.add.attach.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.AddAttachmentToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.AddAttachmentsToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.AddAttachmentToSet"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "AddAttachmentsToSet"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddAttachmentsToSet_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_AddCommunicationToCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.add.attach.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.add.attach.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.AddCommunicationToCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "AddCommunicationToCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddCommunicationToCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_CreateCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.create.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.create.case.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.CreateCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "CreateCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_CreateCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeAttachment",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.des.attachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.des.attachment.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeAttachment"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeAttachment"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeAttachment_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeCases",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.get.open.cases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.get.open.cases.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeCases"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeCommunications",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.list.comms.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.list.comms.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.javascriptv3.actions.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeCommunications"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeCommunications"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCommunications_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeServices",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.display.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.display.services.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeServices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeServices"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeServices"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeServices_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_DescribeSeverityLevels",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.display.sev.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.display.sev.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.DescribeSeverityLevels"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "DescribeSeverityLevels"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeSeverityLevels_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_ResolveCase",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.resolve.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.java2.resolve.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Support.dotnetv3.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "javascript.v3.support.actions.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_decl",
+ "python.example_code.support.ResolveCase"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "ResolveCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_ResolveCase_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "support_Scenario_GetStartedSupportCases",
+ "file": "support_metadata.yaml",
+ "languages": {
+ "Kotlin": {
+ "name": "Kotlin",
+ "property": "kotlin",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "support.kotlin.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "kotlin/services/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run various &SUP; operations.",
+ "snippet_tags": [
+ "support.java2.scenario.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "Support.dotnetv3.SupportBasics"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Wrapper methods used by the scenario for &SUP; actions.",
+ "snippet_tags": [
+ "Support.dotnetv3.SupportWrapper"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario in the terminal.",
+ "snippet_tags": [
+ "javascript.v3.support.scenarios.basic"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Run an interactive scenario at a command prompt.",
+ "snippet_tags": [
+ "python.example_code.support.Scenario_GetStartedSupportCases"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Define a class that wraps support client actions.",
+ "snippet_tags": [
+ "python.example_code.support.SupportWrapper_full"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/support",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "support": {
+ "__set__": [
+ "CreateCase",
+ "DescribeSeverityLevels",
+ "AddAttachmentsToSet",
+ "DescribeCommunications",
+ "AddCommunicationToCase",
+ "DescribeServices",
+ "DescribeCases",
+ "DescribeAttachment",
+ "ResolveCase"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Scenario_GetStartedSupportCases_section.html"
+ },
+ "sdk_pages": {
+ "kotlin": {
+ "1": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Get and display available services and severity levels for cases.",
+ "Create a support case using a selected service, category, and severity level.",
+ "Get and display a list of open cases for the current day.",
+ "Add an attachment set and a communication to the new case.",
+ "Describe the new attachment and communication for the case.",
+ "Resolve the case.",
+ "Get and display a list of resolved cases for the current day."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
new file mode 100644
index 00000000000..9bb95cacd0f
--- /dev/null
+++ b/python/example_code/textract/examples_catalog.json
@@ -0,0 +1,702 @@
+{
+ "examples": [
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_JavaScript_block.xml",
+ "excerpts": [],
+ "github": null,
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractExplorer_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_explorer",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create an &TEXTRACT; explorer application",
+ "title_abbrev": "Create an &TEXTRACT; explorer application",
+ "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "cognito-identity": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "sns": {
+ "__set__": []
+ },
+ "sqs": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": {
+ "javascript": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
+ }
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
+ "excerpts": [],
+ "github": "python/cross_service/textract_comprehend_notebook",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": {
+ "comprehend": {
+ "__set__": []
+ },
+ "s3": {
+ "__set__": []
+ },
+ "textract": {
+ "__set__": []
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": null,
+ "cross_service": {
+ "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
+ }
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_AnalyzeDocument",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "textract.java2._analyze_doc.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.AnalyzeDocument"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.analyze_document"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "AnalyzeDocument"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_DetectDocumentText",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Detect text from an input document.",
+ "snippet_tags": [
+ "textract.java2._detect_doc_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Detect text from a document located in an &S3; bucket.",
+ "snippet_tags": [
+ "textract.java2._detect_s3_text.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.DetectDocumentText"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.detect_document_text"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "DetectDocumentText"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_StartDocumentAnalysis",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "textract.java2._start_doc_analysis.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an asynchronous job to analyze a document.",
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.StartDocumentAnalysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.start_document_analysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "StartDocumentAnalysis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_StartDocumentTextDetection",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start an asynchronous job to detect text in a document.",
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.StartDocumentTextDetection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.start_document_text_detection"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "StartDocumentTextDetection"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "textract_GetDocumentAnalysis",
+ "file": "textract_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.textract.TextractWrapper",
+ "python.example_code.textract.GetDocumentAnalysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "SAP ABAP": {
+ "name": "SAP ABAP",
+ "property": "sap-abap",
+ "versions": [
+ {
+ "sdk_version": 1,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "tex.abapv1.get_document_analysis"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "sap-abap/services/textract",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "textract": {
+ "__set__": [
+ "GetDocumentAnalysis"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_GetDocumentAnalysis_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "sap-abap": {
+ "1": {
+ "actions_scenarios": {
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
diff --git a/python/example_code/transcribe/examples_catalog.json b/python/example_code/transcribe/examples_catalog.json
new file mode 100644
index 00000000000..2ab1b897f65
--- /dev/null
+++ b/python/example_code/transcribe/examples_catalog.json
@@ -0,0 +1,1154 @@
+{
+ "examples": [
+ {
+ "id": "transcribe_StartTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.StartTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.StartTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Start a transcription job.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.createJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-start-transcription",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "StartTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_ListTranscriptionJobs",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "transcribe.java-list-jobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.ListTranscriptionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.ListTranscriptionJobs"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "List transcription jobs.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.listJobsV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-list-jobs",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "ListTranscriptionJobs"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_GetTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.GetTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.GetTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_DeleteTranscriptionJob",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.DeleteTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.DeleteTranscriptionJob"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "JavaScript": {
+ "name": "JavaScript",
+ "property": "javascript",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Delete a transcription job.",
+ "snippet_tags": [
+ "transcribe.JavaScript.jobs.deleteJobV3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Create the client.",
+ "snippet_tags": [
+ "transcribe.JavaScript.createclientv3"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javascriptv3/example_code/transcribe",
+ "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-delete-job",
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "DeleteTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "javascript": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_CreateVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.CreateVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.CreateVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "CreateVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_ListVocabularies",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.ListCustomVocabularies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.ListVocabularies"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "ListVocabularies"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_GetVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.GetVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.GetVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_UpdateVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.UpdateCustomVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.UpdateVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "UpdateVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_DeleteVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ ".NET": {
+ "name": ".NET",
+ "property": "csharp",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "Transcribe.dotnetv3.DeleteVocabularyAsync"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "dotnetv3/Transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "python.example_code.transcribe.DeleteVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "DeleteVocabulary"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "csharp": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_Scenario_GettingStartedTranscriptionJobs",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Java": {
+ "name": "Java",
+ "property": "java",
+ "versions": [
+ {
+ "sdk_version": 2,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Transcribes a PCM file.",
+ "snippet_tags": [
+ "transcribe.java-streaming-demo-file.main"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Transcribes streaming audio from your computer's microphone.",
+ "snippet_tags": [
+ "transcribe.java-streaming-demo"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "javav2/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ },
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": null,
+ "snippet_tags": [
+ "transcribe.python.start-transcription-job"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Transcribe audio and get job data with &TSC; using an &AWS; SDK",
+ "title_abbrev": "Transcribe audio and get job data",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Getting started with &TSC;",
+ "url": "transcribe/latest/dg/getting-started.html"
+ },
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "StartTranscriptionJob",
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.html"
+ },
+ "sdk_pages": {
+ "java": {
+ "2": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ },
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Start a transcription job with &TSC;.",
+ "Wait for the job to complete.",
+ "Get the URI where the transcript is stored."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_Scenario_CustomVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": {
+ "Python": {
+ "name": "Python",
+ "property": "python",
+ "versions": [
+ {
+ "sdk_version": 3,
+ "block_content": null,
+ "excerpts": [
+ {
+ "description": "Transcribe an audio file that contains a reading of Jabberwocky by Lewis Carroll. Start by creating functions that wrap &TSC; actions.",
+ "snippet_tags": [
+ "python.example_code.transcribe.StartTranscriptionJob",
+ "python.example_code.transcribe.GetTranscriptionJob",
+ "python.example_code.transcribe.DeleteTranscriptionJob",
+ "python.example_code.transcribe.CreateVocabulary",
+ "python.example_code.transcribe.GetVocabulary",
+ "python.example_code.transcribe.UpdateVocabulary",
+ "python.example_code.transcribe.ListVocabularies",
+ "python.example_code.transcribe.DeleteVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ },
+ {
+ "description": "Call the wrapper functions to transcribe audio without a custom vocabulary and then with different versions of a custom vocabulary to see improved results.",
+ "snippet_tags": [
+ "python.example_code.transcribe.Scenario_CustomVocabulary"
+ ],
+ "snippet_files": [],
+ "genai": "none"
+ }
+ ],
+ "github": "python/example_code/transcribe",
+ "sdkguide": null,
+ "more_info": []
+ }
+ ]
+ }
+ },
+ "title": "Create and refine an &TSC; custom vocabulary using an &AWS; SDK",
+ "title_abbrev": "Create and refine a custom vocabulary",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": {
+ "transcribe": {
+ "__set__": [
+ "GetVocabulary",
+ "CreateVocabulary",
+ "DeleteTranscriptionJob",
+ "DeleteVocabulary",
+ "UpdateVocabulary",
+ "StartTranscriptionJob",
+ "ListVocabularies",
+ "GetTranscriptionJob"
+ ]
+ }
+ },
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
+ },
+ "sdk_pages": {
+ "python": {
+ "3": {
+ "actions_scenarios": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
+ },
+ "cross_service": null
+ }
+ }
+ }
+ },
+ "synopsis_list": [
+ "Upload an audio file to &S3;.",
+ "Run an &TSC; job to transcribe the file and get the results.",
+ "Create and refine a custom vocabulary to improve transcription accuracy.",
+ "Run jobs with custom vocabularies and get the results."
+ ],
+ "source_key": null
+ }
+ ]
+}
\ No newline at end of file
From ad1cfa9130c2981e14140766c82e302e8b172021 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 14 Mar 2025 15:21:12 -0500
Subject: [PATCH 07/13] Updates to writing the catalog.
---
.tools/scanners/catalog_runner.py | 60 +-
python/example_code/acm/examples_catalog.json | 1176 +-
.../api-gateway/examples_catalog.json | 906 +-
.../auditmanager/examples_catalog.json | 168 +-
.../example_code/aurora/examples_catalog.json | 4266 +------
.../auto-scaling/examples_catalog.json | 3307 +----
.../examples_catalog.json | 259 +-
.../bedrock-agent/examples_catalog.json | 733 +-
.../bedrock-runtime/examples_catalog.json | 4964 +-------
.../bedrock/examples_catalog.json | 555 +-
.../cloudfront/examples_catalog.json | 175 +-
.../cloudwatch-logs/examples_catalog.json | 361 +-
.../cloudwatch/examples_catalog.json | 2227 +---
.../cognito/examples_catalog.json | 2621 +---
.../comprehend/examples_catalog.json | 1426 +--
.../example_code/config/examples_catalog.json | 144 +-
.../devicefarm/examples_catalog.json | 107 +-
.../dynamodb/examples_catalog.json | 7991 +-----------
python/example_code/ec2/examples_catalog.json | 7901 +-----------
python/example_code/ecr/examples_catalog.json | 1132 +-
.../examples_catalog.json | 1373 +-
python/example_code/emr/examples_catalog.json | 379 +-
.../firehose/examples_catalog.json | 280 +-
.../glacier/examples_catalog.json | 1186 +-
.../example_code/glue/examples_catalog.json | 4432 +------
.../healthlake/examples_catalog.json | 632 +-
python/example_code/iam/examples_catalog.json | 10530 +---------------
.../iotsitewise/examples_catalog.json | 1706 +--
.../keyspaces/examples_catalog.json | 1736 +--
.../examples_catalog.json | 950 +-
.../kinesis/examples_catalog.json | 706 +-
python/example_code/kms/examples_catalog.json | 3383 +----
.../example_code/lambda/examples_catalog.json | 3776 +-----
.../lookoutvision/examples_catalog.json | 902 +-
.../medical-imaging/examples_catalog.json | 3682 +-----
.../organizations/examples_catalog.json | 437 +-
.../pinpoint-sms-voice/examples_catalog.json | 109 +-
.../pinpoint/examples_catalog.json | 274 +-
.../example_code/polly/examples_catalog.json | 847 +-
python/example_code/rds/examples_catalog.json | 3060 +----
.../redshift/examples_catalog.json | 1193 +-
.../rekognition/examples_catalog.json | 2460 +---
.../examples_catalog.json | 158 +-
.../examples_catalog.json | 141 +-
python/example_code/s3/examples_catalog.json | 9088 +------------
.../scheduler/examples_catalog.json | 699 +-
.../secretsmanager/examples_catalog.json | 325 +-
python/example_code/ses/examples_catalog.json | 3237 +----
.../example_code/sesv2/examples_catalog.json | 1521 +--
python/example_code/sns/examples_catalog.json | 3452 +----
python/example_code/sqs/examples_catalog.json | 2960 +----
python/example_code/ssm/examples_catalog.json | 1377 +-
python/example_code/sts/examples_catalog.json | 615 +-
.../support/examples_catalog.json | 1887 +--
.../textract/examples_catalog.json | 614 +-
.../transcribe/examples_catalog.json | 1014 +-
56 files changed, 3109 insertions(+), 108491 deletions(-)
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index 40912eb60a6..024db1110b8 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -6,14 +6,15 @@
import logging
import os
import json
-from collections import defaultdict
-from difflib import unified_diff
+
from pathlib import Path
-from typing import Optional
+from typing import Optional, Dict
+from copy import deepcopy
from render import Renderer, MissingMetadataError, RenderStatus
from scanner import Scanner
+from aws_doc_sdk_examples_tools.entities import expand_all_entities
from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
@@ -72,7 +73,7 @@ def main():
action="store_true",
dest="dry_run",
help="In dry run, compare current vs generated and exit with failure if they do not match.",
- default=False, # Change this to default false when we're ready to use this generally.
+ default=False,
)
parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
parser.add_argument("--check", dest="dry_run", action="store_true")
@@ -98,7 +99,6 @@ def main():
written = []
unchanged = []
-
scanner = prepare_scanner(doc_gen)
if scanner is None:
return -1
@@ -166,15 +166,29 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
language_examples = []
for example in doc_gen.examples.values():
for lang_name, language in example.languages.items():
- for svc_name in example.services:
- if svc_name == service_name and lang_name == language_name:
- language_examples.append(example)
+ if lang_name == language_name and service_name in example.services:
+ example.title = sanitize_example_title(example, service_name)
+ # Add to the catalog.
+ language_examples.append(deepcopy(example))
+
+ for example in language_examples:
+ # Remove the lists that aren't needed.
+ example.languages = []
+ example.doc_filenames.sdk_pages = []
+ example.services = []
new_catalog = json.dumps(
{"examples": language_examples},
cls=DocGenEncoder, indent="\t"
)
+ # Expand all of the entity text.
+ [text, errors] = expand_all_entities(new_catalog, doc_gen.entities)
+ if errors:
+ print(errors)
+ return RenderStatus.UNCHANGED
+ new_catalog = text
+
# If the file already exists, read it to compare contents.
try:
with open(filepath, "r", encoding="utf-8") as example_meta:
@@ -192,22 +206,16 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
return RenderStatus.UPDATED
-def write_language_json(doc_gen, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
+def sanitize_example_title(example, service) -> [str, None]:
+ """Clean up the text in an example."""
+ # API examples use the API name.
+ if example.category == 'Api':
+ return sorted(example.services[service])[0]
+ # Basics use a standard title.
+ if example.category == 'Basics':
+ return 'Learn the basics'
+ # Otherwise use the title with the code tags removed.
+ s = example.title
+ return s.replace("", "")\
+ .replace("
", "")\
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- if lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
diff --git a/python/example_code/acm/examples_catalog.json b/python/example_code/acm/examples_catalog.json
index 27169787902..47cabd47c3a 100644
--- a/python/example_code/acm/examples_catalog.json
+++ b/python/example_code/acm/examples_catalog.json
@@ -3,152 +3,19 @@
{
"id": "acm_DescribeCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.describe_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ACM.dotnetv3.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/ACM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.DescribeCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "DescribeCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -156,90 +23,19 @@
{
"id": "acm_GetCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.GetCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.GetCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "GetCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,152 +43,19 @@
{
"id": "acm_ListCertificates",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.list_certs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ACM.dotnetv3.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/ACM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ListCertificates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCertificates",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListCertificates"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -400,121 +63,19 @@
{
"id": "acm_ImportCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.import_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ImportCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ImportCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ImportCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ImportCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -522,121 +83,19 @@
{
"id": "acm_DeleteCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.del_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "DeleteCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -644,121 +103,19 @@
{
"id": "acm_AddTagsToCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.add_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.AddTagsToCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.AddTagsToCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddTagsToCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "AddTagsToCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -766,121 +123,19 @@
{
"id": "acm_ListTagsForCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.list_cert_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ListTagsForCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ListTagsForCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListTagsForCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListTagsForCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -888,121 +143,19 @@
{
"id": "acm_RemoveTagsFromCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.remove_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RemoveTagsFromCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.RemoveTagsFromCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RemoveTagsFromCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "RemoveTagsFromCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RemoveTagsFromCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1010,121 +163,19 @@
{
"id": "acm_RequestCertificate",
"file": "acm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "acm.java2.request_cert.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RequestCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.RequestCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RequestCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "RequestCertificate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_RequestCertificate_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1132,90 +183,19 @@
{
"id": "acm_ResendValidationEmail",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.ResendValidationEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.acm.ResendValidationEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResendValidationEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ResendValidationEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ResendValidationEmail_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_acm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1223,88 +203,22 @@
{
"id": "acm_Usage_ImportListRemove",
"file": "acm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &ACM; operations.",
- "snippet_tags": [
- "python.example_code.acm.imports",
- "python.example_code.acm.AcmCertificate",
- "python.example_code.acm.RequestCertificate",
- "python.example_code.acm.ImportCertificate",
- "python.example_code.acm.ListCertificates",
- "python.example_code.acm.DescribeCertificate",
- "python.example_code.acm.GetCertificate",
- "python.example_code.acm.AddTagsToCertificate",
- "python.example_code.acm.ListTagsForCertificate",
- "python.example_code.acm.RemoveTagsFromCertificate",
- "python.example_code.acm.DeleteCertificate"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to manage certificates for your account.",
- "snippet_tags": [
- "python.example_code.acm.Usage_ImportListRemove"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/acm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "acm": {
- "__set__": [
- "ListCertificates",
- "AddTagsToCertificate",
- "RequestCertificate",
- "GetCertificate",
- "DeleteCertificate",
- "ImportCertificate",
- "ListTagsForCertificate",
- "RemoveTagsFromCertificate",
- "DescribeCertificate",
- "ResendValidationEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_Usage_ImportListRemove_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_acm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Request a certificate from &ACM;.",
+ "Request a certificate from ACM.",
"Import a self-signed certificate.",
"List and describe certificates.",
"Remove certificates."
diff --git a/python/example_code/api-gateway/examples_catalog.json b/python/example_code/api-gateway/examples_catalog.json
index bd023b310ca..80794293c96 100644
--- a/python/example_code/api-gateway/examples_catalog.json
+++ b/python/example_code/api-gateway/examples_catalog.json
@@ -3,91 +3,19 @@
{
"id": "api-gateway_CreateDeployment",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.create_deployment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateDeployment",
- "python.example_code.api-gateway.Helper.ApiUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDeployment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateDeployment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateDeployment_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -95,59 +23,19 @@
{
"id": "api-gateway_CreateResource",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,90 +43,19 @@
{
"id": "api-gateway_CreateRestApi",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.create_api.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRestApi",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateRestApi"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_CreateRestApi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,90 +63,19 @@
{
"id": "api-gateway_DeleteRestApi",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "apigateway.java2.delete_api.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.DeleteRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRestApi",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "DeleteRestApi"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_DeleteRestApi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -337,59 +83,19 @@
{
"id": "api-gateway_GetResources",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetResources",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "GetResources"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetResources_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -397,90 +103,19 @@
{
"id": "api-gateway_GetRestApis",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.GetRestApis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Displays the Amazon API Gateway REST APIs in the Region.",
- "snippet_tags": [
- "apigateway.rust.get_rest_apis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/apigateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRestApis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "GetRestApis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_GetRestApis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -488,59 +123,19 @@
{
"id": "api-gateway_PutIntegration",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutIntegration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutIntegration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegration_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -548,59 +143,19 @@
{
"id": "api-gateway_PutIntegrationResponse",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutIntegrationResponse",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutIntegrationResponse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutIntegrationResponse_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -608,59 +163,19 @@
{
"id": "api-gateway_PutMethod",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMethod",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutMethod"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethod_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -668,59 +183,19 @@
{
"id": "api-gateway_PutMethodResponse",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.PutIntegration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMethodResponse",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "PutMethodResponse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_PutMethodResponse_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -728,86 +203,24 @@
{
"id": "api-gateway_Usage_CreateDeployRest",
"file": "api-gateway_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &ABP; operations.",
- "snippet_tags": [
- "python.example_code.api-gateway.imports",
- "python.example_code.api-gateway.ApiGatewayToService.class",
- "python.example_code.api-gateway.CreateRestApi",
- "python.example_code.api-gateway.CreateResource",
- "python.example_code.api-gateway.PutIntegration",
- "python.example_code.api-gateway.CreateDeployment",
- "python.example_code.api-gateway.Helper.ApiUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deploy a REST API and call it with the Requests package.",
- "snippet_tags": [
- "python.example_code.api-gateway.Usage_CreateDeployRest"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/api-gateway",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and deploy a REST API using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and deploy a REST API using an AWS SDK",
"title_abbrev": "Create and deploy a REST API",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "api-gateway": {
- "__set__": [
- "CreateResource",
- "GetRestApis",
- "PutMethod",
- "PutMethodResponse",
- "PutIntegration",
- "GetResources",
- "DeleteRestApi",
- "PutIntegrationResponse",
- "CreateRestApi",
- "CreateDeployment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_api-gateway_Usage_CreateDeployRest_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_api-gateway_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a REST API served by &ABP;.",
+ "Create a REST API served by API Gateway.",
"Add resources to the REST API to represent a user profile.",
- "Add integration methods so that the REST API uses a &DDB; table to store user profile data.",
+ "Add integration methods so that the REST API uses a DynamoDB table to store user profile data.",
"Send HTTP requests to the REST API to add and retrieve user profiles."
],
"source_key": null
@@ -815,42 +228,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -858,16 +243,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -875,55 +251,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -931,42 +273,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -974,16 +288,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -991,70 +296,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -1062,32 +311,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/auditmanager/examples_catalog.json b/python/example_code/auditmanager/examples_catalog.json
index 56dca06ff1b..036dcf1bbf6 100644
--- a/python/example_code/auditmanager/examples_catalog.json
+++ b/python/example_code/auditmanager/examples_catalog.json
@@ -3,66 +3,19 @@
{
"id": "auditmanager_Scenario_CreateAssessmentReport",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CreateAssessmentReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; assessment report that contains one day of evidence using an &AWS; SDK",
+ "languages": [],
+ "title": "Create an Audit Manager assessment report that contains one day of evidence using an AWS SDK",
"title_abbrev": "Create an assessment report",
- "synopsis": "create an &AM; assessment report that contains one day of evidence.",
+ "synopsis": "create an Audit Manager assessment report that contains one day of evidence.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "GetAssessment",
- "GetEvidenceByEvidenceFolder",
- "BatchDisassociateAssessmentReportEvidence",
- "DisassociateAssessmentReportEvidenceFolder",
- "GetEvidenceFoldersByAssessment",
- "GetAssessmentReportUrl",
- "AssociateAssessmentReportEvidenceFolder",
- "ListAssessmentReports",
- "CreateAssessmentReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CreateAssessmentReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -70,128 +23,47 @@
{
"id": "auditmanager_Scenario_CustomFrameworkFromConformancePack",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CustomFrameworkFromConformancePack"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; custom framework from an &CC; conformance pack using an &AWS; SDK",
- "title_abbrev": "Create a custom framework from an &CC; conformance pack",
+ "languages": [],
+ "title": "Create an Audit Manager custom framework from an AWS Config conformance pack using an AWS SDK",
+ "title_abbrev": "Create a custom framework from an AWS Config conformance pack",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "CreateControl",
- "CreateAssessmentFramework"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromConformancePack_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Get a list of &CC; conformance packs.",
- "Create an &AM; custom control for each managed rule in a conformance pack.",
- "Create an &AM; custom framework that contains the controls."
+ "Get a list of AWS Config conformance packs.",
+ "Create an Audit Manager custom control for each managed rule in a conformance pack.",
+ "Create an Audit Manager custom framework that contains the controls."
],
"source_key": null
},
{
"id": "auditmanager_Scenario_CustomFrameworkFromSecurityHub",
"file": "auditmanager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auditmanager.Scenario_CustomFrameworkFromSecurityHub"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auditmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AM; custom framework that contains &ASH; controls using an &AWS; SDK",
- "title_abbrev": "Create a custom framework that contains &ASH; controls",
+ "languages": [],
+ "title": "Create an Audit Manager custom framework that contains Security Hub controls using an AWS SDK",
+ "title_abbrev": "Create a custom framework that contains Security Hub controls",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auditmanager": {
- "__set__": [
- "CreateAssessmentFramework",
- "ListControls",
- "GetControl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/auditmanager_example_auditmanager_Scenario_CustomFrameworkFromSecurityHub_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "auditmanager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auditmanager_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Get a list of all standard controls that have &ASH; as their data source.",
- "Create an &AM; custom framework that contains the controls."
+ "Get a list of all standard controls that have Security Hub as their data source.",
+ "Create an Audit Manager custom framework that contains the controls."
],
"source_key": null
}
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
index bc512b257a0..04f659f01b4 100644
--- a/python/example_code/aurora/examples_catalog.json
+++ b/python/example_code/aurora/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "aurora_Hello",
"file": "aurora_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.HelloAurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.aurora.hello_aurora.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_aurora.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.aurora.hello_aurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora/hello_aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/bin/hello-world.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.HelloRDSAurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_aurora"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AUR;",
- "title_abbrev": "Hello &AUR;",
- "synopsis": "get started using &AUR;.",
+ "languages": [],
+ "title": "Hello Aurora",
+ "title_abbrev": "Hello Aurora",
+ "synopsis": "get started using Aurora.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,218 +23,19 @@
{
"id": "aurora_DescribeDBClusterParameterGroups",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.param.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterParameterGroups1",
- "cpp.example_code.aurora.DescribeDBClusterParameterGroups2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterParameterGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -475,250 +43,19 @@
{
"id": "aurora_CreateDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.create.params.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.param.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.set_engine.usage",
- "rust.aurora.create_db_cluster_parameter_group.wrapper",
- "rust.aurora.set_engine.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -726,250 +63,19 @@
{
"id": "aurora_DeleteDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_cluster_parameter_group.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -977,250 +83,19 @@
{
"id": "aurora_DescribeDBClusterParameters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.cluster_parameters.usage",
- "rust.aurora.describe_db_cluster_parameters.wrapper",
- "rust.aurora.cluster_parameters.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1228,250 +103,19 @@
{
"id": "aurora_ModifyDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.mod.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.param.groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.ModifyDBClusterParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.update_auto_increment.usage",
- "rust.aurora.modify_db_cluster_parameter_group.wrapper",
- "rust.aurora.update_auto_increment.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "ModifyDBClusterParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1479,250 +123,19 @@
{
"id": "aurora_DescribeDBClusters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.des.params.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.describe_db_clusters.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1730,250 +143,19 @@
{
"id": "aurora_CreateDBCluster",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_cluster.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1981,250 +163,19 @@
{
"id": "aurora_DeleteDBCluster",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_cluster.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2232,250 +183,19 @@
{
"id": "aurora_CreateDBClusterSnapshot",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBClusterSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_cluster_snapshot.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBClusterSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBClusterSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2483,217 +203,19 @@
{
"id": "aurora_DescribeDBClusterSnapshots",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.wait.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.wait.snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBClusterSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBClusterSnapshots",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBClusterSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterSnapshots_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2701,250 +223,19 @@
{
"id": "aurora_CreateDBInstance",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.create.db.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.create.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.CreateDBInstance_InCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.start_cluster_and_instance.usage",
- "rust.aurora.create_db_instance.wrapper",
- "rust.aurora.start_cluster_and_instance.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "CreateDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2952,250 +243,19 @@
{
"id": "aurora_DescribeDBEngineVersions",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeEngineVersionsAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.get.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.describe.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.get_engines.usage",
- "rust.aurora.describe_db_engine_versions.wrapper",
- "rust.aurora.get_engines.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBEngineVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBEngineVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBEngineVersions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3203,219 +263,19 @@
{
"id": "aurora_DescribeOrderableDBInstanceOptions",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.describe.engines.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.get_instance_classes.usage",
- "rust.aurora.describe_orderable_db_instance_options.wrapper",
- "rust.aurora.get_instance_classes.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOrderableDBInstanceOptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeOrderableDBInstanceOptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3423,250 +283,19 @@
{
"id": "aurora_DescribeDBInstances",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.wait.db.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.wait.instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.describe_db_instances.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3674,250 +303,19 @@
{
"id": "aurora_DeleteDBInstance",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Aurora.dotnetv3.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.aurora.DbClusters.struct",
- "gov2.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.cluster.del.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.cluster.del.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_decl",
- "python.example_code.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.client",
- "cpp.example_code.aurora.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.aurora.clean_up.usage",
- "rust.aurora.delete_db_instance.wrapper",
- "rust.aurora.clean_up.test"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3925,318 +323,22 @@
{
"id": "aurora_Scenario_GetStartedClusters",
"file": "aurora_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "Aurora.dotnetv3.AuroraClusterScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "Aurora.dotnetv3.AuroraWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.aurora.Scenario_GetStartedClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "gov2.aurora.DbClusters.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.aurora.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.aurora.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.aurora.Scenario_GetStartedClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &AUR; actions.",
- "snippet_tags": [
- "python.example_code.aurora.helper.AuroraWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.aurora.client_configuration",
- "cpp.example_code.aurora.get_started_clusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "A library containing the scenario-specific functions for the Aurora scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/aurora_scenario/mod.rs"
- ],
- "genai": "none"
- },
- {
- "description": "Tests for the library using automocks around the RDS Client wrapper.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/aurora_scenario/tests.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A binary to run the scenario from front to end, using inquirer so that the user can make some decisions.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/bin/aurora-scenario.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A wrapper around the Amazon RDS service that allows automocking for tests.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/src/rds.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The Cargo.toml with dependencies used in this scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/aurora/Cargo.toml"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "aurora": {
- "__set__": [
- "DeleteDBCluster",
- "DeleteDBInstance",
- "CreateDBClusterSnapshot",
- "DescribeDBClusterParameterGroups",
- "DescribeDBEngineVersions",
- "DescribeDBClusterParameters",
- "ModifyDBClusterParameterGroup",
- "DescribeOrderableDBInstanceOptions",
- "DescribeDBClusters",
- "DeleteDBClusterParameterGroup",
- "CreateDBClusterParameterGroup",
- "CreateDBCluster",
- "DescribeDBInstances",
- "CreateDBInstance",
- "DescribeDBClusterSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Scenario_GetStartedClusters_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_aurora_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a custom &AUR; DB cluster parameter group and set parameter values.",
+ "Create a custom Aurora DB cluster parameter group and set parameter values.",
"Create a DB cluster that uses the parameter group.",
"Create a DB instance that contains a database.",
"Take a snapshot of the DB cluster, then clean up resources."
@@ -4246,126 +348,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -4373,64 +363,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4438,42 +371,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -4481,16 +386,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
index e848f63929e..256da1d3aa6 100644
--- a/python/example_code/auto-scaling/examples_catalog.json
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "auto-scaling_Hello",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.HelloAutoScaling"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.basics.helloService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "auto-scaling.ruby.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.list-autoscaling-groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.autoscaling.hello_autoscaling.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_autoscaling.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.autoscaling.hello_autoscaling"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling/hello_autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AS;",
- "title_abbrev": "Hello &AS;",
- "synopsis": "get started using &AS;.",
+ "languages": [],
+ "title": "Hello Auto Scaling",
+ "title_abbrev": "Hello Auto Scaling",
+ "synopsis": "get started using Auto Scaling.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,248 +23,19 @@
{
"id": "auto-scaling_CreateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.CreateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.createAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.create_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.create_scaling_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.CreateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.create-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.create_autoscaling_group1",
- "cpp.example_code.autoscaling.create_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "CreateAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -505,255 +43,19 @@
{
"id": "auto-scaling_DeleteAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScaling.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.del_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.del_scaling_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.deleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the minimum size of an Auto Scaling group to zero, terminate all instances in the group, and delete the group.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.auto-scaling.DeleteAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.delete-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.delete_autoscaling_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DeleteAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -761,247 +63,19 @@
{
"id": "auto-scaling_DescribeAutoScalingGroups",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_autoscalinggroups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeAutoScalingGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeAutoScalingGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.list-autoscaling-groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_autoscaling_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAutoScalingGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1009,248 +83,19 @@
{
"id": "auto-scaling_UpdateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.update_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.update_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.UpdateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.updateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.UpdateAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscaling.rust.update-autoscaling-group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.update_autoscaling_group1",
- "cpp.example_code.autoscaling.update_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1258,249 +103,19 @@
{
"id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.TerminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.terminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.TerminateInstanceInAutoScalingGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.terminate_instance_autoscaling_group1",
- "cpp.example_code.autoscaling.terminate_instance_autoscaling_group2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.terminate_some_instance",
- "rust.auto-scaling.scenario.get_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateInstanceInAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "TerminateInstanceInAutoScalingGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1508,248 +123,19 @@
{
"id": "auto-scaling_SetDesiredCapacity",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.set_capacity.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.set_capacity.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.SetDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.setDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.SetDesiredCapacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.set_desired_capacity1",
- "cpp.example_code.autoscaling.set_desired_capacity2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.scale_desired_capacity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetDesiredCapacity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "SetDesiredCapacity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1757,248 +143,19 @@
{
"id": "auto-scaling_DescribeAutoScalingInstances",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_autoscalinggroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeAutoScalingInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_autoscaling_instances1",
- "cpp.example_code.autoscaling.describe_autoscaling_instances2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.list_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAutoScalingInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeAutoScalingInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2006,248 +163,19 @@
{
"id": "auto-scaling_DescribeScalingActivities",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.describe_scaling_activites.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.describe_scaling_activites.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DescribeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.describeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DescribeScalingActivities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.describe_scaling_activities1",
- "cpp.example_code.autoscaling.describe_scaling_activities2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.describe_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeScalingActivities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeScalingActivities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2255,248 +183,19 @@
{
"id": "auto-scaling_EnableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.enable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.enable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.EnableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.enableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.EnableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.enable_metrics_collection1",
- "cpp.example_code.autoscaling.enable_metrics_collection2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.enable_metrics_collection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "EnableMetricsCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2504,248 +203,19 @@
{
"id": "auto-scaling_DisableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.disable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.disable_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.DisableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.service.disableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.auto-scaling.AutoScalingWrapper.decl",
- "python.example_code.auto-scaling.DisableMetricsCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.client_configuration",
- "cpp.example_code.autoscaling.autoscaling_client",
- "cpp.example_code.autoscaling.disable_metrics_collection1",
- "cpp.example_code.autoscaling.disable_metrics_collection2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.auto-scaling.scenario.disable_metrics_collection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DisableMetricsCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2753,121 +223,19 @@
{
"id": "auto-scaling_AttachLoadBalancerTargetGroups",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScaling.AttachLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.auto-scaling.AttachLoadBalancerTargetGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.AttachTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachLoadBalancerTargetGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "AttachLoadBalancerTargetGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_auto-scaling_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2875,553 +243,41 @@
{
"id": "auto-scaling_Scenario_GroupsAndInstances",
"file": "auto-scaling_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingBasics.Usings",
- "AutoScaling.dotnetv3.AutoScalingBasics",
- "AutoScaling.dotnetv3.AutoScalingBasics.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &AS;, &EC2;, and &CW; actions.",
- "snippet_tags": [
- "AutoScaling.dotnetv3.AutoScalingActions.AutoScalingWrapper",
- "AutoScaling.dotnetv3.AutoScalingActions.EC2Wrapper",
- "AutoScaling.dotnetv3.AutoScalingActions.CloudWatchWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/AutoScaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.kotlin.create_scaling_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "autoscale.java2.create_scaling_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/autoscale",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.auto-scaling.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.auto-scaling.Scenario_GroupsAndInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage launch templates and metrics. These functions wrap &EC2; and &CW; actions.",
- "snippet_tags": [
- "python.example_code.auto-scaling.helper.ServiceHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.autoscaling.groups_and_instances_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/autoscaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/auto-scaling/Cargo.toml",
- "rustv1/examples/auto-scaling/src/bin/scenario.rs",
- "rustv1/examples/auto-scaling/src/lib.rs",
- "rustv1/examples/auto-scaling/src/scenario.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/auto-scaling",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "DescribeScalingActivities",
- "EnableMetricsCollection",
- "UpdateAutoScalingGroup",
- "SetDesiredCapacity",
- "TerminateInstanceInAutoScalingGroup",
- "DisableMetricsCollection",
- "DescribeAutoScalingInstances",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_auto-scaling_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ASlong; group with a launch template and Availability Zones, and get information about running instances.",
- "Enable &CWlong; metrics collection.",
+ "Create an Amazon EC2 Auto Scaling group with a launch template and Availability Zones, and get information about running instances.",
+ "Enable Amazon CloudWatch metrics collection.",
"Update the group's desired capacity and wait for an instance to start.",
"Terminate an instance in the group.",
"List scaling activities that occur in response to user requests and capacity changes.",
- "Get statistics for &CW; metrics, then clean up resources."
+ "Get statistics for CloudWatch metrics, then clean up resources."
],
"source_key": null
},
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -3429,48 +285,15 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
}
diff --git a/python/example_code/bedrock-agent-runtime/examples_catalog.json b/python/example_code/bedrock-agent-runtime/examples_catalog.json
index 5c9f280e091..6b35c8d5dd0 100644
--- a/python/example_code/bedrock-agent-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-agent-runtime/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "bedrock-agent-runtime_InvokeAgent",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.InvokeAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InvokeAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeAgent_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "bedrock-agent-runtime_InvokeFlow",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke a flow.",
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.InvokeFlow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InvokeFlow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_InvokeFlow_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,61 +43,22 @@
{
"id": "bedrock-agent-runtime_Scenario_ConverseWithFlow",
"file": "bedrock-agent-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.bedrock-agent-runtime.flow_conversation.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Converse with an &BRlong; flow",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
- "synopsis": "use InvokeFlow to converse with an &BRlong; flow that includes an agent node.",
+ "synopsis": "use InvokeFlow to converse with an Amazon Bedrock flow that includes an agent node.",
"category": "Basics",
"guide_topic": {
- "title": "Converse with an &BRlong; flow",
+ "title": "Converse with an Amazon Bedrock flow",
"url": "bedrock/latest/userguide/flows-multi-turn-invocation.html"
},
"service_main": null,
- "services": {
- "bedrock-agent-runtime": {
- "__set__": [
- "InvokeFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_bedrock-agent-runtime_Scenario_ConverseWithFlow_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -245,45 +66,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -292,16 +82,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock-agent/examples_catalog.json b/python/example_code/bedrock-agent/examples_catalog.json
index 78a0b9508c5..525f116b8cd 100644
--- a/python/example_code/bedrock-agent/examples_catalog.json
+++ b/python/example_code/bedrock-agent/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "bedrock-agent_CreateAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/create-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,58 +23,19 @@
{
"id": "bedrock-agent_CreateAgentActionGroup",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent action group.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgentActionGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgentActionGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgentActionGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentActionGroup_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -152,58 +43,19 @@
{
"id": "bedrock-agent_CreateAgentAlias",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an agent alias.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.CreateAgentAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAgentAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgentAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_CreateAgentAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -211,89 +63,19 @@
{
"id": "bedrock-agent_DeleteAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/delete-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.DeleteAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "DeleteAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -301,58 +83,19 @@
{
"id": "bedrock-agent_DeleteAgentAlias",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an agent alias.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.DeleteAgentAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAgentAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "DeleteAgentAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_DeleteAgentAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -360,89 +103,19 @@
{
"id": "bedrock-agent_GetAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/get-agent.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.GetAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "GetAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GetAgent_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -450,89 +123,19 @@
{
"id": "bedrock-agent_ListAgents",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the agents belonging to an account.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/list-agents.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the agents belonging to an account.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgents"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgents",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgents"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -540,89 +143,19 @@
{
"id": "bedrock-agent_ListAgentActionGroups",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the action groups for an agent.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-agent/actions/list-agent-action-groups.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the action groups for an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgentActionGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgentActionGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgentActionGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentActionGroups_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -630,58 +163,19 @@
{
"id": "bedrock-agent_ListAgentKnowledgeBases",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the knowledge bases associated with an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.ListAgentKnowledgeBases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAgentKnowledgeBases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "ListAgentKnowledgeBases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgentKnowledgeBases_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -689,58 +183,19 @@
{
"id": "bedrock-agent_PrepareAgent",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Prepare an agent for internal testing.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.PrepareAgent"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PrepareAgent",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "PrepareAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -748,67 +203,19 @@
{
"id": "bedrock-agent_GettingStartedWithBedrockAgents",
"file": "bedrock-agent_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and invoke an agent.",
- "snippet_tags": [
- "python.example_code.bedrock-agent.Scenario_GettingStartedBedrockAgents"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-agent",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "An end-to-end example showing how to create and invoke &BRA; using an &AWS; SDK",
+ "languages": [],
+ "title": "An end-to-end example showing how to create and invoke Amazon Bedrock Agents using an AWS SDK",
"title_abbrev": "Create and invoke an agent",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-agent": {
- "__set__": [
- "CreateAgent",
- "ListAgents",
- "ListAgentKnowledgeBases",
- "DeleteAgent",
- "ListAgentActionGroups",
- "CreateAgentAlias",
- "CreateAgentActionGroup",
- "DeleteAgentAlias",
- "PrepareAgent",
- "GetAgent"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-agent_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create an execution role for the agent.",
@@ -824,45 +231,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -871,16 +247,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
index a36dfaf22c3..a48468a5105 100644
--- a/python/example_code/bedrock-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "bedrock-runtime_Hello",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.bedrock-runtime.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a prompt to a model with the InvokeModel operation.",
- "snippet_tags": [
- "bedrock-runtime.example_code.hello_bedrock_invoke.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a user message to a model with the Converse operation.",
- "snippet_tags": [
- "bedrock-runtime.example_code.hello_bedrock_converse.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &BR;",
- "title_abbrev": "Hello &BR;",
- "synopsis": "get started using &BR;.",
+ "languages": [],
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,159 +23,19 @@
{
"id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke AI21 Labs Jurassic-2 on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke AI21 Labs Jurassic-2 on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
"category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -292,167 +43,19 @@
{
"id": "bedrock-runtime_Converse_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a conversation of messages to Amazon Nova using Bedrock's Converse API with a tool configuration.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
"category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -460,159 +63,19 @@
{
"id": "bedrock-runtime_Converse_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -620,168 +83,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUse",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.WeatherTool"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The Converse API action with a tool configuration.",
- "snippet_tags": [
- "Bedrock.ConverseTool.dotnetv3.SendConverseRequest"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime/Scenarios/ConverseToolScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utilities to print the Message Content Blocks.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use example illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use example illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -789,198 +103,19 @@
{
"id": "bedrock-runtime_Converse_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -988,159 +123,19 @@
{
"id": "bedrock-runtime_Converse_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1148,159 +143,19 @@
{
"id": "bedrock-runtime_Converse_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1308,159 +163,19 @@
{
"id": "bedrock-runtime_Converse_Mistral",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "bedrock-runtime.java2.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API with the async Java client.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseAsync_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral on &BR; using Bedrock's Converse API",
+ "languages": [],
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
"synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1468,151 +183,19 @@
{
"id": "bedrock-runtime_ConverseStream_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.Converse_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AmazonNovaText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1620,151 +203,19 @@
{
"id": "bedrock-runtime_ConverseStream_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1772,190 +223,19 @@
{
"id": "bedrock-runtime_ConverseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Anthropic Claude and stream reply tokens, using Bedrock's ConverseStream API.",
- "snippet_tags": [
- "rust.bedrock-runtime.ConverseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.ConverseStream_AnthropicClaude.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1963,151 +243,19 @@
{
"id": "bedrock-runtime_ConverseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2115,151 +263,19 @@
{
"id": "bedrock-runtime_ConverseStream_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_MetaLlama"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2267,151 +283,19 @@
{
"id": "bedrock-runtime_ConverseStream_Mistral",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.ConverseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral on &BR; using Bedrock's Converse API with a response stream",
+ "languages": [],
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
"synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "ConverseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2419,214 +303,19 @@
{
"id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_Ai21LabsJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/ai21LabsJurassic2/invoke_model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeJurassic2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke AI21 Labs Jurassic-2 models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
"category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2634,214 +323,19 @@
{
"id": "bedrock-runtime_InvokeModel_TitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to generate a short story.",
- "snippet_tags": [
- "bedrock-runtime.kotlin.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/amazonTitanText/invoke_model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2849,261 +343,19 @@
{
"id": "bedrock-runtime_InvokeModel_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text. This example uses features of /US2/CL_JSON which might not be available on some NetWeaver versions.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_claude_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Anthropic Claude 2 foundation model to generate text using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_claude_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Anthropic Claude 3 foundation model to generate text using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_claude_v3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/bdr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3111,120 +363,19 @@
{
"id": "bedrock-runtime_InvokeModel_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Command and Command Light",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3232,120 +383,19 @@
{
"id": "bedrock-runtime_InvokeModel_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Command R and R+",
"synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3353,151 +403,19 @@
{
"id": "bedrock-runtime_InvokeModel_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModel_Llama3_Quickstart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel: Llama 3",
"synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3505,151 +423,19 @@
{
"id": "bedrock-runtime_InvokeModel_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_MistralAi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/mistral/invoke_mistral_7b.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral AI models on &BR; using the Invoke Model API",
+ "languages": [],
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
"synopsis": "send a text message to Mistral models, using the Invoke Model API.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3657,120 +443,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AmazonTitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_TitanText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3778,183 +463,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_AnthropicClaude"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWithResponseStreamWrapper.struct",
- "gov2.bedrock-runtime.InvokeModelWithResponseStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock-runtime/models/anthropicClaude/invoke_claude_3.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Anthropic Claude models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Anthropic Claude models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3962,120 +483,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4083,120 +503,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_CohereCommandR"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Cohere Command R and R+ on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
"synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4204,151 +523,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MetaLlama3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModelWithResponseStream_Llama3_Quickstart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Meta Llama 3 on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream: Llama 3",
"synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4356,120 +543,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModelWithResponseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModelWithResponseStream_Mistral"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use the Invoke Model API to send a text message and process the response stream in real-time.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModelWithResponseStream_MistralAi"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Mistral AI models on &BR; using the Invoke Model API with a response stream",
+ "languages": [],
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
"title_abbrev": "InvokeModelWithResponseStream",
"synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
"category": "Mistral AI",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModelWithResponseStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4477,151 +563,19 @@
{
"id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "javascript.v3.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Amazon Nova Canvas.",
- "snippet_tags": [
- "BedrockRuntime.dotnetv3.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Nova Canvas.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_AmazonNovaImageGeneration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Nova Canvas on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Nova Canvas on &BR; to generate an image.",
+ "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
"category": "Amazon Nova Canvas",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4629,152 +583,19 @@
{
"id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_AmazonTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanImageGenerator"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "gov2.bedrock-runtime.InvokeModelWrapper.struct",
- "gov2.bedrock-runtime.InvokeTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with the Amazon Titan Image Generator.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeTitanImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Image on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Titan Image on &BR; to generate an image.",
+ "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
"category": "Amazon Titan Image Generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4782,159 +603,19 @@
{
"id": "bedrock-runtime_InvokeModel_StableDiffusion",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_StableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_StableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "php.example_code.bedrock-runtime.service.invokeStableDiffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an image with Stable Diffusion.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_stable_diffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the Stability.ai Stable Diffusion XL foundation model to generate images using L2 high level client.",
- "snippet_tags": [
- "bdr.abapv1.invokemodel_l2_stable_diffusion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/bdr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Stability.ai Stable Diffusion XL on &BR; to generate an image",
+ "languages": [],
+ "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
"title_abbrev": "InvokeModel",
- "synopsis": "invoke Stability.ai Stable Diffusion XL on &BR; to generate an image.",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
"category": "Stable Diffusion",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4942,97 +623,19 @@
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create your first embedding with Titan Text Embeddings V2.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke Titan Text Embeddings V2 configuring the number of dimensions and normalization.",
- "snippet_tags": [
- "bedrock-runtime.java2.InvokeModel_TitanTextEmbeddings_AdditionalFields"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create your first embedding with Amazon Titan Text Embeddings.",
- "snippet_tags": [
- "python.example_code.bedrock-runtime.InvokeModel_TitanTextEmbeddings"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Invoke Amazon Titan Text Embeddings on &BR;",
+ "languages": [],
+ "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
"title_abbrev": "InvokeModel",
"synopsis": "",
"category": "Amazon Titan Text Embeddings",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "InvokeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get started creating your first embedding.",
@@ -5043,121 +646,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.weather-tool"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utilities to print the Message Content Blocks.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.user-interface"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use statements, Error utility, and constants.",
- "snippet_tags": [
- "rust.bedrock-runtime.Converse_AnthropicClaude.tool-use.supporting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Scenario: Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5165,66 +666,19 @@
{
"id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/tool_use_demo.py"
- ],
- "genai": "none"
- },
- {
- "description": "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/bedrock-runtime/cross-model-scenarios/tool_use_demo/weather_tool.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock-runtime",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
"title_abbrev": "Scenario: Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock-runtime": {
- "__set__": [
- "Converse"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock-runtime_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5232,91 +686,19 @@
{
"id": "cross_FMPlayground",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_FMPlayground_NetV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_FMPlayground_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_FMPlayground_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a sample application that offers playgrounds to interact with &BR; foundation models using an &AWS; SDK",
- "title_abbrev": "Create a playground application to interact with &BR; foundation models",
- "synopsis": "create playgrounds to interact with &BR; foundation models through different modalities.",
+ "languages": [],
+ "title": "Create a sample application that offers playgrounds to interact with Amazon Bedrock foundation models using an AWS SDK",
+ "title_abbrev": "Create a playground application to interact with Amazon Bedrock foundation models",
+ "synopsis": "create playgrounds to interact with Amazon Bedrock foundation models through different modalities.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock-runtime",
- "services": {
- "bedrock-runtime": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_cross_FMPlayground_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_FMPlayground_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5324,45 +706,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -5371,16 +722,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
index 3edcecaa31c..89b5c97d5d6 100644
--- a/python/example_code/bedrock/examples_catalog.json
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -3,151 +3,19 @@
{
"id": "bedrock_Hello",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.bedrock.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Bedrock.dotnetv3.BedrockActions.HelloBedrock"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "bedrock.example_code.hello_bedrock.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &BR;",
- "title_abbrev": "Hello &BR;",
- "synopsis": "get started using &BR;.",
+ "languages": [],
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "ListFoundationModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,128 +23,19 @@
{
"id": "bedrock_GetFoundationModel",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model using the synchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.get_foundation_model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get details about a foundation model using the asynchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.get_foundation_model_async.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/actions/get-foundation-model.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get details about a foundation model.",
- "snippet_tags": [
- "python.example_code.bedrock.GetFoundationModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetFoundationModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "GetFoundationModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -284,253 +43,19 @@
{
"id": "bedrock_ListFoundationModels",
"file": "bedrock_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available Bedrock foundation models.",
- "snippet_tags": [
- "gov2.bedrock.FoundationModelWrapper.struct",
- "gov2.bedrock.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models using the synchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.list_foundation_models.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the available &BRlong; foundation models using the asynchronous &BR; client.",
- "snippet_tags": [
- "bedrock.java2.list_foundation_models_async.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available foundation models.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/bedrock/actions/list-foundation-models.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "bedrock.kotlin.list_foundation_models.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "php.example_code.bedrock.service.listFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available &BRlong; foundation models.",
- "snippet_tags": [
- "python.example_code.bedrock.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the available Bedrock foundation models.",
- "snippet_tags": [
- "Bedrock.dotnetv3.BedrockActions.ListFoundationModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Bedrock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFoundationModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "bedrock": {
- "__set__": [
- "ListFoundationModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_bedrock_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -538,45 +63,14 @@
{
"id": "cross_ServerlessPromptChaining",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ServerlessPromptChaining_Python_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and orchestrate generative AI applications with &BR; and &SFN;",
- "title_abbrev": "Orchestrate generative AI applications with &SFN;",
- "synopsis": "build and orchestrate generative AI applications with &BR; and &SFN;.",
+ "languages": [],
+ "title": "Build and orchestrate generative AI applications with Amazon Bedrock and Step Functions",
+ "title_abbrev": "Orchestrate generative AI applications with Step Functions",
+ "synopsis": "build and orchestrate generative AI applications with Amazon Bedrock and Step Functions.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "bedrock",
- "services": {
- "bedrock": {
- "__set__": []
- },
- "bedrock-runtime": {
- "__set__": []
- },
- "bedrock-agent": {
- "__set__": []
- },
- "bedrock-agent-runtime": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_cross_ServerlessPromptChaining_section.html",
@@ -585,16 +79,7 @@
"bedrock-agent-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent-runtime_example_cross_ServerlessPromptChaining_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_ServerlessPromptChaining_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ServerlessPromptChaining_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudfront/examples_catalog.json b/python/example_code/cloudfront/examples_catalog.json
index 086f16ba88a..dfb4848a2bc 100644
--- a/python/example_code/cloudfront/examples_catalog.json
+++ b/python/example_code/cloudfront/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "cloudfront_ListDistributions",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.ListDistributions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDistributions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "ListDistributions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "cloudfront_GetDistributionConfig",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.UpdateDistribution"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDistributionConfig",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "GetDistributionConfig"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,90 +43,19 @@
{
"id": "cloudfront_UpdateDistribution",
"file": "cloudfront_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudfront.java2.mod.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudfront.CloudFrontWrapper",
- "python.example_code.cloudfront.UpdateDistribution"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudfront",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateDistribution",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudfront": {
- "__set__": [
- "UpdateDistribution"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_UpdateDistribution_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudfront_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudwatch-logs/examples_catalog.json b/python/example_code/cloudwatch-logs/examples_catalog.json
index e3365e85cce..69df9980a38 100644
--- a/python/example_code/cloudwatch-logs/examples_catalog.json
+++ b/python/example_code/cloudwatch-logs/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "cloudwatch-logs_GetQueryResults",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cloudwatch-logs.actions.GetQueryResults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch_logs.get_query_results"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetQueryResults",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "GetQueryResults"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_GetQueryResults_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "cloudwatch-logs_StartQuery",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cloudwatch-logs.actions.StartQuery"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch_logs.start_query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartQuery",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "StartQuery"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,118 +43,19 @@
{
"id": "cloudwatch-logs_Scenario_BigQuery",
"file": "cloudwatch-logs_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This is the entry point.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "This is a class that splits queries into multiple steps if necessary.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query/cloud-watch-query.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch-logs/scenarios/large-query",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This file invokes an example module for managing CloudWatch queries exceeding 10,000 results.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/cloudwatch-logs/scenarios/large-query/exec.py"
- ],
- "genai": "none"
- },
- {
- "description": "This module processes CloudWatch queries exceeding 10,000 results.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch-logs/scenarios/large-query",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &CWL; to run a large query",
+ "languages": [],
+ "title": "Use CloudWatch Logs to run a large query",
"title_abbrev": "Run a large query",
- "synopsis": "use &CWL; to query more than 10,000 records.",
+ "synopsis": "use CloudWatch Logs to query more than 10,000 records.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch-logs": {
- "__set__": [
- "GetQueryResults",
- "StartQuery"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch-logs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch-logs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -302,73 +63,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -377,32 +79,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/cloudwatch/examples_catalog.json b/python/example_code/cloudwatch/examples_catalog.json
index b38b9fa8a2f..ea6e2e2ab41 100644
--- a/python/example_code/cloudwatch/examples_catalog.json
+++ b/python/example_code/cloudwatch/examples_catalog.json
@@ -3,284 +3,19 @@
{
"id": "cloudwatch_DeleteAlarms",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.del.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.delete_alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.delete_alarm.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the alarm.",
- "snippet_tags": [
- "cw.cpp.delete_alarm.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.deleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-deleting",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.delete_alarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAlarms",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DeleteAlarms"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DeleteAlarms_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -288,284 +23,19 @@
{
"id": "cloudwatch_DescribeAlarmsForMetric",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DescribeAlarmsForMetric"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.check.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.check.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.DescribeAlarmsForMetric"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.displayMetricInfo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.describe_alarms.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Describe the alarms.",
- "snippet_tags": [
- "cw.cpp.describe_alarms.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DescribeAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.alarms.describeAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-describing",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAlarmsForMetric",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DescribeAlarmsForMetric"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DescribeAlarmsForMetric_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -573,315 +43,19 @@
{
"id": "cloudwatch_DisableAlarmActions",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.disable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.disable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.disableAnAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.disable_alarm_actions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.disable_alarm_actions.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Disable the alarm actions.",
- "snippet_tags": [
- "cw.cpp.disable_alarm_actions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.disableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-disabling",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableAlarmActions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "DisableAlarmActions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_DisableAlarmActions_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -889,284 +63,19 @@
{
"id": "cloudwatch_EnableAlarmActions",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.EnableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.enable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.enable_alarm_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.EnableAlarmActions.DisableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.enable_alarm_actions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.enable_alarm_actions.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Enable the alarm actions.",
- "snippet_tags": [
- "cw.cpp.enable_alarm_actions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.EnableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "cw.JavaScript.alarms.enableAlarmActions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-using-alarm-actions.html#cloudwatch-examples-using-alarm-actions-enabling",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableAlarmActions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "EnableAlarmActions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_EnableAlarmActions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1174,153 +83,19 @@
{
"id": "cloudwatch_GetMetricStatistics",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.display.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.display.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.GetMetricStatisticsSetup",
- "CloudWatch.dotnetv3.GetMetricStatistics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.GetMetricStatistics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetMetricStatistics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "GetMetricStatistics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_GetMetricStatistics_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1328,315 +103,19 @@
{
"id": "cloudwatch_ListMetrics",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.list.metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.list_metrics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.listMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.list_metrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.list_metrics.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the metrics.",
- "snippet_tags": [
- "cw.cpp.list_metrics.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.ListMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.metrics.listMetrics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-listing",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListMetrics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "ListMetrics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_ListMetrics_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1644,315 +123,19 @@
{
"id": "cloudwatch_PutMetricAlarm",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.create.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.put_metric_alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cwt.abapv1.put_metric_alarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.put_metric_alarm.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the alarm to watch the metric.",
- "snippet_tags": [
- "cw.cpp.put_metric_alarm.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.PutMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.alarms.putMetricAlarm"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-creating-alarms.html#cloudwatch-examples-creating-alarms-putmetricalarm",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMetricAlarm",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricAlarm"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricAlarm_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1960,294 +143,19 @@
{
"id": "cloudwatch_PutMetricData",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "CloudWatch.dotnetv3.PutMetricDataSetup",
- "CloudWatch.dotnetv3.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/CloudWatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.kotlin.scenario.add.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.java2.scenario.add.met.alarm.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put a set of data into a &CW; metric.",
- "snippet_tags": [
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData_DataSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cloudwatch.Ruby.addDataPoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Include the required files.",
- "snippet_tags": [
- "cw.cpp.put_metric_data.inc"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put data into the metric.",
- "snippet_tags": [
- "cw.cpp.put_metric_data.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.actions.PutMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "javascript.v3.cloudwatch.client"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cw.JavaScript.metrics.putMetricData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/cloudwatch",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/cloudwatch-examples-getting-metrics.html#cloudwatch-examples-getting-metrics-publishing-custom",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutMetricData",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricData"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_PutMetricData_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_cloudwatch_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2255,83 +163,22 @@
{
"id": "cloudwatch_Usage_MetricsAlarms",
"file": "cloudwatch_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &CW; operations.",
- "snippet_tags": [
- "python.example_code.cloudwatch.imports",
- "python.example_code.cloudwatch.CloudWatchWrapper",
- "python.example_code.cloudwatch.PutMetricData_DataSet",
- "python.example_code.cloudwatch.PutMetricAlarm",
- "python.example_code.cloudwatch.PutMetricData",
- "python.example_code.cloudwatch.GetMetricStatistics",
- "python.example_code.cloudwatch.DescribeAlarmsForMetric",
- "python.example_code.cloudwatch.DeleteAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to put data in a metric, trigger an alarm that watches the metric, and get data from the alarm.",
- "snippet_tags": [
- "python.example_code.cloudwatch.Usage_MetricsAlarms"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cloudwatch",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &CW; metrics and alarms using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage CloudWatch metrics and alarms using an AWS SDK",
"title_abbrev": "Manage metrics and alarms",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cloudwatch": {
- "__set__": [
- "PutMetricAlarm",
- "ListMetrics",
- "DescribeAlarmsForMetric",
- "GetMetricStatistics",
- "DisableAlarmActions",
- "PutMetricData",
- "EnableAlarmActions",
- "DeleteAlarms"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch_example_cloudwatch_Usage_MetricsAlarms_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cloudwatch": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cloudwatch_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an alarm to watch a &CW; metric.",
+ "Create an alarm to watch a CloudWatch metric.",
"Put data into a metric and trigger the alarm.",
"Get data from the alarm.",
"Delete the alarm."
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
index ddca3f33c99..fd0205b6d49 100644
--- a/python/example_code/cognito/examples_catalog.json
+++ b/python/example_code/cognito/examples_catalog.json
@@ -3,221 +3,19 @@
{
"id": "cognito-identity-provider_Hello",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.cognito.hello_cognito.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_cognito.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.cognito.hello_cognito"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito/hello_cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.HelloCognito"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_cognito.list_user_pools"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &COG;",
- "title_abbrev": "Hello &COG;",
- "synopsis": "get started using &COG;.",
+ "languages": [],
+ "title": "Hello Amazon Cognito",
+ "title_abbrev": "Hello Amazon Cognito",
+ "synopsis": "get started using Amazon Cognito.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ListUserPools"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -225,248 +23,19 @@
{
"id": "cognito-identity-provider_SignUp",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.CognitoActions.struct",
- "gov2.cognito-identity-provider.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.signup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SignUp",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "SignUp"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -474,216 +43,19 @@
{
"id": "cognito-identity-provider_AdminGetUser",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.GetAdminUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.getuser.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.getuser.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.SignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminGetUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_get_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminGetUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminGetUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -691,216 +63,19 @@
{
"id": "cognito-identity-provider_ResendConfirmationCode",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.resend.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.resend.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ResendConfirmationCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.resend_confirmation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResendConfirmationCode",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ResendConfirmationCode"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -908,216 +83,19 @@
{
"id": "cognito-identity-provider_ConfirmSignUp",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.confirm.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.confirm.signup.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ConfirmSignUp"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.confirm_signup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ConfirmSignUp",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ConfirmSignUp"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1125,183 +103,19 @@
{
"id": "cognito-identity-provider_ListUsers",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.ListUsers.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.ListUsers.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ListUsers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1309,216 +123,19 @@
{
"id": "cognito-identity-provider_AdminInitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.initiateauth.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.initiateauth.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminInitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_initiate_auth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminInitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminInitiateAuth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1526,216 +143,19 @@
{
"id": "cognito-identity-provider_AssociateSoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AssociateSoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.associate_software_token"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssociateSoftwareToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AssociateSoftwareToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1743,216 +163,19 @@
{
"id": "cognito-identity-provider_VerifySoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.token.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.token.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.verify_software_token"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifySoftwareToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "VerifySoftwareToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1960,216 +183,19 @@
{
"id": "cognito-identity-provider_AdminRespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.verify.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Respond to an MFA challenge by providing a code generated by an associated MFA application.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.AdminRespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.cognito.cognito_client",
- "cpp.example_code.cognito.admin_respond_to_auth_challenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AdminRespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminRespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2177,121 +203,19 @@
{
"id": "cognito-identity-provider_ConfirmDevice",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.ConfirmDevice"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ConfirmDevice",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "ConfirmDevice"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2299,153 +223,19 @@
{
"id": "cognito-identity-provider_InitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.cognito-identity-provider.CognitoActions.struct",
- "gov2.cognito-identity-provider.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example shows you how to start authentication with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.InitiateAuth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "InitiateAuth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2453,90 +243,19 @@
{
"id": "cognito-identity-provider_RespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sign in with a tracked device. To complete sign-in, the client must respond correctly to Secure Remote Password (SRP) challenges.",
- "snippet_tags": [
- "python.example_code.cognito-idp.helper.CognitoIdentityProviderWrapper.decl",
- "python.example_code.cognito-idp.RespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.cognito-idp.actions.RespondToAuthChallenge"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "RespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2544,243 +263,19 @@
{
"id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
"file": "cognito-identity-provider_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Cognito.dotnetv3.Main",
- "Cognito.dotnetv3.CognitoWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.kotlin.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cognito.java2.mvp.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &COG; functions used in the scenario.",
- "snippet_tags": [
- "python.example_code.cognito-idp.CognitoIdentityProviderWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario. This example also registers an MFA device to be tracked by &COG; and shows you how to sign in by using a password and information from the tracked device. This avoids the need to enter a new MFA code.",
- "snippet_tags": [
- "python.example_code.cognito-idp.Scenario_SignUpUserWithMfa"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "For the best experience, clone the GitHub repository and run this example. The following code represents a sample of the full example application.",
- "snippet_tags": [
- "javascript.v3.cognito-idp.scenarios.basic.SignUpHandler",
- "javascript.v3.cognito-idp.actions.SignUp",
- "javascript.v3.cognito-idp.scenarios.basic.ConfirmSignUpHandler",
- "javascript.v3.cognito-idp.actions.ConfirmSignUp",
- "javascript.v3.cognito-idp.scenarios.basic.AdminInitiateAuthHandler",
- "javascript.v3.cognito-idp.actions.AdminInitiateAuth",
- "javascript.v3.cognito-idp.scenarios.basic.AdminRespondToAuthChallengeHandler",
- "javascript.v3.cognito-idp.actions.RespondToAuthChallenge",
- "javascript.v3.cognito-idp.scenarios.basic.VerifySoftwareTokenHandler",
- "javascript.v3.cognito-idp.actions.VerifySoftwareToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cognito-identity-provider/scenarios/basic",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cognito.client_configuration",
- "cpp.example_code.getting_started_with_user_pools"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cognito",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Sign up a user with an &COG; user pool that requires MFA using an &AWS; SDK",
+ "languages": [],
+ "title": "Sign up a user with an Amazon Cognito user pool that requires MFA using an AWS SDK",
"title_abbrev": "Sign up a user with a user pool that requires MFA",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "cognito-identity-provider": {
- "__set__": [
- "AdminGetUser",
- "AssociateSoftwareToken",
- "ListUsers",
- "ConfirmDevice",
- "InitiateAuth",
- "ConfirmSignUp",
- "VerifySoftwareToken",
- "AdminRespondToAuthChallenge",
- "ResendConfirmationCode",
- "SignUp",
- "AdminInitiateAuth",
- "RespondToAuthChallenge"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_cognito-identity-provider_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Sign up and confirm a user with a username, password, and email address.",
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
index bc9c3e8439c..3761227787b 100644
--- a/python/example_code/comprehend/examples_catalog.json
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "comprehend_CreateDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.classifier.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.CreateDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "CreateDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_CreateDocumentClassifier_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,59 +23,19 @@
{
"id": "comprehend_DescribeDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DescribeDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -154,59 +43,19 @@
{
"id": "comprehend_ListDocumentClassifiers",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.ListDocumentClassifiers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDocumentClassifiers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassifiers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -214,59 +63,19 @@
{
"id": "comprehend_DeleteDocumentClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DeleteDocumentClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DeleteDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -274,59 +83,19 @@
{
"id": "comprehend_StartDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.StartDocumentClassificationJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartDocumentClassificationJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -334,59 +103,19 @@
{
"id": "comprehend_DescribeDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.DescribeDocumentClassificationJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeDocumentClassificationJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -394,59 +123,19 @@
{
"id": "comprehend_ListDocumentClassificationJobs",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.ListDocumentClassificationJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDocumentClassificationJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassificationJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -454,214 +143,44 @@
{
"id": "comprehend_Usage_ComprehendClassifier",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a wrapper class to call &CMP; document classifier actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendClassifier",
- "python.example_code.comprehend.CreateDocumentClassifier",
- "python.example_code.comprehend.DescribeDocumentClassifier",
- "python.example_code.comprehend.ListDocumentClassifiers",
- "python.example_code.comprehend.DeleteDocumentClassifier",
- "python.example_code.comprehend.StartDocumentClassificationJob",
- "python.example_code.comprehend.DescribeDocumentClassificationJob",
- "python.example_code.comprehend.ListDocumentClassificationJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class to help run the scenario.",
- "snippet_tags": [
- "python.example_code.comprehend.helper.ClassifierDemo_class"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Train a classifier on a set of GitHub issues with known labels, then send a second set of GitHub issues to the classifier so that they can be labeled.",
- "snippet_tags": [
- "python.example_code.comprehend.Scenario_CustomClassifier"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Train a custom &CMP; classifier and classify documents using an &AWS; SDK",
+ "languages": [],
+ "title": "Train a custom Amazon Comprehend classifier and classify documents using an AWS SDK",
"title_abbrev": "Train a custom classifier and classify documents",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListDocumentClassificationJobs",
- "ListDocumentClassifiers",
- "DeleteDocumentClassifier",
- "DescribeDocumentClassificationJob",
- "StartDocumentClassificationJob",
- "CreateDocumentClassifier",
- "DescribeDocumentClassifier"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &CMP; multi-label classifier.",
+ "Create an Amazon Comprehend multi-label classifier.",
"Train the classifier on sample data.",
"Run a classification job on a second set of data.",
- "Extract the job output data from &S3;."
+ "Extract the job output data from Amazon S3."
],
"source_key": null
},
{
"id": "comprehend_DetectDominantLanguage",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectDominantLanguageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_language.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectDominantLanguage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectDominantLanguage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectDominantLanguage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -669,121 +188,19 @@
{
"id": "comprehend_DetectEntities",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectEntitiesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_entities.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectEntities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -791,121 +208,19 @@
{
"id": "comprehend_DetectKeyPhrases",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingKeyPhraseExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_keyphrases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectKeyPhrases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectKeyPhrases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectKeyPhrases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -913,90 +228,19 @@
{
"id": "comprehend_DetectPiiEntities",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingPIIExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectPiiEntities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectPiiEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectPiiEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1004,121 +248,19 @@
{
"id": "comprehend_DetectSentiment",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingSentimentExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_sentiment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectSentiment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectSentiment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSentiment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1126,121 +268,19 @@
{
"id": "comprehend_DetectSyntax",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.DetectingSyntaxExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "comprehend.java2.detect_syntax.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectSyntax"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectSyntax",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSyntax"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1248,78 +288,19 @@
{
"id": "comprehend_Usage_DetectApis",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &CMPlong; actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendDetect_imports",
- "python.example_code.comprehend.ComprehendDetect",
- "python.example_code.comprehend.DetectDominantLanguage",
- "python.example_code.comprehend.DetectEntities",
- "python.example_code.comprehend.DetectKeyPhrases",
- "python.example_code.comprehend.DetectPiiEntities",
- "python.example_code.comprehend.DetectSentiment",
- "python.example_code.comprehend.DetectSyntax"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to detect entities, phrases, and more in a document.",
- "snippet_tags": [
- "python.example_code.comprehend.Usage_DetectApis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect document elements with &CMP; and an &AWS; SDK",
+ "languages": [],
+ "title": "Detect document elements with Amazon Comprehend and an AWS SDK",
"title_abbrev": "Detect document elements",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DetectSentiment",
- "DetectKeyPhrases",
- "DetectDominantLanguage",
- "DetectSyntax",
- "DetectEntities",
- "DetectPiiEntities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Detect languages, entities, and key phrases in a document.",
@@ -1332,90 +313,19 @@
{
"id": "comprehend_StartTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Comprehend.dotnetv3.TopicModelingExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Comprehend/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.StartTopicsDetectionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1423,59 +333,19 @@
{
"id": "comprehend_DescribeTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.DescribeTopicsDetectionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "DescribeTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1483,59 +353,19 @@
{
"id": "comprehend_ListTopicsDetectionJobs",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.ListTopicsDetectionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTopicsDetectionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "ListTopicsDetectionJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1543,131 +373,45 @@
{
"id": "comprehend_Usage_TopicModeler",
"file": "comprehend_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a wrapper class to call &CMP; topic modeling actions.",
- "snippet_tags": [
- "python.example_code.comprehend.ComprehendTopicModeler",
- "python.example_code.comprehend.StartTopicsDetectionJob",
- "python.example_code.comprehend.DescribeTopicsDetectionJob",
- "python.example_code.comprehend.ListTopicsDetectionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper class to run a topic modeling job and get job data.",
- "snippet_tags": [
- "python.example_code.comprehend.Scenario_TopicModeler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/comprehend",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run an &CMP; topic modeling job on sample data using an &AWS; SDK",
+ "languages": [],
+ "title": "Run an Amazon Comprehend topic modeling job on sample data using an AWS SDK",
"title_abbrev": "Run a topic modeling job on sample data",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "comprehend": {
- "__set__": [
- "StartTopicsDetectionJob",
- "ListTopicsDetectionJobs",
- "DescribeTopicsDetectionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_TopicModeler_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_comprehend_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Run an &CMP; topic modeling job on sample data.",
+ "Run an Amazon Comprehend topic modeling job on sample data.",
"Get information about the job.",
- "Extract job output data from &S3;."
+ "Extract job output data from Amazon S3."
],
"source_key": null
},
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/config/examples_catalog.json b/python/example_code/config/examples_catalog.json
index b167fdbc007..9828529037c 100644
--- a/python/example_code/config/examples_catalog.json
+++ b/python/example_code/config/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "config-service_PutConfigRule",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.PutConfigRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "PutConfigRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "config-service_DescribeConfigRules",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.DescribeConfigRules"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeConfigRules",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "DescribeConfigRules"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DescribeConfigRules_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,59 +43,19 @@
{
"id": "config-service_DeleteConfigRule",
"file": "config-service_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.config-service.ConfigWrapper",
- "python.example_code.config-service.DeleteConfigRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/config",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "config-service": {
- "__set__": [
- "DeleteConfigRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_config-service_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/devicefarm/examples_catalog.json b/python/example_code/devicefarm/examples_catalog.json
index b0dbe0b01db..cb287709f21 100644
--- a/python/example_code/devicefarm/examples_catalog.json
+++ b/python/example_code/devicefarm/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "device-farm_Scenario_BrowserTesting",
"file": "device-farm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use PyTest and Selenium to browse to specified websites, take screenshots, and compare actual website content with expected content.",
- "snippet_tags": [
- "python.example_code.device-farm.Scenario_BrowserTesting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/devicefarm/browser_testing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run browser tests with &ATP; and take screenshots using an &AWS; SDK",
+ "languages": [],
+ "title": "Run browser tests with Device Farm and take screenshots using an AWS SDK",
"title_abbrev": "Run browser tests and take screenshots",
- "synopsis": "run browser tests with &ATP; and take screenshots.",
+ "synopsis": "run browser tests with Device Farm and take screenshots.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "device-farm": {
- "__set__": [
- "CreateTestGridUrl",
- "GetTestGridSession"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_BrowserTesting_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,66 +23,19 @@
{
"id": "device-farm_Scenario_DeviceTesting",
"file": "device-farm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload compiled Android application and test packages to &ATP;, start a test, wait for test completion, and report the results.",
- "snippet_tags": [
- "python.example_code.device-farm.Scenario_DeviceTesting"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/devicefarm/device_testing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Upload and test mobile device packages with &ATP; using an &AWS; SDK",
+ "languages": [],
+ "title": "Upload and test mobile device packages with Device Farm using an AWS SDK",
"title_abbrev": "Upload and test device packages",
- "synopsis": "upload and test mobile device packages with &ATP;.",
+ "synopsis": "upload and test mobile device packages with Device Farm.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "device-farm": {
- "__set__": [
- "ListSuites",
- "ListTests",
- "ScheduleRun",
- "StopRun",
- "ListArtifacts",
- "GetUpload",
- "GetRun",
- "CreateUpload",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/device-farm_example_device-farm_Scenario_DeviceTesting_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "device-farm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_device-farm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
index 565fe3141ff..8b055464134 100644
--- a/python/example_code/dynamodb/examples_catalog.json
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -3,117 +3,20 @@
{
"id": "cross_DynamoDBDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/DynamoDbItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/dynamodb_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a web application to track &DDB; data",
- "title_abbrev": "Create a web application to track &DDB; data",
- "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "dynamodb",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -121,42 +24,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -164,16 +39,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -181,55 +47,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -237,42 +69,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -280,16 +84,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -297,70 +92,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -368,32 +107,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -401,73 +115,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -476,32 +131,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -509,221 +139,19 @@
{
"id": "dynamodb_Hello",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.HelloDynamoDB"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "For more details on working with &DDB; in &JSBlong;, see Programming &DDB; with JavaScript.",
- "snippet_tags": [
- "javascript.v3.dynamodb.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.hello_dynamodb.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_dynamodb.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb/hello_dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.dynamodb.hello_dynamodb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &DDB;",
- "title_abbrev": "Hello &DDB;",
- "synopsis": "get started using &DDB;.",
+ "languages": [],
+ "title": "Hello DynamoDB",
+ "title_abbrev": "Hello DynamoDB",
+ "synopsis": "get started using DynamoDB.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -731,476 +159,19 @@
{
"id": "dynamodb_CreateTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.create_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table.",
- "snippet_tags": [
- "php.example_code.dynamodb.basics.createTable",
- "php.example_code.dynamodb.service.createTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table for storing movie data.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.create-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.createTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.createTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-creating-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.create_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.createtable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1208,286 +179,19 @@
{
"id": "dynamodb_BatchGetItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Shows how to get batch items using the service client.",
- "snippet_tags": [
- "dynamodb.java2.batch.get.items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Shows how to get batch items using the service client and a paginator.",
- "snippet_tags": [
- "dynamodb.java2.batch.get.items.paginator.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.LowLevelBatchGetExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.Batching_imports",
- "python.example_code.dynamodb.BatchGetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchGet.",
- "snippet_tags": [
- "javascript.v3.dynamodb.doc-client.BatchGet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.batch.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-reading",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.batch_get_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.batchgetitem.batchget"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.BatchGetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchGetItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchGetItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1495,341 +199,19 @@
{
"id": "dynamodb_DescribeTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.DescribeTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.describe_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.describe_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.describeTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.describeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-describing-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.describe_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DescribeTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1837,390 +219,19 @@
{
"id": "dynamodb_BatchWriteItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Writes a batch of items to the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Inserts many items into a table by using the service client.",
- "snippet_tags": [
- "dynamodb.java2.batch.write.items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Inserts many items into a table by using the enhanced client.",
- "snippet_tags": [
- "dynamodb.java2.mapping.batchitems.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.batchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see BatchWrite.",
- "snippet_tags": [
- "dynamodb.JavaScript.movies.batchwriteV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.batch.WriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html#dynamodb-example-table-read-write-batch-writing",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.batch_write_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.populate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchWriteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchWriteItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2228,467 +239,19 @@
{
"id": "dynamodb_DeleteTable",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.delete_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.delete_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.delete_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.delete-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.item.deleteTableV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-deleting-a-table",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.delete_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.deletetable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2696,493 +259,19 @@
{
"id": "dynamodb_PutItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.put_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.put_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Puts an item into a table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.put_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.putItem",
- "php.example_code.dynamodb.service.putItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.add-item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see PutCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.putV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an item in a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.putItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put an item in a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.put"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-writing-an-item",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.put_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.add-movie",
- "ddb.swift.basics.movie.getasitem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "PutItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3190,452 +279,19 @@
{
"id": "dynamodb_GetItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.get_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Gets an item from a table by using the DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.getItem",
- "php.example_code.dynamodb.service.getItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see GetCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.getV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.getItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.get"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-dynamodb-utilities.html#dynamodb-example-document-client-get",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.get_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.get"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "GetItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3643,448 +299,19 @@
{
"id": "dynamodb_UpdateItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.update_item.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.update_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Updates an item in a table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.update_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.updateItem",
- "php.example_code.dynamodb.service.updateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update an item by using an update expression.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.UpdateItem.UpdateExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item by using an update expression that includes an arithmetic operation.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.UpdateItem.UpdateExpression.Arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item only when it meets certain conditions.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.UpdateItem.ConditionalExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.UpdateItem.UpdateExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see UpdateCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.updateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.update_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.update"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "UpdateItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4092,502 +319,19 @@
{
"id": "dynamodb_DeleteItem",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.delete_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.delete_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.key",
- "php.example_code.dynamodb.basics.deleteItem",
- "php.example_code.dynamodb.service.deleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "You can specify a condition so that an item is deleted only when it meets certain criteria.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.DeleteItem.ConditionExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.delete-item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see DeleteCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.deleteV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an item from a table.",
- "snippet_tags": [
- "dynamodb.JavaScript.item.deleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an item from a table using the &DDB; document client.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write.html#dynamodb-example-table-read-write-deleting-an-item",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.delete_item"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.delete_item"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code that waits for the table to become active.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4595,474 +339,19 @@
{
"id": "dynamodb_ListTables",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.dotnetv3.ListTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.list_tables.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.list_tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.listTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Determine whether a table exists.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scaffold",
- "ruby.example_code.dynamodb.DescribeTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.list-tables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Determine whether table exists.",
- "snippet_tags": [
- "dynamodb.rust.movies-does_table_exist"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.listTablesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.listTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-examples-using-tables.html#dynamodb-examples-using-tables-listing-tables",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.list_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.databasemanager.gettablelist"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5070,492 +359,19 @@
{
"id": "dynamodb_Query",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.query_items.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.query.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Queries a table by using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.query.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Queries a table by using DynamoDbClient
and a secondary index.",
- "snippet_tags": [
- "dynamodb.java2.query_items_sec_index.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.query",
- "php.example_code.dynamodb.service.query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Query items by using a key condition expression.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Query items and project them to return a subset of data.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.UpdateQueryWrapper.decl",
- "python.example_code.dynamodb.Query.ProjectionExpression"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Find the movies made in the specified year.",
- "snippet_tags": [
- "dynamodb.rust.movies-movies_in_year"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see QueryCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.queryV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.docClient.query"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-querying",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.query_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.getMovies-year"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.Query"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Query",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "Query"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5563,475 +379,19 @@
{
"id": "dynamodb_Scan",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.cpp.scan_table.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.struct",
- "gov2.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scan_items.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Scans an Amazon DynamoDB table using DynamoDbClient.",
- "snippet_tags": [
- "dynamodb.java2.dynamoDB_scan.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.scan",
- "php.example_code.dynamodb.service.scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.class_decl",
- "python.example_code.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBBasics.decl",
- "ruby.example_code.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.list-items"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example uses the document client to simplify working with items in &DDB;. For API details see ScanCommand.",
- "snippet_tags": [
- "dynamodb.JavaScript.movies.scanV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.JavaScript.table.scan"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/dynamodb",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/dynamodb-example-query-scan.html#dynamodb-example-table-query-scan-scanning",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.scan_items"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ddb.swift.import",
- "ddb.swift.basics.getmovies-range"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.Scan"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Scan",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "Scan"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6039,404 +399,19 @@
{
"id": "dynamodb_ExecuteStatement",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get a list of items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete a single movie.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a function receiver struct for the example.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get a list of items and project the results.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Select.Projected"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete an item.",
- "snippet_tags": [
- "gov2.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.putItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.getItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.updateItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an item using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.deleteItemV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.insertItemByPartiQL",
- "php.example_code.dynamodb.service.getItemByPartiQL",
- "php.example_code.dynamodb.service.updateItemByPartiQL",
- "php.example_code.dynamodb.service.deleteItemByPartiQL"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLWrapper.class_decl",
- "python.example_code.dynamodb.ExecuteStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Select a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Add a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a single item using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLSingle.decl",
- "ruby.example_code.dynamodb.partiql.single_delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use an INSERT statement to add an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a SELECT statement to get an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an UPDATE statement to update an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use a DELETE statement to delete an item.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6444,370 +419,19 @@
{
"id": "dynamodb_BatchExecuteStatement",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a function receiver struct for the example.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "gov2.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.putItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.getItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.updateItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a batch of items using PartiQL.",
- "snippet_tags": [
- "dynamodb.JavaScript.partiQL.deleteItemsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.service.getItemByPartiQLBatch",
- "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
- "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
- "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_decl",
- "python.example_code.dynamodb.BatchExecuteStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Read a batch of items using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
- "ruby.example_code.dynamodb.partiql.batch_read"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a batch of items using PartiQL.",
- "snippet_tags": [
- "ruby.example_code.ruby.DynamoDBPartiQLBatch.decl",
- "ruby.example_code.dynamodb.partiql.batch_write"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Use batches of INSERT statements to add items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Insert"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of SELECT statements to get items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Select"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of UPDATE statements to update items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Update"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use batches of DELETE statements to delete items.",
- "snippet_tags": [
- "cpp.example_code.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6815,109 +439,25 @@
{
"id": "dynamodb_Usage_DaxDemo",
"file": "dynamodb_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a table with either the &DAX; or Boto3 client.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.01-create-table"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Write test data to the table.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.02-write-data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get items for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.03-getitem-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Query the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.04-query-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Scan the table for a number of iterations for both the &DAX; client and the Boto3 client and report the time spent for each.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.05-scan-test"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the table.",
- "snippet_tags": [
- "dynamodb.Python.TryDax.06-delete-table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb/TryDax",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Accelerate &DDB; reads with &DAX; using an &AWS; SDK",
- "title_abbrev": "Accelerate reads with &DAX;",
+ "languages": [],
+ "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
+ "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Developing with the &DAXlong; Client",
+ "title": "Developing with the DynamoDB Accelerator Client",
"url": "amazondynamodb/latest/developerguide/DAX.client.html"
},
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable",
- "PutItem",
- "Query",
- "GetItem",
- "Scan",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create and write data to a table with both the &DAX; and SDK clients.",
+ "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
"Get, query, and scan the table with both clients and compare their performance."
],
"source_key": null
@@ -6925,632 +465,19 @@
{
"id": "dynamodb_Scenario_GettingStartedMovies",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "DynamoDB.dotnetv3.DynamoDB_Basics_Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Creates a table to contain movie data.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Adds a single movie to the table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.PutItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Updates a single item in a table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.UpdateItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Retrieves a single item from the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.GetItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Writes a batch of items to the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.BatchWriteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deletes a single item from the table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteItem"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Queries the table for movies released in a particular year.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.QueryItems"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Scans the table for movies released in a range of years.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.ScanTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Deletes the movie table.",
- "snippet_tags": [
- "DynamoDB.dotnetv3.dynamodb-basics.DeleteTableExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_GettingStartedMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that call &DDB; actions.",
- "snippet_tags": [
- "gov2.dynamodb.TableBasics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a &DDB; table.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.populate_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Full example.",
- "snippet_tags": [
- "dynamodb.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a &DDB; table.",
- "snippet_tags": [
- "dynamodb.java2.scenario.create_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "dynamodb.java2.scenario.populate_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an item from a table.",
- "snippet_tags": [
- "dynamodb.java2.scenario.get_item.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Full example.",
- "snippet_tags": [
- "dynamodb.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that encapsulates a &DDB; table.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Movies.imports",
- "python.example_code.dynamodb.helper.Movies.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.get_sample_movie_data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_GettingStartedMovies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "This scenario uses the following helper class to ask questions at a command prompt.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.Question"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that encapsulates a &DDB; table.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a helper function to download and extract the sample JSON file.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.helper.get_sample_movie_data"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario to create the table and perform actions on it.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_Basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.dynamodb_scenarios.dynamodb_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dyn.abapv1.getting_started_with_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/dyn",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_GettingStarted.main",
- "cpp.example_code.dynamodb.Scenario_GettingStarted",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "A Swift class that handles &DDB; calls to the &Swift;.",
- "snippet_tags": [
- "ddb.swift.basics.movietable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The structures used by the MovieTable class to represent movies.",
- "snippet_tags": [
- "ddb.swift.basics.movie"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A program that uses the MovieTable class to access a &DDB; database.",
- "snippet_tags": [
- "ddb.swift.basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The &DDB; getting started scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.scenario_getting_started_movies"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &DDB; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.CreateTable",
- "aws-cli.bash-linux.dynamodb.DescribeTable",
- "aws-cli.bash-linux.dynamodb.PutItem",
- "aws-cli.bash-linux.dynamodb.UpdateItem",
- "aws-cli.bash-linux.dynamodb.BatchWriteItem",
- "aws-cli.bash-linux.dynamodb.GetItem",
- "aws-cli.bash-linux.dynamodb.Query",
- "aws-cli.bash-linux.dynamodb.Scan",
- "aws-cli.bash-linux.dynamodb.DeleteItem",
- "aws-cli.bash-linux.dynamodb.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.dynamodb.iecho",
- "aws-cli.bash-linux.dynamodb.errecho",
- "aws-cli.bash-linux.dynamodb.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "DeleteTable",
- "PutItem",
- "BatchWriteItem",
- "Query",
- "DeleteItem",
- "GetItem",
- "DescribeTable",
- "UpdateItem",
- "Scan",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a table that can hold movie data.",
@@ -7565,382 +492,19 @@
{
"id": "dynamodb_Scenario_PartiQLSingle",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBasicsScenario-Complete",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-GetSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-InsertSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-UpdateSingleMovie",
- "PartiQL.dotnetv3.PartiQLBasicsScenario-DeleteSingleMovie"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_PartiQLSingle"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that run PartiQL statements.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct",
- "gov2.dynamodb.ExecuteStatement.Insert",
- "gov2.dynamodb.ExecuteStatement.Select",
- "gov2.dynamodb.ExecuteStatement.Update",
- "gov2.dynamodb.ExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scenario.partiql.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.scenario.partiql.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Execute single PartiQL statements.",
- "snippet_tags": [
- "javascript.dynamodb_scenarios.partiQL_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.partiql_basics.scenario",
- "php.example_code.dynamodb.service.insertItemByPartiQL",
- "php.example_code.dynamodb.service.getItemByPartiQL",
- "php.example_code.dynamodb.service.updateItemByPartiQL",
- "php.example_code.dynamodb.service.deleteItemByPartiQL"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that can run PartiQL statements.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLWrapper.imports",
- "python.example_code.dynamodb.helper.PartiQLWrapper.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_PartiQLSingle"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_PartiQL_Single"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_PartiQL_Single.main",
- "cpp.example_code.dynamodb.Scenario_PartiQL_Single",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.rust.partiql-make_table",
- "dynamodb.rust.partiql-add_item",
- "dynamodb.rust.partiql-query_item",
- "dynamodb.rust.partiql-remove_item",
- "dynamodb.rust.partiql-remove_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Query a &DDB; table using PartiQL and an &AWS; SDK",
+ "languages": [],
+ "title": "Query a DynamoDB table using PartiQL and an AWS SDK",
"title_abbrev": "Query a table using PartiQL",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "ExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get an item by running a SELECT statement.",
@@ -7953,348 +517,19 @@
{
"id": "dynamodb_Scenario_PartiQLBatch",
"file": "dynamodb_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "PartiQL.dotnetv3.PartiQLBatchScenario",
- "PartiQL.dotnetv3.PartiQLBatchScenario-GetBatch",
- "PartiQL.dotnetv3.PartiQLBatchScenario-InsertMovies",
- "PartiQL.dotnetv3.PartiQLBatchScenario-UpdateBatch",
- "PartiQL.dotnetv3.PartiQLBatchScenario-DeleteBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs batches of PartiQL queries.",
- "snippet_tags": [
- "gov2.dynamodb.Scenario_PartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a Movie struct that is used in this example.",
- "snippet_tags": [
- "gov2.dynamodb.Movie.struct"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct and methods that run PartiQL statements.",
- "snippet_tags": [
- "gov2.dynamodb.PartiQLRunner.struct",
- "gov2.dynamodb.BatchExecuteStatement.Insert",
- "gov2.dynamodb.BatchExecuteStatement.Select",
- "gov2.dynamodb.ExecuteStatement.Select.Projected",
- "gov2.dynamodb.BatchExecuteStatement.Update",
- "gov2.dynamodb.BatchExecuteStatement.Delete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.kotlin.scenario.partiql.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "dynamodb.java2.scenario.partiql.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Execute batch PartiQL statements.",
- "snippet_tags": [
- "javascript.dynamodb_scenarios.partiQL_batch_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.dynamodb.partiql_batch.scenario",
- "php.example_code.dynamodb.service.insertItemByPartiQLBatch",
- "php.example_code.dynamodb.service.getItemByPartiQLBatch",
- "php.example_code.dynamodb.service.updateItemByPartiQLBatch",
- "php.example_code.dynamodb.service.deleteItemByPartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that can run batches of PartiQL statements.",
- "snippet_tags": [
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.imports",
- "python.example_code.dynamodb.helper.PartiQLBatchWrapper.class_full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run a scenario that creates a table and runs PartiQL queries in batches.",
- "snippet_tags": [
- "python.example_code.dynamodb.Scenario_PartiQLBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario that creates a table and runs batch PartiQL queries.",
- "snippet_tags": [
- "ruby.example_code.dynamodb.Scenario_PartiQL_Batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.dynamodb.Scenario_PartiQL_Batch.main",
- "cpp.example_code.dynamodb.Scenario_PartiQL_Batch",
- "cpp.example_code.dynamodb.scenario.createMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.deleteMoviesDynamoDBTable",
- "cpp.example_code.dynamodb.scenario.waitTableActive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/dynamodb",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Query a &DDB; table by using batches of PartiQL statements and an &AWS; SDK",
+ "languages": [],
+ "title": "Query a DynamoDB table by using batches of PartiQL statements and an AWS SDK",
"title_abbrev": "Query a table by using batches of PartiQL statements",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "dynamodb": {
- "__set__": [
- "BatchExecuteStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_dynamodb_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get a batch of items by running multiple SELECT statements.",
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
index f612b8f001b..d6888377319 100644
--- a/python/example_code/ec2/examples_catalog.json
+++ b/python/example_code/ec2/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,331 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "ec2_Hello",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.HelloEc2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_security_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_securitygroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.ec2.hello_ec2.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_ec2.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.ec2.hello_ec2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2/hello_ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.ruby.hello_ec2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.ec2-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &EC2;",
- "title_abbrev": "Hello &EC2;",
- "synopsis": "get started using &EC2;.",
+ "languages": [],
+ "title": "Hello Amazon EC2",
+ "title_abbrev": "Hello Amazon EC2",
+ "synopsis": "get started using Amazon EC2.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSecurityGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -605,355 +53,19 @@
{
"id": "ec2_CreateKeyPair",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.exampleKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.createKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_key_pair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2,CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Rust implementation that calls the EC2 Client's create_key_pair and extracts the returned material.",
- "snippet_tags": [
- "ec2.rust.create_key.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A function that calls the create_key impl and securely saves the PEM private key.",
- "snippet_tags": [
- "ec2.rust.create_key.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateKeyPair"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -961,316 +73,19 @@
{
"id": "ec2_DescribeKeyPairs",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_key_pairs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.describe_key_pairs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.describeKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_key_pairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeKeyPairs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_keys.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeKeyPairs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeKeyPairs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1278,347 +93,19 @@
{
"id": "ec2_CreateSecurityGroup",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.exampleSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.createSecurityGroupV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_security_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.create_security_group.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateSecurityGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1626,316 +113,19 @@
{
"id": "ec2_RunInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.create_instancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.create_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.RunInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.create_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RunInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "RunInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1943,356 +133,19 @@
{
"id": "ec2_StartInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.StartInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.start_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.start_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.startInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.start_stopInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an EC2 Instance by instance ID.",
- "snippet_tags": [
- "ec2.rust.start_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the ready and status ok states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_ready.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.start_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.StartInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "StartInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2300,356 +153,19 @@
{
"id": "ec2_StopInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.StopInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.stop_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.stop.instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.stopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.stop_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the stopped state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.stop_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.stop_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.StopInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "StopInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2657,348 +173,19 @@
{
"id": "ec2_AllocateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.allocate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.allocate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.allocateElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/actions/allocate-address.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.allocate_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.AllocateAddress",
- "cpp.example_code.ec2.AllocateAddress2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AllocateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.allocate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AllocateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AllocateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3006,348 +193,19 @@
{
"id": "ec2_AssociateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.associate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.associate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.associateElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.associate_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.allocate_address.client",
- "cpp.example_code.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AssociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.associate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AssociateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3355,254 +213,19 @@
{
"id": "ec2_DisassociateAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.disassociate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.disassociate_address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DisassociateAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.disassociate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisassociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DisassociateAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3610,347 +233,19 @@
{
"id": "ec2_ReleaseAddress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.release.address.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.release_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.decl",
- "python.example_code.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.releaseElasticIPs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Addresses.releaseAddressV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.release_address"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.ReleaseAddress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.deallocate_address.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReleaseAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "ReleaseAddress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3958,293 +253,19 @@
{
"id": "ec2_AuthorizeSecurityGroupIngress",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.inbound.rule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.create_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Utility function to build an ingress rule.",
- "snippet_tags": [
- "cpp.example_code.ec2.BuildSampleIngressRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.authorize_security_group_ssh_ingress.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AuthorizeSecurityGroupIngress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "AuthorizeSecurityGroupIngress"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4252,324 +273,19 @@
{
"id": "ec2_DeleteKeyPair",
"file": "ec2_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.delete_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.delete_key_pair.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.decl",
- "python.example_code.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.keypairs.deleteKeyPairV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.delete_key_pair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Wrapper around delete_key that also removes the backing private PEM key.",
- "snippet_tags": [
- "ec2.rust.delete_key.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_key.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteKeyPair"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4577,316 +293,19 @@
{
"id": "ec2_DescribeSecurityGroups",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_security_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_securitygroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.describeSecurityGroupsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_security_groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeSecurityGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.ec2-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSecurityGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSecurityGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4894,316 +313,19 @@
{
"id": "ec2_DeleteSecurityGroup",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.delete_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.delete_security_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.decl",
- "python.example_code.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.SecurityGroups.deleteSecurityGroupV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.delete_security_group"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DeleteSecurityGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_security_group.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteSecurityGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5211,325 +333,19 @@
{
"id": "ec2_TerminateInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.TerminateInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.terminate_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.terminate_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.terminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v2.ec2.actions.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.TerminateInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.delete_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wait for an instance to be in the terminted state, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_terminated.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "TerminateInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5537,355 +353,19 @@
{
"id": "ec2_DescribeInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.getAllInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.describeInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve details for an EC2 Instance.",
- "snippet_tags": [
- "ec2.rust.describe_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "After creating an EC2 instance, retrieve and store its details.",
- "snippet_tags": [
- "ec2.rust.create_instance.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5893,90 +373,19 @@
{
"id": "ec2_DescribeRouteTables",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.describeRouteTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DescribeRouteTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeRouteTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeRouteTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5984,240 +393,19 @@
{
"id": "ec2_RebootInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Reboot an instance by its Id.",
- "snippet_tags": [
- "EC2.dotnetv3.RebootInstances",
- "EC2.dotnetv3.WaitForInstanceState"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Replace the profile for an instance, reboot, and restart a web server.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.reboot_instance.wrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.reboot_instance.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Waiters for instance to be in the stopped and ready states, using the Waiters API. Using the Waiters API requires `use aws_sdk_ec2::client::Waiters` in the rust file.",
- "snippet_tags": [
- "ec2.rust.wait_for_instance_ready.impl",
- "ec2.rust.wait_for_instance_stopped.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.JavaScript.Instances.rebootInstancesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.reboot_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.RebootInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RebootInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "RebootInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6225,169 +413,19 @@
{
"id": "ec2_DescribeImages",
"file": "ec2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_images.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Using the list_images function with &SSM; to limit based on your environment. For more details on SSM, see https://docs.aws.amazon.com/systems-manager/latest/userguide/example_ssm_GetParameters_section.html.",
- "snippet_tags": [
- "ec2.rust.find_image.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6395,254 +433,19 @@
{
"id": "ec2_DescribeInstanceTypes",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "EC2.dotnetv3.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.describe_instance_type.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.java2.scenario.describe_instance.type.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.decl",
- "python.example_code.ec2.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.ec2.actions.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.DescribeInstanceTypes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this example.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.rust.list_instance_types.impl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeInstanceTypes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeInstanceTypes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6650,152 +453,19 @@
{
"id": "ec2_DescribeAvailabilityZones",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.abapv1.describe_availability_zones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeAvailabilityZones"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAvailabilityZones",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeAvailabilityZones"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6803,121 +473,19 @@
{
"id": "ec2_CreateVpc",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.createVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.Ruby.createVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.CreateVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateVpc"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6925,90 +493,19 @@
{
"id": "ec2_DeleteVpc",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.deleteVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DeleteVpc"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteVpc"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7016,90 +513,19 @@
{
"id": "ec2_CreateVpcEndpoint",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.createVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.CreateVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVpcEndpoint",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateVpcEndpoint"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7107,90 +533,19 @@
{
"id": "ec2_DeleteVpcEndpoints",
"file": "ec2_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.ec2.service.deleteVpcEndpoint"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ec2.VpcWrapper.decl",
- "python.example_code.ec2.DeleteVpcEndpoints"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVpcEndpoints",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteVpcEndpoints"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7198,121 +553,19 @@
{
"id": "ec2_DescribeIamInstanceProfileAssociations",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.GetInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeIamInstanceProfileAssociations"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeIamInstanceProfileAssociations"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeIamInstanceProfileAssociations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeIamInstanceProfileAssociations"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7320,121 +573,19 @@
{
"id": "ec2_ReplaceIamInstanceProfileAssociation",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.ReplaceInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example replaces the instance profile of a running instance, reboots the instance, and sends a command to the instance after it starts.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.ReplaceIamInstanceProfileAssociation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReplaceIamInstanceProfileAssociation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "ReplaceIamInstanceProfileAssociation"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7442,121 +593,19 @@
{
"id": "ec2_CreateLaunchTemplate",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ec2.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example creates a launch template that includes an instance profile that grants specific permissions to the instance, and a user data Bash script that runs on the instance after it starts.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7564,121 +613,19 @@
{
"id": "ec2_DeleteLaunchTemplate",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteLaunchTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DeleteLaunchTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7686,121 +633,19 @@
{
"id": "ec2_DescribeVpcs",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeVpcs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeVpcs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeVpcs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7808,121 +653,19 @@
{
"id": "ec2_DescribeSubnets",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.Ec2.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.ec2.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeSubnets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSubnets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeSubnets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7930,379 +673,19 @@
{
"id": "ec2_Scenario_GetStartedInstances",
"file": "ec2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "EC2.dotnetv3.Main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps EC2 actions.",
- "snippet_tags": [
- "EC2.dotnetv3.EC2WrapperClass"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/EC2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ec2.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "ec2.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps EC2 actions.",
- "snippet_tags": [
- "ec2.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ec2.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps key pair actions.",
- "snippet_tags": [
- "python.example_code.ec2.KeyPairWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps security group actions.",
- "snippet_tags": [
- "python.example_code.ec2.SecurityGroupWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps instance actions.",
- "snippet_tags": [
- "python.example_code.ec2.InstanceWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps Elastic IP actions.",
- "snippet_tags": [
- "python.example_code.ec2.ElasticIpWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This file contains a list of common actions used with EC2. The steps are constructed\nwith a Scenario framework that simplifies running an interactive example. For the full\ncontext, visit the GitHub repository.\n",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/ec2/scenarios/steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.get_started_with_ec2_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &DDB; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.CreateKeyPair",
- "aws-cli.bash-linux.ec2.DescribeKeyPairs",
- "aws-cli.bash-linux.ec2.CreateSecurityGroup",
- "aws-cli.bash-linux.ec2.DescribeSecurityGroups",
- "aws-cli.bash-linux.ec2.AuthorizeSecurityGroupIngress",
- "aws-cli.bash-linux.ec2.DescribeImages",
- "aws-cli.bash-linux.ec2.DescribeInstanceTypes",
- "aws-cli.bash-linux.ec2.RunInstances",
- "aws-cli.bash-linux.ec2.DescribeInstances",
- "aws-cli.bash-linux.ec2.StopInstances",
- "aws-cli.bash-linux.ec2.StartInstances",
- "aws-cli.bash-linux.ec2.AllocateAddress",
- "aws-cli.bash-linux.ec2.AssociateAddress",
- "aws-cli.bash-linux.ec2.DisassociateAddress",
- "aws-cli.bash-linux.ec2.ReleaseAddress",
- "aws-cli.bash-linux.ec2.TerminateInstances",
- "aws-cli.bash-linux.ec2.DeleteSecurityGroup",
- "aws-cli.bash-linux.ec2.DeleteKeyPair"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.ec2.errecho",
- "aws-cli.bash-linux.ec2.aws_cli_error_log"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The EC2InstanceScenario implementation contains logic to run the example as a whole.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/getting_started/scenario.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The EC2Impl struct serves as a an automock point for testing, and its functions wrap the EC2 SDK calls.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/ec2.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The SSM struct serves as a an automock point for testing, and its functions wraps SSM SDK calls.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/ssm.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The scenario uses several \"Manager\"-style structs to handle access to resources that are created and deleted throughout the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/getting_started/elastic_ip.rs",
- "rustv1/examples/ec2/src/getting_started/instance.rs",
- "rustv1/examples/ec2/src/getting_started/key_pair.rs",
- "rustv1/examples/ec2/src/getting_started/security_group.rs"
- ],
- "genai": "none"
- },
- {
- "description": "The main entry point for the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/ec2/src/bin/getting-started.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ec2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ec2": {
- "__set__": [
- "DescribeKeyPairs",
- "DescribeInstanceTypes",
- "AllocateAddress",
- "AssociateAddress",
- "UnmonitorInstances",
- "DescribeImages",
- "AuthorizeSecurityGroupIngress",
- "CreateKeyPair",
- "DescribeInstances",
- "DeleteKeyPair",
- "RunInstances",
- "ReleaseAddress",
- "DeleteSecurityGroup",
- "DescribeSecurityGroups",
- "StartInstances",
- "CreateSecurityGroup",
- "DisassociateAddress",
- "StopInstances",
- "TerminateInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ec2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a key pair and security group.",
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
index db0916d91f6..7fb816a952b 100644
--- a/python/example_code/ecr/examples_catalog.json
+++ b/python/example_code/ecr/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "ecr_Hello",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin_hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2_hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ECR;",
- "title_abbrev": "Hello &ECR;",
- "synopsis": "get started using &ECR;.",
+ "languages": [],
+ "title": "Hello Amazon ECR",
+ "title_abbrev": "Hello Amazon ECR",
+ "synopsis": "get started using Amazon ECR.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "listImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,129 +23,19 @@
{
"id": "ecr_SetRepositoryPolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.set.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.set.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.SetRepositoryPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Example that grants an IAM role download access.",
- "snippet_tags": [
- "python.example_code.ecr.grant_role_download_access"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetRepositoryPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "SetRepositoryPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -254,121 +43,19 @@
{
"id": "ecr_GetRepositoryPolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.get.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.get.repo.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.GetRepositoryPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRepositoryPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "GetRepositoryPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -376,121 +63,19 @@
{
"id": "ecr_GetAuthorizationToken",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.get.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.get.token.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.GetAuthorizationToken"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAuthorizationToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "GetAuthorizationToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -498,67 +83,19 @@
{
"id": "ecr_PutLifeCyclePolicy",
"file": "ecr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.PutLifeCyclePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Example that puts an expiration date policy.",
- "snippet_tags": [
- "python.example_code.ecr.put_expiration_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutLifeCyclePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "PutLifeCyclePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -566,121 +103,19 @@
{
"id": "ecr_DescribeImages",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.verify.image.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.verify.image.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DescribeImages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DescribeImages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -688,121 +123,19 @@
{
"id": "ecr_DeleteRepository",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.delete.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.delete.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DeleteRepository"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DeleteRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -810,121 +143,19 @@
{
"id": "ecr_CreateRepository",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.create.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.create.repo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.CreateRepository"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "CreateRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -932,152 +163,19 @@
{
"id": "ecr_DescribeRepositories",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.kotlin.describe.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.java2.describe.policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ecr.rust.describe-repos"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.decl",
- "python.example_code.ecr.ECRWrapper.DescribeRepositories"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeRepositories",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "DescribeRepositories"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1085,162 +183,30 @@
{
"id": "ecr_Scenario_RepositoryManagement",
"file": "ecr_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ECR; features.",
- "snippet_tags": [
- "ecr.kotlin_scenario.parent.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ECR; SDK methods.",
- "snippet_tags": [
- "ecr.kotlin_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ECR; features.",
- "snippet_tags": [
- "ecr.java2_scenario.parent.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ECR; SDK methods.",
- "snippet_tags": [
- "ecr.java2_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ecr.BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "ECRWrapper class that wraps &ECR; actions.",
- "snippet_tags": [
- "python.example_code.ecr.ECRWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ecr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ecr": {
- "__set__": [
- "StartLifecyclePolicyPreview",
- "DeleteRepository",
- "DescribeImages",
- "SetRepositoryPolicy",
- "GetAuthorizationToken",
- "GetRepositoryPolicy",
- "DescribeRepositories",
- "CreateRepository"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Scenario_RepositoryManagement_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ecr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ECR; repository.",
+ "Create an Amazon ECR repository.",
"Set repository policies.",
"Retrieve repository URIs.",
- "Get &ECR; authorization tokens.",
- "Set lifecycle policies for &ECR; repositories.",
- "Push a Docker image to an &ECR; repository.",
- "Verify the existence of an image in an &ECR; repository.",
- "List &ECR; repositories for your account and get details about them.",
- "Delete &ECR; repositories."
+ "Get Amazon ECR authorization tokens.",
+ "Set lifecycle policies for Amazon ECR repositories.",
+ "Push a Docker image to an Amazon ECR repository.",
+ "Verify the existence of an image in an Amazon ECR repository.",
+ "List Amazon ECR repositories for your account and get details about them.",
+ "Delete Amazon ECR repositories."
],
"source_key": null
}
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
index 807219b1646..0df2ed8697d 100644
--- a/python/example_code/elastic-load-balancing/examples_catalog.json
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,168 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "elastic-load-balancing-v2_Hello",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.example_code.elbv2.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.elbv2.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/elastic-load-balancing-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ELB;",
- "title_abbrev": "Hello &ELB;",
- "synopsis": "get started using &ELB;.",
+ "languages": [],
+ "title": "Hello Elastic Load Balancing",
+ "title_abbrev": "Hello Elastic Load Balancing",
+ "synopsis": "get started using Elastic Load Balancing.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeLoadBalancers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -442,121 +53,19 @@
{
"id": "elastic-load-balancing-v2_DescribeLoadBalancers",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DescribeLoadBalancers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DescribeLoadBalancers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/elastic-load-balancing-v2/hello.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/elastic-load-balancing-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeLoadBalancers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeLoadBalancers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -564,152 +73,19 @@
{
"id": "elastic-load-balancing-v2_CreateTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateTargetGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -717,152 +93,19 @@
{
"id": "elastic-load-balancing-v2_DeleteTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteTargetGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DeleteTargetGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -870,152 +113,19 @@
{
"id": "elastic-load-balancing-v2_CreateLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateLoadBalancer"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1023,152 +133,19 @@
{
"id": "elastic-load-balancing-v2_CreateListener",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateListener"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateListener",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "CreateListener"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1176,152 +153,19 @@
{
"id": "elastic-load-balancing-v2_DeleteLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteLoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DeleteLoadBalancer"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1329,152 +173,19 @@
{
"id": "elastic-load-balancing-v2_DescribeTargetHealth",
"file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/ElasticLoadBalancerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javav2.cross_service.resilient_service.elbv2.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.cross_service.resilient_service.LoadBalancer.decl",
- "python.cross_service.resilient_service.elbv2.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/elastic-load-balancing",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DescribeTargetHealth"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeTargetHealth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetHealth"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeTargetHealth_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_elastic-load-balancing-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/emr/examples_catalog.json b/python/example_code/emr/examples_catalog.json
index eca340cc2b3..c9ce9a958f7 100644
--- a/python/example_code/emr/examples_catalog.json
+++ b/python/example_code/emr/examples_catalog.json
@@ -3,58 +3,19 @@
{
"id": "emr_RunJobFlow",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.RunJobFlow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RunJobFlow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "RunJobFlow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -62,58 +23,19 @@
{
"id": "emr_DescribeCluster",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.DescribeCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "DescribeCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeCluster_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -121,58 +43,19 @@
{
"id": "emr_TerminateJobFlows",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.TerminateJobFlows"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TerminateJobFlows",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "TerminateJobFlows"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -180,66 +63,19 @@
{
"id": "emr_AddJobFlowSteps",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add a Spark step, which is run by the cluster as soon as it is added.",
- "snippet_tags": [
- "python.example_code.emr.AddJobFlowSteps"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an &EMR; File System (EMRFS) command as a job step on a cluster. This can be used to automate EMRFS commands on a cluster instead of running commands manually through an SSH connection.",
- "snippet_tags": [
- "emr.python.addstep.emrfs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddJobFlowSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "AddJobFlowSteps"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,58 +83,19 @@
{
"id": "emr_ListSteps",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.ListSteps"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "ListSteps"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -306,58 +103,19 @@
{
"id": "emr_DescribeStep",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.emr.DescribeStep"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStep",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "DescribeStep"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -365,58 +123,19 @@
{
"id": "emr_Usage_InstallLibrariesWithSsm",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "emr.python.jupyterhub.installlibraries"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Run a shell script to install libraries on &EMR; instances using an &AWS; SDK",
+ "languages": [],
+ "title": "Run a shell script to install libraries on Amazon EMR instances using an AWS SDK",
"title_abbrev": "Run a shell script to install libraries",
- "synopsis": "use &SYSlong; to run a shell script on &EMR; instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
+ "synopsis": "use AWS Systems Manager to run a shell script on Amazon EMR instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": [
- "ListInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -424,47 +143,19 @@
{
"id": "emr_Scenario_ShortLivedEmrCluster",
"file": "emr_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_EmrShortLivedCluster_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/emr",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a short-lived &EMR; cluster and run a step using an &AWS; SDK",
- "title_abbrev": "Create a short-lived &EMR; cluster and run a step",
- "synopsis": "create a short-lived &EMR; cluster that runs a step and automatically terminates after the step completes.",
+ "languages": [],
+ "title": "Create a short-lived Amazon EMR cluster and run a step using an AWS SDK",
+ "title_abbrev": "Create a short-lived Amazon EMR cluster and run a step",
+ "synopsis": "create a short-lived Amazon EMR cluster that runs a step and automatically terminates after the step completes.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "emr": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_emr_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/firehose/examples_catalog.json b/python/example_code/firehose/examples_catalog.json
index 30e16baa941..7a1a10e2d9c 100644
--- a/python/example_code/firehose/examples_catalog.json
+++ b/python/example_code/firehose/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "firehose_PutRecord",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.java2.put_record.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.firehose.init",
- "python.example_code.firehose.put_record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecord",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecord"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecord_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,121 +23,19 @@
{
"id": "firehose_PutRecordBatch",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.java2.put_batch_records.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "firehose.rust.put_record_batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.firehose.init",
- "python.example_code.firehose.put_record_batch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecordBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecordBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_PutRecordBatch_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -216,98 +43,19 @@
{
"id": "firehose_Scenario_PutRecords",
"file": "firehose_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example puts individual and batch records to &FH;.",
- "snippet_tags": [
- "firehose.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/firehose",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This script puts individual and batch records to &FH;.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/firehose/scenarios/firehose-put-actions/firehose.py"
- ],
- "genai": "none"
- },
- {
- "description": "This file contains config for the above script.",
- "snippet_tags": [],
- "snippet_files": [
- "python/example_code/firehose/scenarios/firehose-put-actions/config.py"
- ],
- "genai": "none"
- }
- ],
- "github": "python/example_code/firehose/scenarios/firehose-put-actions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &FHlong; to process individual and batch records",
- "title_abbrev": "Put records to &FH;",
- "synopsis": "use &FH; to process individual and batch records.",
+ "languages": [],
+ "title": "Use Amazon Data Firehose to process individual and batch records",
+ "title_abbrev": "Put records to Data Firehose",
+ "synopsis": "use Data Firehose to process individual and batch records.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "firehose": {
- "__set__": [
- "PutRecord",
- "PutRecordBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"firehose": "https://docs.aws.amazon.com/code-library/latest/ug/firehose_example_firehose_Scenario_PutRecords_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_firehose_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "firehose": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_firehose_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/glacier/examples_catalog.json b/python/example_code/glacier/examples_catalog.json
index 6310803b4d4..208f54a44f1 100644
--- a/python/example_code/glacier/examples_catalog.json
+++ b/python/example_code/glacier/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "glacier_CreateVault",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.CreateVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.CreateVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "glacier.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the vault.",
- "snippet_tags": [
- "glacier.JavaScript.vault.createVaultV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-creating-a-vault.html",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.JavaScript.vault.createVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-creating-a-vault.html",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVault",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "CreateVault"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_CreateVault_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,121 +23,19 @@
{
"id": "glacier_ListVaults",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ListVaults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.list_vaults.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListVaults"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListVaults",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListVaults"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -309,183 +43,19 @@
{
"id": "glacier_UploadArchive",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Upload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.UploadArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "glacier.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the archive.",
- "snippet_tags": [
- "glacier.JavaScript.upload.uploadArchiveV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/glacier-example-uploadarchive.html",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.JavaScript.upload.uploadArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/glacier",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/glacier-example-uploadrchive.html",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UploadArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "UploadArchive"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -493,130 +63,19 @@
{
"id": "glacier_InitiateJob",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve a vault inventory.",
- "snippet_tags": [
- "glacier.java2.download.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve an archive from a vault. This example uses the ArchiveTransferManager class. For API details see ArchiveTransferManager.",
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ArchiveTransferManager.Download"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve a vault inventory.",
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.InitiateJob.InventoryRetrieval"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Retrieve an archive from a vault.",
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.InitiateJob.ArchiveRetrieval"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "InitiateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "InitiateJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -624,90 +83,19 @@
{
"id": "glacier_ListJobs",
"file": "glacier_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glacier.dotnetv3.GlacierActions.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -715,90 +103,19 @@
{
"id": "glacier_DeleteVault",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteVault"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVault",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteVault"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -806,90 +123,19 @@
{
"id": "glacier_DeleteArchive",
"file": "glacier_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glacier.java2.delete.archive.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteArchive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteArchive"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -897,59 +143,19 @@
{
"id": "glacier_DescribeJob",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DescribeJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DescribeJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -957,59 +163,19 @@
{
"id": "glacier_GetJobOutput",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.GetJobOutput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "GetJobOutput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1017,59 +183,19 @@
{
"id": "glacier_SetVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.SetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "SetVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1077,59 +203,19 @@
{
"id": "glacier_GetVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.GetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "GetVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1137,59 +223,19 @@
{
"id": "glacier_DeleteVaultNotifications",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.DeleteVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteVaultNotifications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1197,82 +243,23 @@
{
"id": "glacier_Usage_UploadNotifyInitiate",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLshort; operations.",
- "snippet_tags": [
- "python.example_code.glacier.imports",
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.CreateVault",
- "python.example_code.glacier.ListVaults",
- "python.example_code.glacier.UploadArchive",
- "python.example_code.glacier.InitiateJob.ArchiveRetrieval",
- "python.example_code.glacier.ListJobs",
- "python.example_code.glacier.SetVaultNotifications"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to create a vault and upload a file, then configure the vault to publish notifications and initiate a job to retrieve the archive.",
- "snippet_tags": [
- "python.example_code.glacier.usage.upload_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Archive a file to &GLlong;, get notifications, and initiate a job using an &AWS; SDK",
+ "languages": [],
+ "title": "Archive a file to Amazon S3 Glacier, get notifications, and initiate a job using an AWS SDK",
"title_abbrev": "Archive a file, get notifications, and initiate a job",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "ListVaults",
- "UploadArchive",
- "SetVaultNotifications",
- "CreateVault",
- "InitiateJob",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &GLlong; vault.",
- "Configure the vault to publish notifications to an &SNS; topic.",
+ "Create an Amazon S3 Glacier vault.",
+ "Configure the vault to publish notifications to an Amazon SNS topic.",
"Upload an archive file to the vault.",
"Initiate an archive retrieval job."
],
@@ -1281,77 +268,22 @@
{
"id": "glacier_Usage_RetrieveDelete",
"file": "glacier_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLshort; operations.",
- "snippet_tags": [
- "python.example_code.glacier.imports",
- "python.example_code.glacier.GlacierWrapper",
- "python.example_code.glacier.ListJobs",
- "python.example_code.glacier.GetJobOutput",
- "python.example_code.glacier.DeleteArchive",
- "python.example_code.glacier.DeleteVault"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call functions on the wrapper class to get archive content from a completed job, then delete the archive.",
- "snippet_tags": [
- "python.example_code.glacier.usage.retrieve_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glacier",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get &GLlong; archive content and delete the archive using an &AWS; SDK",
+ "languages": [],
+ "title": "Get Amazon S3 Glacier archive content and delete the archive using an AWS SDK",
"title_abbrev": "Get archive content and delete the archive",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "glacier": {
- "__set__": [
- "DeleteArchive",
- "DeleteVault",
- "GetJobOutput",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glacier_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "List jobs for an &GLlong; vault and get job status.",
+ "List jobs for an Amazon S3 Glacier vault and get job status.",
"Get the output of a completed archive retrieval job.",
"Delete an archive.",
"Delete a vault."
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
index bff6184f485..75362e06891 100644
--- a/python/example_code/glue/examples_catalog.json
+++ b/python/example_code/glue/examples_catalog.json
@@ -3,252 +3,19 @@
{
"id": "glue_Hello",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.HelloGlue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.list_jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.glue.hello_glue.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_glue.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.glue.hello_glue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue/hello_glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.hello_glue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.glue.HelloGlue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &GLU;",
- "title_abbrev": "Hello &GLU;",
- "synopsis": "get started using &GLU;.",
+ "languages": [],
+ "title": "Hello AWS Glue",
+ "title_abbrev": "Hello AWS Glue",
+ "synopsis": "get started using AWS Glue.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -256,311 +23,19 @@
{
"id": "glue_GetCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.get_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.getCrawler",
- "php.example_code.glue.service.getCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -568,313 +43,19 @@
{
"id": "glue_CreateCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.create_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.create_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.crawlerName",
- "php.example_code.glue.basics.getRole",
- "php.example_code.glue.basics.createCrawler",
- "php.example_code.glue.service.createCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.CreateCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.create_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "CreateCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -882,313 +63,19 @@
{
"id": "glue_StartCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.start_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.start_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.crawlerName",
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.startCrawler",
- "php.example_code.glue.service.startCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.StartCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.start_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "StartCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1196,312 +83,19 @@
{
"id": "glue_GetDatabase",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.get_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getDatabase",
- "php.example_code.glue.service.getDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_database"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetDatabase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1509,281 +103,19 @@
{
"id": "glue_GetTables",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getTables",
- "php.example_code.glue.service.getTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1791,282 +123,19 @@
{
"id": "glue_CreateJob",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.create_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.getRole",
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.createJob",
- "php.example_code.glue.service.createJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.CreateJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.create_job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "CreateJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2074,283 +143,19 @@
{
"id": "glue_StartJobRun",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.start.job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.databaseName",
- "php.example_code.glue.basics.getTables",
- "php.example_code.glue.basics.startJobRun",
- "php.example_code.glue.service.startJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.StartJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.start_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartJobRun",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "StartJobRun"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2358,249 +163,19 @@
{
"id": "glue_ListJobs",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.listJobs",
- "php.example_code.glue.service.listJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.ListJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.list_jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2608,250 +183,19 @@
{
"id": "glue_GetJobRuns",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.get_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.getJobRuns",
- "php.example_code.glue.service.getJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetJobRuns"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobRuns",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetJobRuns"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2859,251 +203,19 @@
{
"id": "glue_GetJobRun",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.jobName",
- "php.example_code.glue.basics.startJobRun",
- "php.example_code.glue.basics.getJobRun",
- "php.example_code.glue.service.getJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.GetJobRun"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.get_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetJobRun",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetJobRun"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRun_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3111,280 +223,19 @@
{
"id": "glue_DeleteJob",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteJob",
- "php.example_code.glue.service.deleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3392,216 +243,19 @@
{
"id": "glue_DeleteTable",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteTable",
- "php.example_code.glue.service.deleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_table"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3609,280 +263,19 @@
{
"id": "glue_DeleteDatabase",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_database.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteDatabase",
- "php.example_code.glue.service.deleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteDatabase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_database"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteDatabase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3890,280 +283,19 @@
{
"id": "glue_DeleteCrawler",
"file": "glue_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.delete_crawler.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Glue.dotnetv3.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.deleteCrawler",
- "php.example_code.glue.service.deleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.decl",
- "python.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.decl",
- "ruby.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.client_configuration",
- "cpp.example_code.glue.glue_client",
- "cpp.example_code.glue.DeleteCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.glue.delete_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "DeleteCrawler"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4171,452 +303,26 @@
{
"id": "glue_Scenario_GetStartedCrawlersJobs",
"file": "glue_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions that are used in the scenario.",
- "snippet_tags": [
- "Glue.dotnetv3.GlueWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "Glue.dotnetv3.GlueBasics.GlobalUsings",
- "Glue.dotnetv3.GlueBasics.Main",
- "Glue.dotnetv3.GlueBasics.UiWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "glue.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.glue.basics.scenario",
- "php.example_code.glue.service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions used in the scenario.",
- "snippet_tags": [
- "python.example_code.glue.GlueWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "python.example_code.glue.Scenario_GetStartedCrawlersJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
- "snippet_tags": [
- "python.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a class that wraps &GLU; functions used in the scenario.",
- "snippet_tags": [
- "ruby.example_code.glue.GlueWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that runs the scenario.",
- "snippet_tags": [
- "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an ETL script that is used by &GLU; to extract, transform, and load data during job runs.",
- "snippet_tags": [
- "ruby.example_code.glue.Scenario_GetStartedCrawlersJobs.job_script"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateCrawler",
- "javascript.v3.glue.actions.GetCrawler",
- "javascript.v3.glue.actions.StartCrawler",
- "javascript.v3.glue.scenarios.basic.CreateCrawlerStep",
- "javascript.v3.glue.scenarios.basic.StartCrawlerStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about databases and tables in your &GLUDCLong;.",
- "snippet_tags": [
- "javascript.v3.glue.actions.GetDatabase",
- "javascript.v3.glue.actions.GetTables",
- "javascript.v3.glue.scenarios.basic.GetDatabaseStep",
- "javascript.v3.glue.scenarios.basic.GetTablesStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
- "snippet_tags": [
- "javascript.v3.glue.actions.CreateJob",
- "javascript.v3.glue.actions.StartJobRun",
- "javascript.v3.glue.scenarios.basic.CreateJobStep",
- "javascript.v3.glue.scenarios.basic.StartJobRunStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about job runs and view some of the transformed data.",
- "snippet_tags": [
- "javascript.v3.glue.actions.GetJobRuns",
- "javascript.v3.glue.actions.GetJobRun",
- "javascript.v3.glue.scenarios.basic.PickJobRunStep"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all resources created by the demo.",
- "snippet_tags": [
- "javascript.v3.glue.actions.DeleteJob",
- "javascript.v3.glue.actions.DeleteTable",
- "javascript.v3.glue.actions.DeleteDatabase",
- "javascript.v3.glue.actions.DeleteCrawler",
- "javascript.v3.glue.scenarios.basic.CleanUpJobsStep",
- "javascript.v3.glue.scenarios.basic.CleanUpTablesStep",
- "javascript.v3.glue.scenarios.basic.CleanUpDatabasesStep",
- "javascript.v3.glue.scenarios.basic.CleanUpCrawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.glue.glue_getting_started_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create and run a crawler that crawls a public &S3long; (&S3;) bucket and generates a metadata database that describes the CSV-formatted data it finds.",
- "snippet_tags": [
- "rust.glue.create_crawler",
- "rust.glue.start_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List information about databases and tables in your &GLUDCLong;.",
- "snippet_tags": [
- "rust.glue.get_database",
- "rust.glue.get_tables"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create and run a job that extracts CSV data from the source &S3; bucket, transforms it by removing and renaming fields, and loads JSON-formatted output into another &S3; bucket.",
- "snippet_tags": [
- "rust.glue.create_job",
- "rust.glue.start_job_run"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all resources created by the demo.",
- "snippet_tags": [
- "rust.glue.delete_job",
- "rust.glue.delete_table",
- "rust.glue.delete_database",
- "rust.glue.delete_crawler"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/glue",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": {
- "title": "Tutorial: Getting started with &GLU; Studio",
+ "title": "Tutorial: Getting started with AWS Glue Studio",
"url": "glue/latest/ug/tutorial-create-job.html"
},
"service_main": null,
- "services": {
- "glue": {
- "__set__": [
- "GetDatabases",
- "GetJobRun",
- "CreateCrawler",
- "GetJobRuns",
- "StartCrawler",
- "DeleteTable",
- "DeleteCrawler",
- "GetCrawler",
- "StartJobRun",
- "GetTables",
- "CreateJob",
- "DeleteDatabase",
- "GetDatabase",
- "DeleteJob",
- "GetJob",
- "ListJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Scenario_GetStartedCrawlersJobs_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_glue_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a crawler that crawls a public &S3; bucket and generates a database of CSV-formatted metadata.",
- "List information about databases and tables in your &GLUDCLong;.",
+ "Create a crawler that crawls a public Amazon S3 bucket and generates a database of CSV-formatted metadata.",
+ "List information about databases and tables in your AWS Glue Data Catalog.",
"Create a job to extract CSV data from the S3 bucket, transform the data, and load JSON-formatted output into another S3 bucket.",
"List information about job runs, view transformed data, and clean up resources."
],
diff --git a/python/example_code/healthlake/examples_catalog.json b/python/example_code/healthlake/examples_catalog.json
index 6a3716c8eb6..933f5a06d6a 100644
--- a/python/example_code/healthlake/examples_catalog.json
+++ b/python/example_code/healthlake/examples_catalog.json
@@ -3,67 +3,19 @@
{
"id": "healthlake_CreateFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.CreateFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code shows an example of parameters for a SMART on FHIR-enabled HealthLake data store.\n",
- "snippet_tags": [
- "python.example_code.healthlake.CreateFHIRDatastore.smart"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "CreateFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_CreateFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -71,59 +23,19 @@
{
"id": "healthlake_DescribeFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -131,59 +43,19 @@
{
"id": "healthlake_ListFHIRDatastores",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -191,59 +63,19 @@
{
"id": "healthlake_DeleteFHIRDatastore",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DeleteFHIRDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DeleteFHIRDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -251,59 +83,19 @@
{
"id": "healthlake_StartFHIRImportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.StartFHIRImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "StartFHIRImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -311,59 +103,19 @@
{
"id": "healthlake_DescribeFHIRImportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -371,59 +123,19 @@
{
"id": "healthlake_ListFHIRImportJobs",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRImportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRImportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -431,59 +143,19 @@
{
"id": "healthlake_StartFHIRExportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.StartFHIRExportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "StartFHIRExportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -491,59 +163,19 @@
{
"id": "healthlake_DescribeFHIRExportJob",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.DescribeFHIRExportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "DescribeFHIRExportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -551,59 +183,19 @@
{
"id": "healthlake_ListFHIRExportJobs",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListFHIRExportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFHIRExportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListFHIRExportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -611,59 +203,19 @@
{
"id": "healthlake_TagResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -671,59 +223,19 @@
{
"id": "healthlake_ListTagsForResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "ListTagsForResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -731,59 +243,19 @@
{
"id": "healthlake_UntagResource",
"file": "healthlake_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.healthlake.HealthLakeWrapper.decl",
- "python.example_code.healthlake.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/healthlake",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UntagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "healthlake": {
- "__set__": [
- "UntagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_UntagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_healthlake_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
index 055d49e71ac..71910e40571 100644
--- a/python/example_code/iam/examples_catalog.json
+++ b/python/example_code/iam/examples_catalog.json
@@ -3,269 +3,14 @@
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "ResilientService.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.AutoScalerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.ELB.ElasticLoadBalancerWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "ResilientService.dotnetv3.RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "ResilientService.dotnetv3.SmParameterWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "javav2.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/usecases/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_Runner"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &AS; and &EC2; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_AutoScaler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &ELB; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_LoadBalancer"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that uses &DDB; to simulate a recommendation service.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_RecommendationService"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a class that wraps &SYS; actions.",
- "snippet_tags": [
- "python.example_code.workflow.ResilientService_ParameterHelper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/cross_service/resilient_service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the interactive scenario at a command prompt.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to deploy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-deploy.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to run the demo.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-demo.js"
- ],
- "genai": "none"
- },
- {
- "description": "Create steps to destroy all of the resources.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/cross-services/wkflw-resilient-service/steps-destroy.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build and manage a resilient service using an &AWS; SDK",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
"title_abbrev": "Build and manage a resilient service",
"synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "auto-scaling": {
- "__set__": [
- "UpdateAutoScalingGroup",
- "AttachLoadBalancerTargetGroups",
- "TerminateInstanceInAutoScalingGroup",
- "CreateAutoScalingGroup",
- "DeleteAutoScalingGroup",
- "DescribeAutoScalingGroups"
- ]
- },
- "ec2": {
- "__set__": [
- "CreateLaunchTemplate",
- "DeleteLaunchTemplate",
- "DescribeVpcs",
- "ReplaceIamInstanceProfileAssociation",
- "DescribeIamInstanceProfileAssociations",
- "RebootInstances",
- "DescribeAvailabilityZones",
- "DescribeSubnets",
- "DescribeInstances"
- ]
- },
- "elastic-load-balancing-v2": {
- "__set__": [
- "DescribeTargetGroups",
- "DescribeLoadBalancers",
- "CreateLoadBalancer",
- "DeleteLoadBalancer",
- "CreateListener",
- "DeleteTargetGroup",
- "DescribeTargetHealth",
- "CreateTargetGroup"
- ]
- },
- "iam": {
- "__set__": [
- "CreateInstanceProfile",
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
@@ -273,339 +18,34 @@
"elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ResilientService_javascript_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Use an &ASlong; group to create &EC2long; (&EC2;) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with &ELBlong;.",
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
"Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
"Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an &DDBlong; table.",
- "Control web server response to requests and health checks by updating &SYSlong; parameters."
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
],
"source_key": null
},
{
"id": "iam_Hello",
"file": "iam_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.HelloIAM"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.iam.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "From src/bin/hello.rs.",
- "snippet_tags": [
- "rust.example_code.iam.hello_bin"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "From src/iam-service-lib.rs.",
- "snippet_tags": [
- "rust.example_code.iam.hello_lib"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.iam.hello_iam.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the iam.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.iam.hello_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam/hello_iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.iam.hello_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.HelloIAM"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &IAM;",
- "title_abbrev": "Hello &IAM;",
- "synopsis": "get started using &IAM;.",
+ "languages": [],
+ "title": "Hello IAM",
+ "title_abbrev": "Hello IAM",
+ "synopsis": "get started using IAM.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -613,236 +53,19 @@
{
"id": "iam_CreateAccountAlias",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the account alias.",
- "snippet_tags": [
- "iam.JavaScript.alias.createAccountAliasV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.createAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-creating",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_account_alias.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -850,236 +73,19 @@
{
"id": "iam_DeleteAccountAlias",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_account_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the account alias.",
- "snippet_tags": [
- "iam.JavaScript.alias.deleteAccountAliasV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.deleteAccountAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-deleting",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_account_alias.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1087,236 +93,19 @@
{
"id": "iam_ListAccountAliases",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_account_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_account_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List, create, and delete account aliases.",
- "snippet_tags": [
- "iam.ruby.ManageAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the account aliases.",
- "snippet_tags": [
- "iam.JavaScript.alias.listAccountAliasesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.alias.listAccountAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-account-aliases.html#iam-examples-account-aliases-listing",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_account_aliases.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAccountAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccountAliases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1324,58 +113,19 @@
{
"id": "iam_GetAccountAuthorizationDetails",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountAuthorizationDetails"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountAuthorizationDetails",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountAuthorizationDetails"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1383,58 +133,19 @@
{
"id": "iam_GetAccountSummary",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountSummary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountSummary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountSummary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1442,58 +153,19 @@
{
"id": "iam_GenerateCredentialReport",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GenerateCredentialReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GenerateCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GenerateCredentialReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1501,58 +173,19 @@
{
"id": "iam_GetCredentialReport",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetCredentialReport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetCredentialReport"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1560,246 +193,19 @@
{
"id": "iam_GetAccountPasswordPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the account password policy.",
- "snippet_tags": [
- "iam.JavaScript.getaccountpasswordpolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.AccountWrapper.struct",
- "gov2.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.GetAccountPasswordPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.get_account_password_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccountPasswordPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountPasswordPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1807,246 +213,19 @@
{
"id": "iam_ListSAMLProviders",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the SAML providers.",
- "snippet_tags": [
- "iam.JavaScript.listsamlprovidersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.AccountWrapper.struct",
- "gov2.iam.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListSAMLProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.ListSamlProviders"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_saml_providers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSAMLProviders",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListSAMLProviders"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2054,79 +233,19 @@
{
"id": "iam_Scenario_AccountManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; account actions.",
- "snippet_tags": [
- "python.example_code.iam.account_wrapper.imports",
- "python.example_code.iam.ListAccountAliases",
- "python.example_code.iam.CreateAccountAlias",
- "python.example_code.iam.DeleteAccountAlias",
- "python.example_code.iam.GenerateCredentialReport",
- "python.example_code.iam.GetCredentialReport",
- "python.example_code.iam.GetAccountSummary",
- "python.example_code.iam.GetAccountAuthorizationDetails"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call wrapper functions to change the account alias and to get reports about the account.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_AccountManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage your &IAM; account using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage your IAM account using an AWS SDK",
"title_abbrev": "Manage your account",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccountSummary",
- "GenerateCredentialReport",
- "CreateAccountAlias",
- "GetAccountAuthorizationDetails",
- "ListAccountAliases",
- "GetCredentialReport",
- "DeleteAccountAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get and update the account alias.",
@@ -2139,394 +258,19 @@
{
"id": "iam_CreateAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.createAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.createAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-creating",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_access_key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2534,394 +278,19 @@
{
"id": "iam_DeleteAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.deleteAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.deleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-deleting",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_access_key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccessKey_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2929,143 +298,19 @@
{
"id": "iam_GetAccessKeyLastUsed",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetAccessKeyLastUsed"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.getAccessKeyLastUsedV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.getAccessKeyLastUsed"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-last-used",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.access_key_last_used.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAccessKeyLastUsed",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetAccessKeyLastUsed"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3073,300 +318,19 @@
{
"id": "iam_ListAccessKeys",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_access_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_access_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, deactivates, and deletes access keys.",
- "snippet_tags": [
- "iam.ruby.exampleAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the access keys.",
- "snippet_tags": [
- "iam.JavaScript.keys.listAccessKeysV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-listing",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.listAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iiam-examples-managing-access-keys-listing",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_access_keys.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.ListAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAccessKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccessKeys"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3374,205 +338,19 @@
{
"id": "iam_UpdateAccessKey",
"file": "iam_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.update_access_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.UpdateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the access key.",
- "snippet_tags": [
- "iam.JavaScript.keys.updateAccessKeyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.keys.updateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-access-keys.html#iam-examples-managing-access-keys-updating",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.update_access_key.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.UpdateAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "UpdateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3580,75 +358,19 @@
{
"id": "iam_Scenario_ManageAccessKeys",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; access key actions.",
- "snippet_tags": [
- "python.example_code.iam.access_key_wrapper.imports",
- "python.example_code.iam.ListAccessKeys",
- "python.example_code.iam.CreateAccessKey",
- "python.example_code.iam.GetAccessKeyLastUsed",
- "python.example_code.iam.UpdateAccessKey",
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to perform access key actions for the current user.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_ManageAccessKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; access keys using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM access keys using an AWS SDK",
"title_abbrev": "Manage access keys",
- "synopsis": "manage access keys. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "manage access keys. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAccessKeys",
- "DeleteAccessKey",
- "CreateAccessKey",
- "GetAccessKeyLastUsed",
- "UpdateAccessKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create and list access keys.",
@@ -3660,428 +382,19 @@
{
"id": "iam_CreatePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createPolicy",
- "php.example_code.iam.service.createPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.createPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.createPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-creating",
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_policy.code",
- "iam.cpp.build_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreatePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4089,341 +402,19 @@
{
"id": "iam_DeletePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the policy.",
- "snippet_tags": [
- "iam.JavaScript.users.deletepolicyv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeletePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4431,58 +422,19 @@
{
"id": "iam_CreatePolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreatePolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreatePolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4490,309 +442,19 @@
{
"id": "iam_ListPolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies.",
- "snippet_tags": [
- "iam.JavaScript.listpoliciesv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listpolicies.handler.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_policies.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4800,332 +462,19 @@
{
"id": "iam_GetPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.get_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.getPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.getPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-getting",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.struct",
- "gov2.iam.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.getpolicy.handler.GetPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.get_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5133,58 +482,19 @@
{
"id": "iam_GetPolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetPolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetPolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5192,60 +502,19 @@
{
"id": "iam_Scenario_RollbackPolicyVersion",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.Scenario_RollbackPolicyVersion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Roll back an &IAM; policy version using an &AWS; SDK",
+ "languages": [],
+ "title": "Roll back an IAM policy version using an AWS SDK",
"title_abbrev": "Roll back a policy version",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicyVersions",
- "DeletePolicyVersion",
- "SetDefaultPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get the list of policy versions in order by date.",
@@ -5258,437 +527,19 @@
{
"id": "iam_AttachRolePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.attach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.attach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createRole",
- "php.example_code.iam.iam_basics.createPolicy",
- "php.example_code.iam.iam_basics.attachRolePolicy",
- "php.example_code.iam.service.attachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Attach a policy to a role using the Boto3 Policy object.",
- "snippet_tags": [
- "python.example_code.iam.AttachRolePolicy_Policy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Attach a policy to a role using the Boto3 Role object.",
- "snippet_tags": [
- "python.example_code.iam.AttachRolePolicy_Role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.attach_role_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.attachrolepolicy.handler.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Attach the policy.",
- "snippet_tags": [
- "javascript.v3.iam.actions.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.attachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-attaching-role-policy",
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.attach_role_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5696,278 +547,19 @@
{
"id": "iam_ListAttachedRolePolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies that are attached to a role.",
- "snippet_tags": [
- "iam.JavaScript.listattachedrolepoliciesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listAttachRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_attached_role_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listattachedrolepolicies.handler.ListAttachedRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAttachedRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListAttachedRolePolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5975,403 +567,19 @@
{
"id": "iam_DetachRolePolicy",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.detach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.detach_role_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detach a policy from a role using the Boto3 Policy object.",
- "snippet_tags": [
- "python.example_code.iam.DetachRolePolicy_Policy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detach a policy from a role using the Boto3 Role object.",
- "snippet_tags": [
- "python.example_code.iam.DetachRolePolicy_Role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example module lists, creates, attaches, and detaches role policies.",
- "snippet_tags": [
- "ruby.iam.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.detach_role_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detach the policy.",
- "snippet_tags": [
- "iam.JavaScript.policies.detachRolePolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.policies.detachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-policies.html#iam-examples-policies-detaching-role-policy",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.detach_role_policy01.code",
- "iam.cpp.detach_role_policy02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DetachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DetachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6379,79 +587,19 @@
{
"id": "iam_Scenario_PolicyManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; policy actions.",
- "snippet_tags": [
- "python.example_code.iam.policy_wrapper.imports",
- "python.example_code.iam.CreatePolicy",
- "python.example_code.iam.ListPolicies",
- "python.example_code.iam.CreatePolicyVersion",
- "python.example_code.iam.GetPolicyVersion",
- "python.example_code.iam.Scenario_RollbackPolicyVersion",
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create policies, update versions, and get information about them.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_PolicyManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; policies using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM policies using an AWS SDK",
"title_abbrev": "Manage policies",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListPolicyVersions",
- "ListPolicies",
- "DeletePolicyVersion",
- "SetDefaultPolicyVersion",
- "DeletePolicy",
- "CreatePolicy",
- "CreatePolicyVersion",
- "GetPolicyVersion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create and list policies.",
@@ -6464,373 +612,19 @@
{
"id": "iam_CreateRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_role.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createRole",
- "php.example_code.iam.service.createRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createrole.handler.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the role.",
- "snippet_tags": [
- "iam.JavaScript.users.createrolev3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_iam_role.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6838,278 +632,19 @@
{
"id": "iam_ListRoles",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the roles.",
- "snippet_tags": [
- "iam.JavaScript.listrolesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_roles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listroles.handler.ListRoles"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListRoles",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListRoles"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7117,278 +652,19 @@
{
"id": "iam_GetRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the role.",
- "snippet_tags": [
- "iam.JavaScript.getRoleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.getRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.get_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.getrole.handler.GetRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "GetRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7396,279 +672,19 @@
{
"id": "iam_DeleteRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the role.",
- "snippet_tags": [
- "javascript.v3.iam.actions.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7676,278 +692,19 @@
{
"id": "iam_ListRolePolicies",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the policies.",
- "snippet_tags": [
- "iam.JavaScript.listrolepoliciesv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_role_policies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listrolepolicies.handler.ListRolePolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListRolePolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7955,76 +712,22 @@
{
"id": "iam_Scenario_RoleManagement",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM; role actions.",
- "snippet_tags": [
- "python.example_code.iam.role_wrapper.imports",
- "python.example_code.iam.CreateRole",
- "python.example_code.iam.AttachRolePolicy_Role",
- "python.example_code.iam.DetachRolePolicy_Role",
- "python.example_code.iam.DeleteRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create a role, then attach and detach a policy.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_RoleManagement"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage &IAM; roles using an &AWS; SDK",
+ "languages": [],
+ "title": "Manage IAM roles using an AWS SDK",
"title_abbrev": "Manage roles",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachRolePolicy",
- "CreateRole",
- "DetachRolePolicy",
- "DeleteRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role.",
+ "Create an IAM role.",
"Attach and detach policies for a role.",
"Delete a role."
],
@@ -8033,429 +736,19 @@
{
"id": "iam_CreateUser",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.create_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.create_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.iam_basics.createUser",
- "php.example_code.iam.service.createUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createuser.handler.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the user.",
- "snippet_tags": [
- "javascript.v3.iam.actions.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.getUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-creating-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.create_user01.code",
- "iam.cpp.create_user02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.CreateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8463,396 +756,19 @@
{
"id": "iam_DeleteUser",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.delete_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.delete_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.delete_user"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the user.",
- "snippet_tags": [
- "iam.JavaScript.users.deleteUserV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.deleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-deleting-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.delete_user01.code",
- "iam.cpp.delete_user02.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.basics.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8860,426 +776,19 @@
{
"id": "iam_ListUsers",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.list_users.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.list_users.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_users"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listusers.handler.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.UserWrapper.struct",
- "gov2.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the users.",
- "snippet_tags": [
- "iam.JavaScript.users.listUsersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.listUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-listing-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.list_users.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.iam.ListUsers"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListUsers"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9287,236 +796,19 @@
{
"id": "iam_UpdateUser",
"file": "iam_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.kotlin.update_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.java2.update_user.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.UpdateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.UpdateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Update the user.",
- "snippet_tags": [
- "iam.JavaScript.users.updateUserV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.JavaScript.users.updateUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/iam",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/iam-examples-managing-users.html#iam-examples-managing-users-updating-users",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.cpp.update_user.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "UpdateUser"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9524,120 +816,19 @@
{
"id": "iam_AttachUserPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.AttachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.AttachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.attach_user_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "AttachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9645,120 +836,19 @@
{
"id": "iam_DetachUserPolicy",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.detach_user_policy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DetachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -9766,105 +856,23 @@
{
"id": "iam_Scenario_UserPolicies",
"file": "iam_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "python.example_code.iam.user_wrapper.imports",
- "python.example_code.iam.CreateUser",
- "python.example_code.iam.UpdateUser",
- "python.example_code.iam.ListUsers",
- "python.example_code.iam.DeleteUser",
- "python.example_code.iam.AttachUserPolicy",
- "python.example_code.iam.DetachUserPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &IAM; policy actions.",
- "snippet_tags": [
- "python.example_code.iam.policy_wrapper.imports",
- "python.example_code.iam.CreatePolicy",
- "python.example_code.iam.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &IAM; access key actions.",
- "snippet_tags": [
- "python.example_code.iam.access_key_wrapper.imports",
- "python.example_code.iam.CreateAccessKey",
- "python.example_code.iam.DeleteAccessKey"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to create users with differing policies and use their credentials to access an &S3; bucket.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_UserPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create read-only and read-write &IAM-users; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create read-only and read-write IAM users using an AWS SDK",
"title_abbrev": "Create read-only and read-write users",
- "synopsis": "create users and attach policies to them. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "create users and attach policies to them. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteAccessKey",
- "DeleteUser",
- "CreateUser",
- "ListUsers",
- "DetachUserPolicy",
- "DeletePolicy",
- "CreateAccessKey",
- "UpdateUser",
- "CreatePolicy",
- "AttachUserPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create two &IAM-users;.",
- "Attach a policy for one user to get and put objects in an &S3; bucket.",
+ "Create two IAM users.",
+ "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
"Attach a policy for the second user to get objects from the bucket.",
"Get different permissions to the bucket based on user credentials."
],
@@ -9873,278 +881,19 @@
{
"id": "iam_ListGroups",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the groups.",
- "snippet_tags": [
- "iam.JavaScript.listgroupsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.GroupWrapper.struct",
- "gov2.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.listGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.list_groups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.listgroups.handler.ListGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "ListGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10152,278 +901,19 @@
{
"id": "iam_CreateServiceLinkedRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a service-linked role.",
- "snippet_tags": [
- "iam.JavaScript.createservicelinkedrolev3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.iam.RoleWrapper.struct",
- "gov2.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.startService",
- "php.example_code.iam.service.createServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.iam.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.service.create_service_linked_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iam.swift.import",
- "iam.swift.createservicelinkedrole.handler.CreateServiceLinkedRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateServiceLinkedRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateServiceLinkedRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10431,121 +921,19 @@
{
"id": "iam_CreateInstanceProfile",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.iam.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example creates a policy, role, and instance profile and links them all together.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.iam.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.CreateInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "CreateInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10553,121 +941,19 @@
{
"id": "iam_DeleteInstanceProfile",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ResilientService.dotnetv3.iam.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/ResilientService/AutoScalerActions",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example removes the role from the instance profile, detaches all policies attached to the role, and deletes all the resources.",
- "snippet_tags": [
- "python.cross_service.resilient_service.AutoScaler.decl",
- "python.cross_service.resilient_service.iam.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.wkflw.resilient.DeleteInstanceProfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/cross-services/wkflw-resilient-service",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteInstanceProfile"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -10675,437 +961,23 @@
{
"id": "iam_Scenario_CreateUserAssumeRole",
"file": "iam_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "IAM.dotnetv3.IAMBasics.Usings",
- "IAM.dotnetv3.IAMWrapper",
- "IAM.dotnetv3.IAMBasics",
- "IAM.dotnetv3.IAMCommon.S3Wrapper",
- "IAM.dotnetv3.IAMCommon.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/IAM",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "iam.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap &IAM-user; actions.",
- "snippet_tags": [
- "iam.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "javascript.iam_scenarios.iam_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.iam.iam_basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "python.example_code.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user; and a role that grants permission to list &S3; buckets. The user has rights only to assume the role. After assuming the role, use temporary credentials to list buckets for the account.",
- "snippet_tags": [
- "ruby.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.iam.Scenario_AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps account actions.",
- "snippet_tags": [
- "gov2.iam.AccountWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps policy actions.",
- "snippet_tags": [
- "gov2.iam.PolicyWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps role actions.",
- "snippet_tags": [
- "gov2.iam.RoleWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a struct that wraps user actions.",
- "snippet_tags": [
- "gov2.iam.UserWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.iam.iam_basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.iam.Scenario_CreateUserAssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iam_CreateUser_AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &IAM; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.iam.GetUser",
- "aws-cli.bash-linux.iam.CreateUser",
- "aws-cli.bash-linux.iam.CreateAccessKey",
- "aws-cli.bash-linux.iam.CreateRole",
- "aws-cli.bash-linux.iam.CreatePolicy",
- "aws-cli.bash-linux.iam.AttachRolePolicy",
- "aws-cli.bash-linux.iam.DetachRolePolicy",
- "aws-cli.bash-linux.iam.DeletePolicy",
- "aws-cli.bash-linux.iam.DeleteRole",
- "aws-cli.bash-linux.iam.DeleteAccessKey",
- "aws-cli.bash-linux.iam.DeleteUser"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
- "synopsis": "create a user and assume a role. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "create a user and assume a role. ",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "iam": {
- "__set__": [
- "DeleteUserPolicy",
- "DeleteUser",
- "DeleteAccessKey",
- "CreateUser",
- "DeleteRole",
- "CreateRole",
- "DeletePolicy",
- "CreateAccessKey",
- "CreatePolicy",
- "AttachRolePolicy",
- "PutUserPolicy",
- "DetachRolePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_CreateUserAssumeRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_iam_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a user with no permissions.",
- "Create a role that grants permission to list &S3; buckets for the account.",
+ "Create a role that grants permission to list Amazon S3 buckets for the account.",
"Add a policy to let the user assume the role.",
"Assume the role and list S3 buckets using temporary credentials, then clean up resources."
],
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
index 4e0c564f924..29a407e01ec 100644
--- a/python/example_code/iotsitewise/examples_catalog.json
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "iotsitewise_Hello",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &ITSWlong;",
- "title_abbrev": "Hello &ITSW;",
- "synopsis": "get started using &ITSW;.",
+ "languages": [],
+ "title": "Hello AWS IoT SiteWise",
+ "title_abbrev": "Hello AWS IoT SiteWise",
+ "synopsis": "get started using AWS IoT SiteWise.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "ListAssetModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "iotsitewise_DescribeGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.describe.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DescribeGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.describeGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DescribeGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "iotsitewise_DeleteGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "iotsitewise_CreateGateway",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.create.gateway.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateGateway"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "iotsitewise_DescribePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.describe.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateGateway"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.describePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DescribePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,121 +103,19 @@
{
"id": "iotsitewise_ListAssetModels",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.list.asset.model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.ListAssetModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.listAssetModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAssetModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "ListAssetModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -734,121 +123,19 @@
{
"id": "iotsitewise_DeletePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeletePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deletePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeletePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -856,121 +143,19 @@
{
"id": "iotsitewise_CreatePortal",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.create.portal.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreatePortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createPortal"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreatePortal"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -978,121 +163,19 @@
{
"id": "iotsitewise_DeleteAssetModel",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.asset.model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteAssetModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1100,121 +183,19 @@
{
"id": "iotsitewise_DeleteAsset",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2.delete.asset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.DeleteAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.deleteAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "DeleteAsset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1222,121 +203,19 @@
{
"id": "iotsitewise_GetAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_get_property.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.GetAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.getAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "GetAssetPropertyValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1344,137 +223,19 @@
{
"id": "iotsitewise_BatchPutAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_put_batch_property.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A helper function to generate the entries parameter from a values list.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue.properties_to_values"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Here is an example of a values list to pass to the helper function.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.BatchPutAssetPropertyValue.values"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.batchPutAssetPropertyValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchPutAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "BatchPutAssetPropertyValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1482,121 +243,19 @@
{
"id": "iotsitewise_CreateAsset",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_create_asset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createAsset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateAsset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1604,129 +263,19 @@
{
"id": "iotsitewise_CreateAssetModel",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sitewise.java2_create_asset_model.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.decl",
- "python.example_code.iotsitewise.CreateAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Here is an example of a properties list to pass to the function.\n",
- "snippet_tags": [
- "python.example_code.iotsitewise.CreateAssetModel.properties"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.createAssetModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": [
- "CreateAssetModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1734,145 +283,30 @@
{
"id": "iotsitewise_Scenario",
"file": "iot_sitewise_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &ITSW; features.",
- "snippet_tags": [
- "iotsitewise.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &ITSW; SDK methods.",
- "snippet_tags": [
- "iotsitewise.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.iotsitewise.FeatureScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "IoTSitewiseWrapper class that wraps &ITSW; actions.",
- "snippet_tags": [
- "python.example_code.iotsitewise.IoTSitewiseWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "iotsitewise.JavaScript.Basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/iotsitewise",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "iotsitewise": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Scenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_iotsitewise_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &ITSWlong; Asset Model.",
- "Create an &ITSWlong; Asset.",
+ "Create an AWS IoT SiteWise Asset Model.",
+ "Create an AWS IoT SiteWise Asset.",
"Retrieve the property ID values.",
- "Send data to an &ITSWlong; Asset.",
- "Retrieve the value of the &ITSWlong; Asset property.",
- "Create an &ITSWlong; Portal.",
- "Create an &ITSWlong; Gateway.",
- "Describe the &ITSWlong; Gateway.",
- "Delete the &ITSWlong; Assets."
+ "Send data to an AWS IoT SiteWise Asset.",
+ "Retrieve the value of the AWS IoT SiteWise Asset property.",
+ "Create an AWS IoT SiteWise Portal.",
+ "Create an AWS IoT SiteWise Gateway.",
+ "Describe the AWS IoT SiteWise Gateway.",
+ "Delete the AWS IoT SiteWise Assets."
],
"source_key": null
}
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
index 15308239ff0..918fb14621c 100644
--- a/python/example_code/keyspaces/examples_catalog.json
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -3,151 +3,19 @@
{
"id": "keyspaces_Hello",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.HelloKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspaces.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &KEY;",
- "title_abbrev": "Hello &KEY;",
- "synopsis": "get started using &KEY;.",
+ "languages": [],
+ "title": "Hello Amazon Keyspaces",
+ "title_abbrev": "Hello Amazon Keyspaces",
+ "synopsis": "get started using Amazon Keyspaces.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListKeyspaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -155,152 +23,19 @@
{
"id": "keyspaces_CreateKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CreateKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.create.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.create.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.CreateKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "CreateKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -308,152 +43,19 @@
{
"id": "keyspaces_GetKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.GetKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.get.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.get.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.GetKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "GetKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -461,152 +63,19 @@
{
"id": "keyspaces_ListKeyspaces",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.ListKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.list.keyspaces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.list.keyspaces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.ListKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeyspaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListKeyspaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -614,152 +83,19 @@
{
"id": "keyspaces_CreateTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.create.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.create.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.CreateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -767,152 +103,19 @@
{
"id": "keyspaces_GetTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.GetTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.get.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.get.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.GetTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "GetTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -920,152 +123,19 @@
{
"id": "keyspaces_ListTables",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.list.tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.list.tables.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.ListTables"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListTables"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1073,152 +143,19 @@
{
"id": "keyspaces_UpdateTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.UpdateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.update.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.update.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.UpdateTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "UpdateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1226,152 +163,19 @@
{
"id": "keyspaces_RestoreTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.RestoreTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.restore.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.restore.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.RestoreTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RestoreTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "RestoreTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1379,152 +183,19 @@
{
"id": "keyspaces_DeleteTable",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.delete.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.delete.table.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.DeleteTable"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "DeleteTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1532,152 +203,19 @@
{
"id": "keyspaces_DeleteKeyspace",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.DeleteKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.delete.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.delete.keyspace.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.decl",
- "python.example_code.keyspaces.DeleteKeyspace"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "DeleteKeyspace"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1685,193 +223,19 @@
{
"id": "keyspaces_Scenario_GetStartedKeyspaces",
"file": "keyspaces_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.KeyspacesBasicsGlobalUsings",
- "Keyspaces.dotnetv3.KeyspacesScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.KeyspacesWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "Keyspaces.dotnetv3.CassandraWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "keyspace.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.keyspaces.Scenario_GetStartedKeyspaces"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps keyspace and table actions.",
- "snippet_tags": [
- "python.example_code.keyspaces.KeyspaceWrapper.class"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that creates a TLS connection to a keyspace, authenticates with SigV4, and sends CQL queries to a table in the keyspace.",
- "snippet_tags": [
- "python.example_code.keyspaces.QueryManager.class"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/keyspaces",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "keyspaces": {
- "__set__": [
- "ListTables",
- "RestoreTable",
- "DeleteTable",
- "ListKeyspaces",
- "UpdateTable",
- "GetTable",
- "DeleteKeyspace",
- "GetKeyspace",
- "CreateKeyspace",
- "CreateTable"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_keyspaces_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a keyspace and table. The table schema holds movie data and has point-in-time recovery enabled.",
diff --git a/python/example_code/kinesis-analytics-v2/examples_catalog.json b/python/example_code/kinesis-analytics-v2/examples_catalog.json
index e522c1b6fe6..9f82f84227d 100644
--- a/python/example_code/kinesis-analytics-v2/examples_catalog.json
+++ b/python/example_code/kinesis-analytics-v2/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "kinesis-analytics-v2_CreateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.CreateApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "CreateApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +23,19 @@
{
"id": "kinesis-analytics-v2_DeleteApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DeleteApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DeleteApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -123,59 +43,19 @@
{
"id": "kinesis-analytics-v2_DescribeApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DescribeApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DescribeApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,59 +63,19 @@
{
"id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DescribeApplicationSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeApplicationSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DescribeApplicationSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -243,59 +83,19 @@
{
"id": "kinesis-analytics-v2_DiscoverInputSchema",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.DiscoverInputSchema"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DiscoverInputSchema",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "DiscoverInputSchema"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -303,59 +103,19 @@
{
"id": "kinesis-analytics-v2_AddApplicationInput",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.AddApplicationInput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddApplicationInput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "AddApplicationInput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -363,59 +123,19 @@
{
"id": "kinesis-analytics-v2_AddApplicationOutput",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.AddApplicationOutput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddApplicationOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "AddApplicationOutput"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -423,59 +143,19 @@
{
"id": "kinesis-analytics-v2_UpdateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example updates the code that runs in an existing application.",
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.UpdateApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "UpdateApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -483,59 +163,19 @@
{
"id": "kinesis-analytics-v2_StartApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.StartApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "StartApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -543,59 +183,19 @@
{
"id": "kinesis-analytics-v2_StopApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis-analytics-v2.ApplicationClass",
- "python.example_code.kinesis-analytics-v2.StopApplication"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis-analytics-v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": [
- "StopApplication"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -603,56 +203,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Anomaly",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.anomaly"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with heart rate anomalies using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with heart rate anomalies using an AWS SDK",
"title_abbrev": "Generate a stream with heart rate anomalies",
- "synopsis": "generate a &AK; stream with heart rate anomalies.",
+ "synopsis": "generate a Kinesis stream with heart rate anomalies.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -660,56 +223,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.anomalyex"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with blood pressure anomalies using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with blood pressure anomalies using an AWS SDK",
"title_abbrev": "Generate a stream with blood pressure anomalies",
- "synopsis": "generate a &AK; stream with blood pressure anomalies.",
+ "synopsis": "generate a Kinesis stream with blood pressure anomalies.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -717,56 +243,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.columnlog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with data in columns using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with data in columns using an AWS SDK",
"title_abbrev": "Generate a stream with data in columns",
- "synopsis": "generate a &AK; stream with data in columns.",
+ "synopsis": "generate a Kinesis stream with data in columns.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -774,56 +263,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Hotspots",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.hotspots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with hotspots using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with hotspots using an AWS SDK",
"title_abbrev": "Generate a stream with hotspots",
- "synopsis": "generate a &AK; stream with hotspots.",
+ "synopsis": "generate a Kinesis stream with hotspots.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -831,56 +283,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Referrer",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.referrer"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with a referrer using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with a referrer using an AWS SDK",
"title_abbrev": "Generate a stream with a referrer",
- "synopsis": "generate a &AK; stream with a referrer.",
+ "synopsis": "generate a Kinesis stream with a referrer.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -888,56 +303,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_RegexLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.regexlog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with log entries using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with log entries using an AWS SDK",
"title_abbrev": "Generate a stream with log entries",
- "synopsis": "generate a &AK; stream with log entries.",
+ "synopsis": "generate a Kinesis stream with log entries.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -945,56 +323,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_Stagger",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.stagger"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with stagger data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with stagger data using an AWS SDK",
"title_abbrev": "Generate a stream with stagger data",
- "synopsis": "generate a &AK; stream with stagger data.",
+ "synopsis": "generate a Kinesis stream with stagger data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1002,56 +343,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_StockTicker",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.stockticker"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with stock ticker data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with stock ticker data using an AWS SDK",
"title_abbrev": "Generate a stream with stock ticker data",
- "synopsis": "generate a &AK; stream with stock ticker data.",
+ "synopsis": "generate a Kinesis stream with stock ticker data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1059,56 +363,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.tworecordtypes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with two data types using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with two data types using an AWS SDK",
"title_abbrev": "Generate a stream with two data types",
- "synopsis": "generate a &AK; stream with two data types.",
+ "synopsis": "generate a Kinesis stream with two data types.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1116,56 +383,19 @@
{
"id": "kinesis-analytics-v2_DataGenerator_WebLog",
"file": "kinesis-analytics-v2_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesisanalytics.python.datagenerator.weblog"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate a &AK; stream with web log data using an &AWS; SDK",
+ "languages": [],
+ "title": "Generate a Kinesis stream with web log data using an AWS SDK",
"title_abbrev": "Generate a stream with web log data",
- "synopsis": "generate a &AK; stream with web log data.",
+ "synopsis": "generate a Kinesis stream with web log data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis-analytics-v2": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis-analytics-v2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/kinesis/examples_catalog.json b/python/example_code/kinesis/examples_catalog.json
index ed3ff5249c2..388ad11c6ab 100644
--- a/python/example_code/kinesis/examples_catalog.json
+++ b/python/example_code/kinesis/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "kinesis_CreateStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Kinesis.dotnetv3.CreateStreamExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.CreateStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.create-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.create_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "CreateStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_CreateStream_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,121 +23,19 @@
{
"id": "kinesis_DescribeStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.DescribeStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.describe-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.describe_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "DescribeStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -309,183 +43,19 @@
{
"id": "kinesis_DeleteStream",
"file": "kinesis_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Kinesis.dotnetv3.DeleteStreamExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.DeleteStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.delete-stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.delete_stream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "DeleteStream"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -493,152 +63,19 @@
{
"id": "kinesis_PutRecord",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.putrecord.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.PutRecord"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.rust.put-record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.put_record"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutRecord",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "PutRecord"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -646,122 +83,19 @@
{
"id": "kinesis_GetRecords",
"file": "kinesis_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kinesis.java2.getrecord.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kinesis.KinesisStream.class",
- "python.example_code.kinesis.GetRecords",
- "python.example_code.kinesis.DescribeStream"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kns.abapv1.get_records"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/kinesis",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRecords",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kinesis": {
- "__set__": [
- "GetRecords"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_kinesis_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/kms/examples_catalog.json b/python/example_code/kms/examples_catalog.json
index 917a220a363..83bb880e569 100644
--- a/python/example_code/kms/examples_catalog.json
+++ b/python/example_code/kms/examples_catalog.json
@@ -3,121 +3,19 @@
{
"id": "kms_TagResource",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_tag.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.tagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -125,121 +23,19 @@
{
"id": "kms_Sign",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_sign.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Sign"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.sign"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Sign",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Sign"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -247,59 +43,19 @@
{
"id": "kms_Verify",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Verify"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Verify",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Verify"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -307,245 +63,19 @@
{
"id": "kms_CreateKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_create_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.CreateKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.createKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.CreateKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.create-key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -553,214 +83,19 @@
{
"id": "kms_Decrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_decrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.decryptBlob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.decrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Decrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Decrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -768,214 +103,19 @@
{
"id": "kms_Encrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_encrypt_data.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.encryptBlob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.encrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Encrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "Encrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -983,90 +123,19 @@
{
"id": "kms_GenerateDataKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.GenerateDataKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.generate-data-key"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GenerateDataKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "GenerateDataKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1074,214 +143,19 @@
{
"id": "kms_ListKeys",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_keys.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListKeysExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.ListKeys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.list-keys"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListKeys"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1289,121 +163,19 @@
{
"id": "kms_ReEncrypt",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.ReEncrypt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.rust.reencrypt-data"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.ruby.reEncryptData"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReEncrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ReEncrypt"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1411,183 +183,19 @@
{
"id": "kms_CreateAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2._create_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.dotnetv3.CreateAliasExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.CreateAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1595,183 +203,19 @@
{
"id": "kms_CreateGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_create_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_create_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.CreateGrantExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.createGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.CreateGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1779,183 +223,19 @@
{
"id": "kms_DescribeKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_describe_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_describe_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.DescribeKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.describeKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.DescribeKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DescribeKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1963,183 +243,19 @@
{
"id": "kms_DisableKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_disable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_disable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.DisableKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.disableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.DisableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DisableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DisableKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2147,183 +263,19 @@
{
"id": "kms_EnableKey",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_enable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_enable_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.EnableKeyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.enableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.EnableKey"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "EnableKey"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2331,121 +283,19 @@
{
"id": "kms_ScheduleKeyDeletion",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_delete_key.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.scheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.ScheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ScheduleKeyDeletion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ScheduleKeyDeletion"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2453,183 +303,19 @@
{
"id": "kms_ListAliases",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_aliases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListAliasesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.ListAliases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListAliases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2637,59 +323,19 @@
{
"id": "kms_UpdateAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.UpdateAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "UpdateAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2697,121 +343,19 @@
{
"id": "kms_DeleteAlias",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_delete_alias.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.deleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.DeleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "DeleteAlias"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2819,183 +363,19 @@
{
"id": "kms_ListGrants",
"file": "kms_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.kotlin_list_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_list_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "KMS.dotnetv3.ListGrantsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/KMS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.listGrants"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.ListGrants"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListGrants",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListGrants"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3003,59 +383,19 @@
{
"id": "kms_RetireGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.RetireGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RetireGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "RetireGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3063,121 +403,19 @@
{
"id": "kms_RevokeGrant",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_revoke_grant.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.revokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.RevokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RevokeGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "RevokeGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3185,90 +423,19 @@
{
"id": "kms_ListKeyPolicies",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "kms.java2_get_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.ListKeyPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListKeyPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "ListKeyPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3276,59 +443,19 @@
{
"id": "kms_GetKeyPolicy",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.GetKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "GetKeyPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3336,90 +463,19 @@
{
"id": "kms_PutKeyPolicy",
"file": "kms_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.service.putKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.PutKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "PutKeyPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3427,59 +483,19 @@
{
"id": "kms_EnableKeyRotation",
"file": "kms_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.EnableKeyRotation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "EnableKeyRotation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "EnableKeyRotation"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3487,211 +503,28 @@
{
"id": "kms_Scenario_Basics",
"file": "kms_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario at a command prompt.",
- "snippet_tags": [
- "kms.java2_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps KMS actions.",
- "snippet_tags": [
- "kms.java2_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.kms.kms_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; management.",
- "snippet_tags": [
- "python.example_code.kms.KeyManager.decl",
- "python.example_code.kms.CreateKey",
- "python.example_code.kms.DescribeKey",
- "python.example_code.kms.EnableKeyRotation",
- "python.example_code.kms.CreateAsymmetricKey",
- "python.example_code.kms.TagResource",
- "python.example_code.kms.ScheduleKeyDeletion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; aliases.\n",
- "snippet_tags": [
- "python.example_code.kms.AliasManager.decl",
- "python.example_code.kms.CreateAlias",
- "python.example_code.kms.ListAliases",
- "python.example_code.kms.DeleteAlias"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; encryption.\n",
- "snippet_tags": [
- "python.example_code.kms.KeyEncrypt.decl",
- "python.example_code.kms.Encrypt",
- "python.example_code.kms.Decrypt",
- "python.example_code.kms.Sign",
- "python.example_code.kms.Verify"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; grants.\n",
- "snippet_tags": [
- "python.example_code.kms.GrantManager.decl",
- "python.example_code.kms.CreateGrant",
- "python.example_code.kms.ListGrants",
- "python.example_code.kms.RevokeGrant"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper class and methods for &kms-key; policies.\n",
- "snippet_tags": [
- "python.example_code.kms.KeyPolicy.decl",
- "python.example_code.kms.set_new_policy",
- "python.example_code.kms.GetKeyPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.kms.Basics",
- "php.example_code.kms.service.KmsService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/kms",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "kms": {
- "__set__": [
- "CreateGrant",
- "Decrypt",
- "Sign",
- "ScheduleKeyDeletion",
- "ListAliases",
- "Encrypt",
- "ListKeys",
- "GetKeyPolicy",
- "TagResource",
- "EnableKey",
- "CreateKey",
- "DisableKey",
- "CreateAlias",
- "DescribeKey",
- "ListGrants",
- "RevokeGrant"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_kms_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create a &kms-key;.",
- "List &kms-keys; for your account and get details about them.",
- "Enable and disable &kms-keys;.",
+ "Create a KMS key.",
+ "List KMS keys for your account and get details about them.",
+ "Enable and disable KMS keys.",
"Generate a symmetric data key that can be used for client-side encryption.",
"Generate an asymmetric key used to digitally sign data.",
"Tag keys.",
- "Delete &kms-keys;."
+ "Delete KMS keys."
],
"source_key": null
}
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
index f88c49586eb..ea638211c7b 100644
--- a/python/example_code/lambda/examples_catalog.json
+++ b/python/example_code/lambda/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_ApiGatewayDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_covid-19_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &ABP; REST API to track COVID-19 data",
+ "languages": [],
+ "title": "Create an API Gateway REST API to track COVID-19 data",
"title_abbrev": "Create a REST API to track COVID-19 data",
"synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "cloudformation": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
@@ -46,16 +18,7 @@
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,55 +26,21 @@
{
"id": "cross_ApiGatewayWebsocketChat",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_ApiGatewayWebsocketChat_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/apigateway_websocket_chat",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a websocket chat application with &ABP;",
+ "languages": [],
+ "title": "Create a websocket chat application with API Gateway",
"title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on &ABPlong;.",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "api-gateway",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_ApiGatewayWebsocketChat_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -119,42 +48,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -162,16 +63,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -179,42 +71,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -222,16 +86,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -239,70 +94,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -310,32 +109,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -343,73 +117,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -418,32 +133,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -451,252 +141,19 @@
{
"id": "lambda_Hello",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.list.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.HelloLambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.lambda.hello_lambda.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_lambda.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.lambda.hello_lambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda/hello_lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example.hello_lambda"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.lambda.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &LAM;",
- "title_abbrev": "Hello &LAM;",
- "synopsis": "get started using &LAM;.",
+ "languages": [],
+ "title": "Hello Lambda",
+ "title_abbrev": "Hello Lambda",
+ "synopsis": "get started using Lambda.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "ListFunctions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -704,407 +161,19 @@
{
"id": "lambda_CreateFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.CreateLambdaFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.create.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.createFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.create_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.CreateFunction",
- "cpp.example_code.lambda.create_function2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.create_function",
- "lambda.rust.scenario.prepare_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "CreateFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1112,373 +181,19 @@
{
"id": "lambda_DeleteFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.DeleteLambdaFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.delete.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.deleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.delete_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.delete_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "DeleteFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1486,407 +201,19 @@
{
"id": "lambda_Invoke",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.InvokeFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.invoke.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.invoke.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.invoke_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.Invoke",
- "cpp.example_code.lambda.invoke_function2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.invoke",
- "lambda.rust.scenario.log_invoke_output"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Invoke",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "Invoke"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1894,374 +221,19 @@
{
"id": "lambda_GetFunction",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.get.function.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.getFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.get_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.GetFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.get_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.GetFunctionInput"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "GetFunction"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2269,375 +241,19 @@
{
"id": "lambda_UpdateFunctionCode",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.get.function.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.updateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.update_function_code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.update_function_code",
- "lambda.rust.scenario.prepare_function"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateFunctionCode",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "UpdateFunctionCode"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2645,343 +261,19 @@
{
"id": "lambda_UpdateFunctionConfiguration",
"file": "lambda_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.java2.update.config.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.updateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.update_function_configuration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.UpdateFunctionConfiguration",
- "cpp.example_code.lambda.update_function_configuration2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.update_function_configuration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateFunctionConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "UpdateFunctionConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2989,343 +281,19 @@
{
"id": "lambda_ListFunctions",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.struct",
- "gov2.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.service.listFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.decl",
- "python.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ruby.LambdaWrapper.decl",
- "ruby.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.list_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.lambda.actions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.lambda_configuration",
- "cpp.example_code.lambda.lambda_client",
- "cpp.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.rust.scenario.list_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.lambda-basics.imports",
- "swift.lambda-basics.ListFunctionsPaginated"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFunctions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "ListFunctions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3333,629 +301,25 @@
{
"id": "lambda_Scenario_GettingStartedFunctions",
"file": "lambda_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create methods that perform &LAM; actions.",
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaActions.LambdaWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a function that runs the scenario.",
- "snippet_tags": [
- "Lambda.dotnetv3.LambdaBasics.Usings",
- "Lambda.dotnetv3.LambdaBasics",
- "Lambda.dotnetv3.LambdaActions.LambdaRoleWrapper",
- "Lambda.dotnetv3.LambdaScenarioCommon.UIWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "lambda.dotnetv3.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "lambda.dotnetv3.handler.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an interactive scenario that shows you how to get started with &LAM; functions.",
- "snippet_tags": [
- "gov2.lambda.Scenario_GetStartedFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a struct that wraps individual &LAM; actions.",
- "snippet_tags": [
- "gov2.lambda.FunctionWrapper.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "gov2.lambda.handlers.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "gov2.lambda.handlers.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lambda.javav2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.lambda.basics.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a &LAM; handler that increments a number.",
- "snippet_tags": [
- "python.example_code.lambda.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a second &LAM; handler that performs arithmetic operations.",
- "snippet_tags": [
- "python.example_code.lambda.handler.arithmetic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions that wrap &LAM; actions.",
- "snippet_tags": [
- "python.example_code.python.LambdaWrapper.full"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a function that runs the scenario.",
- "snippet_tags": [
- "python.example_code.lambda.Scenario_GettingStartedFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set up pre-requisite IAM permissions for a Lambda function capable of writing logs.",
- "snippet_tags": [
- "ruby.example_code.lambda.setup_iam"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a &LAM; handler that increments a number provided as an invocation parameter.",
- "snippet_tags": [
- "ruby.example_code.lambda.handler.increment"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Zip your &LAM; function into a deployment package.",
- "snippet_tags": [
- "ruby.example_code.lambda.create_deployment_package"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a new &LAM; function.",
- "snippet_tags": [
- "ruby.example_code.lambda.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke your &LAM; function with optional runtime parameters.",
- "snippet_tags": [
- "ruby.example_code.lambda.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update your &LAM; function's configuration to inject a new environment variable.",
- "snippet_tags": [
- "ruby.example_code.lambda.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update your &LAM; function's code with a different deployment package containing different code.",
- "snippet_tags": [
- "ruby.example_code.lambda.UpdateFunctionCode"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List all existing &LAM; functions using the built-in paginator.",
- "snippet_tags": [
- "ruby.example_code.lambda.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete a specific &LAM; function.",
- "snippet_tags": [
- "ruby.example_code.lambda.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "lmd.abapv1.getting_started_with_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAMlong; (&IAM;) role that grants Lambda permission to write to logs.",
- "snippet_tags": [
- "javascript.v3.lambda.scenarios.basic.CreateRole",
- "javascript.v3.iam.actions.AttachRolePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a &LAM; function and upload handler code.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.CreateFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Invoke the function with a single parameter and get results.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.Invoke"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Update the function code and configure its &LAM; environment with an environment variable.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.UpdateFunctionCode",
- "javascript.v3.lambda.actions.UpdateFunctionConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List the functions for your account.",
- "snippet_tags": [
- "javascript.v3.lambda.actions.ListFunctions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete the &IAM; role and the &LAM; function.",
- "snippet_tags": [
- "javascript.v3.iam.actions.DeleteRole",
- "javascript.v3.lambda.actions.DeleteFunction"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/lambda/scenarios/basic",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.lambda.get_started_with_functions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The Cargo.toml with dependencies used in this scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/Cargo.toml"
- ],
- "genai": "none"
- },
- {
- "description": "A collection of utilities that streamline calling Lambda for this scenario. This file is src/ations.rs in the crate.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/src/actions.rs"
- ],
- "genai": "none"
- },
- {
- "description": "A binary to run the scenario from front to end, using command line flags to control some behavior. This file is src/bin/scenario.rs in the crate.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/lambda/src/bin/scenario.rs"
- ],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define the first &LAM; function, which simply increments the specified value.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/increment/Package.swift",
- "swift/example_code/lambda/basics/increment/Sources/increment.swift"
- ],
- "genai": "none"
- },
- {
- "description": "Define the second &LAM; function, which performs an arithmetic operation on two numbers.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/calculator/Package.swift",
- "swift/example_code/lambda/basics/calculator/Sources/calculator.swift"
- ],
- "genai": "none"
- },
- {
- "description": "Define the main program that will invoke the two &LAM; functions.",
- "snippet_tags": [],
- "snippet_files": [
- "swift/example_code/lambda/basics/lambda-basics/Package.swift",
- "swift/example_code/lambda/basics/lambda-basics/Sources/entry.swift",
- "swift/example_code/lambda/basics/lambda-basics/Sources/ExampleError.swift"
- ],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/lambda/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": {
- "title": "Create a &LAM; function with the console",
+ "title": "Create a Lambda function with the console",
"url": "lambda/latest/dg/getting-started-create-function.html"
},
"service_main": null,
- "services": {
- "lambda": {
- "__set__": [
- "CreateFunction",
- "UpdateFunctionCode",
- "ListFunctions",
- "DeleteFunction",
- "Invoke",
- "GetFunction",
- "UpdateFunctionConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_lambda_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role and &LAM; function, then upload handler code.",
+ "Create an IAM role and Lambda function, then upload handler code.",
"Invoke the function with a single parameter and get results.",
"Update the function code and configure with an environment variable.",
"Invoke the function with new parameters and get results. Display the returned execution log.",
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
index c7f6103b4f6..5c0ed0e43ac 100644
--- a/python/example_code/lookoutvision/examples_catalog.json
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -3,33 +3,8 @@
{
"id": "lookoutvision_CreateDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.CreateDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -38,27 +13,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-create-dataset.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -66,60 +26,22 @@
{
"id": "lookoutvision_Scenario_CreateManifestFile",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.Scenario_CreateManifestFile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a &LYRA; manifest file using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a Lookout for Vision manifest file using an AWS SDK",
"title_abbrev": "Create a manifest file",
- "synopsis": "create a &LYRA; manifest file and upload it to &S3;.",
+ "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
"category": "Scenarios",
"guide_topic": {
"title": "Creating a manifest file",
"url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -127,33 +49,8 @@
{
"id": "lookoutvision_DeleteDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.DeleteDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -162,27 +59,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -190,33 +72,8 @@
{
"id": "lookoutvision_DescribeDataset",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Datasets",
- "python.example_code.lookoutvision.DescribeDataset"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -225,27 +82,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DescribeDataset"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -253,59 +95,22 @@
{
"id": "lookoutvision_Scenario_FindTagInProjects",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Scenario_FindTagInProjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Find a &LYRA; project with a specific tag using an &AWS; SDK",
+ "languages": [],
+ "title": "Find a Lookout for Vision project with a specific tag using an AWS SDK",
"title_abbrev": "Find a project with a specific tag",
- "synopsis": "find a &LYRA; project with a specific tag.",
+ "synopsis": "find a Lookout for Vision project with a specific tag.",
"category": "Scenarios",
"guide_topic": {
"title": "Tagging models",
"url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -313,59 +118,22 @@
{
"id": "lookoutvision_Scenario_ExportDatasets",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Scenario_ExportDatasets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Export the datasets from a &LYRA; project using an &AWS; SDK",
+ "languages": [],
+ "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
"title_abbrev": "Export the datasets from a project",
- "synopsis": "export the datasets from a &LYRA; project.",
+ "synopsis": "export the datasets from a Lookout for Vision project.",
"category": "Scenarios",
"guide_topic": {
"title": "Exporting datasets from a project (SDK)",
"url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -373,33 +141,8 @@
{
"id": "lookoutvision_StartModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.StartModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -408,27 +151,12 @@
"url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "StartModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -436,33 +164,8 @@
{
"id": "lookoutvision_StopModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.StopModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StopModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -471,27 +174,12 @@
"url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "StopModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -499,57 +187,19 @@
{
"id": "lookoutvision_Scenario_ListHostedModels",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hosting",
- "python.example_code.lookoutvision.Scenario_ListHostedModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "List &LYRA; models that are currently hosted using an &AWS; SDK",
+ "languages": [],
+ "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
"title_abbrev": "List models that are currently hosted",
- "synopsis": "list &LYRA; models that are currently hosted.",
+ "synopsis": "list Lookout for Vision models that are currently hosted.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -557,32 +207,8 @@
{
"id": "lookoutvision_DetectAnomalies",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.DetectAnomalies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectAnomalies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -591,27 +217,12 @@
"url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DetectAnomalies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -619,33 +230,8 @@
{
"id": "lookoutvision_CreateModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.CreateModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -654,27 +240,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-train.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -682,33 +253,8 @@
{
"id": "lookoutvision_DescribeModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.DescribeModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -717,27 +263,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-models.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DescribeModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -745,33 +276,8 @@
{
"id": "lookoutvision_ListModels",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.ListModels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -780,27 +286,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-models.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListModels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -808,33 +299,8 @@
{
"id": "lookoutvision_DeleteModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Models",
- "python.example_code.lookoutvision.DeleteModel"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -843,27 +309,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-model.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteModel"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -871,33 +322,8 @@
{
"id": "lookoutvision_CreateProject",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.CreateProject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -906,27 +332,12 @@
"url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "CreateProject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -934,33 +345,8 @@
{
"id": "lookoutvision_DeleteProject",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.DeleteProject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -969,27 +355,12 @@
"url": "lookout-for-vision/latest/developer-guide/delete-project.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "DeleteProject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -997,33 +368,8 @@
{
"id": "lookoutvision_ListProjects",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Projects",
- "python.example_code.lookoutvision.ListProjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListProjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1032,27 +378,12 @@
"url": "lookout-for-vision/latest/developer-guide/view-projects.html"
},
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListProjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1060,58 +391,19 @@
{
"id": "lookoutvision_Hello",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.lookoutvision.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &LYRA;",
- "title_abbrev": "Hello &LYRA;",
- "synopsis": "get started using &LYRA;.",
+ "languages": [],
+ "title": "Hello Lookout for Vision",
+ "title_abbrev": "Hello Lookout for Vision",
+ "synopsis": "get started using Lookout for Vision.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": [
- "ListProjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1119,47 +411,19 @@
{
"id": "lookoutvision_Scenario_CreateTrainStartModel",
"file": "lookoutvision_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_LookoutVisionCreateTrainStartModel_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lookoutvision",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create, train, and start a &LYRA; model using an &AWS; SDK",
+ "languages": [],
+ "title": "Create, train, and start a Lookout for Vision model using an AWS SDK",
"title_abbrev": "Create, train, and start a model",
- "synopsis": "create, train, and start a &LYRA; model.",
+ "synopsis": "create, train, and start a Lookout for Vision model.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "lookoutvision": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_lookoutvision_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
index 1f0c1fcf459..e6846dc4339 100644
--- a/python/example_code/medical-imaging/examples_catalog.json
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "medical-imaging_Hello",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.medical-imaging.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.hello_medical-imaging.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_health_imaging.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.hello_medical-imaging"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/hello_health_imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &AHI;",
- "title_abbrev": "Hello &AHI;",
- "synopsis": "get started using &AHI;.",
+ "languages": [],
+ "title": "Hello HealthImaging",
+ "title_abbrev": "Hello HealthImaging",
+ "synopsis": "get started using HealthImaging.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,161 +23,19 @@
{
"id": "medical-imaging_CreateDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.CreateDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.CreateDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.create_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.createDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "CreateDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -294,161 +43,19 @@
{
"id": "medical-imaging_DeleteDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.DeleteDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.DeleteDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.delete_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.deleteDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "DeleteDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -456,161 +63,19 @@
{
"id": "medical-imaging_ListDatastores",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.ListDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListDatastores"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_datastores.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.listDatastoresV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDatastores"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -618,161 +83,19 @@
{
"id": "medical-imaging_GetDatastore",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.medical-imaging.errecho",
- "aws-cli.bash-linux.medical-imaging.GetDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetDatastore"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_datastore.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.getDatastoreV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetDatastore"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
},
- "sdk_pages": {
- "bash": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -780,160 +103,19 @@
{
"id": "medical-imaging_StartDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.startDicomImportJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.start_dicom_import_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDICOMImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "StartDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -941,160 +123,19 @@
{
"id": "medical-imaging_GetDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.getDICOMImportJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_dicom_import_job.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDICOMImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1102,129 +143,19 @@
{
"id": "medical-imaging_ListDICOMImportJobs",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListDICOMImportJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.dicom.listDICOMImportJobsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_dicom_import_jobs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListDICOMImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListDICOMImportJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1232,292 +163,19 @@
{
"id": "medical-imaging_SearchImageSets",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.SearchImageSets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.SearchImageSets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.equalFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.betweenFilter2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.searchImageSetV3.datastoreID",
- "medical-imaging.JavaScript.resource.searchImageSetV3.sortAndFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "medicalimaging.java2.search_imagesets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "The utility function for searching image sets.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: EQUAL operator.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case1"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: BETWEEN operator using DICOMStudyDate and DICOMStudyTime.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: BETWEEN operator using createdAt. Time studies were previously persisted.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: EQUAL operator on DICOMSeriesInstanceUID and BETWEEN on updatedAt and sort response in ASC order on updatedAt field.\n",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.SearchImageSets.use_case4"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchImageSets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "SearchImageSets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1525,129 +183,19 @@
{
"id": "medical-imaging_GetImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_imageset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1655,208 +203,19 @@
{
"id": "medical-imaging_GetImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.GetImageSetMetadata.withoutVersionID"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.GetImageSetMetadata.withVersionID"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withoutversion"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageSetMetadataV3.withversion"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_imageset_metadata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to get image set metadata.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata without version.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata.without_version"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image set metadata with version.",
- "snippet_tags": [
- "cpp.example_code.medical_imaging.GetImageSetMetadata.with_version"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageSetMetadata",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageSetMetadata"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1864,160 +223,19 @@
{
"id": "medical-imaging_GetImageFrame",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.GetImageFrame"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.getImageFrameV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.get_image_frame.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical-imaging.GetImageFrame"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetImageFrame",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "GetImageFrame"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2025,129 +243,19 @@
{
"id": "medical-imaging_ListImageSetVersions",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListImageSetVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.listImageSetVersionsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_imageset_versions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListImageSetVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListImageSetVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2155,225 +263,19 @@
{
"id": "medical-imaging_UpdateImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UpdateImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #1: Insert or update an attribute.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to an earlier version.",
- "snippet_tags": [
- "python.example_code.medical-imaging.UpdateImageSetMetadata.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Use case #1: Insert or update an attribute and force the update.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to an earlier version.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.updateImageSetMetadataV3.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.main"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Use case #1: Insert or update an attribute.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.insert_or_update_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #2: Remove an attribute.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.remove_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #3: Remove an instance.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.remove_instance"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use case #4: Revert to a previous version.",
- "snippet_tags": [
- "medicalimaging.java2.update_image_set_metadata.revert"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateImageSetMetadata",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "UpdateImageSetMetadata"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2381,190 +283,19 @@
{
"id": "medical-imaging_CopyImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to copy an image set.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.CopyImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy an image set without a destination.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an image set with a destination.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet2",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy a subset of an image set.",
- "snippet_tags": [
- "python.example_code.medical-imaging.CopyImageSet1",
- "python.example_code.medical-imaging.CopyImageSet3",
- "python.example_code.medical-imaging.CopyImageSet4"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Utility function to copy an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy an image set without a destination.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.without_destination"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an image set with a destination.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy a subset of an image set with a destination and force the copy.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.copyImageSetV3.with_destination_and_subsets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.copy_imageset.main"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Utility function to create copiable attributes.",
- "snippet_tags": [
- "medicalimaging.java2.copy_imageset.copiable_attributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CopyImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "CopyImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2572,160 +303,19 @@
{
"id": "medical-imaging_DeleteImageSet",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.deleteImageSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.delete_imageset.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.medical_imaging.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "DeleteImageSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2733,129 +323,19 @@
{
"id": "medical-imaging_TagResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2863,129 +343,19 @@
{
"id": "medical-imaging_UntagResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UntagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "UntagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2993,129 +363,19 @@
{
"id": "medical-imaging_ListTagsForResource",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3123,259 +383,19 @@
{
"id": "medical-imaging_Scenario_TaggingDataStores",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.tagging_datastore.arn",
- "python.example_code.medical-imaging.tagging_datastore.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.tagging.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.list_tags.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "medical-imaging.JavaScript.datastore.untag.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag a data store.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_datastores.datastore_arn",
- "medicalimaging.java2.tagging_datastores.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Tagging a &AHI; data store using an &AWS; SDK",
+ "languages": [],
+ "title": "Tagging a HealthImaging data store using an AWS SDK",
"title_abbrev": "Tagging a data store",
- "synopsis": "tag a &AHI; data store.",
+ "synopsis": "tag a HealthImaging data store.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource",
- "UntagResource",
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3383,259 +403,19 @@
{
"id": "medical-imaging_Scenario_TaggingImageSets",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.TagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.ListTagsForResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "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"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper",
- "python.example_code.medical-imaging.UntagResource"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the MedicalImagingWrapper object.\n",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.tagging.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.tagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.list_tags.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.listTagsForResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag an image set.",
- "snippet_tags": [
- "medical-imaging.JavaScript.imageset.untag.V3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medical-imaging.JavaScript.resource.unTagResourceV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "To tag an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.tag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for tagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.tag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To list tags for an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.list"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for listing a resource's tags.",
- "snippet_tags": [
- "medicalimaging.java2.list_tags_for_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "To untag an image set.",
- "snippet_tags": [
- "medicalimaging.java2.tagging_imagesets.datastore_arn",
- "medicalimaging.java2.tagging_imagesets.untag"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The utility function for untagging a resource.",
- "snippet_tags": [
- "medicalimaging.java2.untag_resource.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/medicalimaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Tagging a &AHI; image set using an &AWS; SDK",
+ "languages": [],
+ "title": "Tagging a HealthImaging image set using an AWS SDK",
"title_abbrev": "Tagging an image set",
- "synopsis": "tag a &AHI; image set.",
+ "synopsis": "tag a HealthImaging image set.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "ListTagsForResource",
- "UntagResource",
- "TagResource"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3643,295 +423,19 @@
{
"id": "medical-imaging_Scenario_ImageSetsAndFrames",
"file": "medical-imaging_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &CFN; stack with the necessary resources.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.createstack"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy DICOM files to the &S3; import bucket.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.copy-dicom-files"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the DICOM files to the &S3; data store.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.dicom-import",
- "cpp.example_code.medical_imaging.StartDICOMImportJob",
- "cpp.example_code.medical-imaging.image-sets-workflow.wait_import",
- "cpp.example_code.medical_imaging.GetDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image sets created by the DICOM import job.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.get_image_sets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get image frame information for image sets.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.get_image_frames",
- "cpp.example_code.medical_imaging.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download, decode and verify image frames.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.download_frames",
- "cpp.example_code.medical-imaging.image-sets-workflow.decode_and_check",
- "cpp.example_code.medical-imaging.image-sets-workflow.decode_jph",
- "cpp.example_code.medical-imaging.image-sets-workflow.verify_check_sum"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Clean up resources.",
- "snippet_tags": [
- "cpp.example_code.medical-imaging.image-sets-workflow.clean_up",
- "cpp.example_code.medical-imaging.image-sets-workflow.empty_data_store"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &CFN; stack with the necessary resources.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.deploy"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Copy DICOM files to the &S3; import bucket.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.copy"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Import the DICOM files to the &S3; data store.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.StartDICOMImportJob"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Get image sets created by the DICOM import job.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetImageSetsForImportJob",
- "python.example_code.medical-imaging.workflow.GetImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Get image frame information for image sets.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetImageFrames",
- "python.example_code.medical-imaging.workflow.GetImageSetMetadata"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Download, decode and verify image frames.",
- "snippet_tags": [
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.GetPixelData",
- "python.example_code.medical-imaging.workflow.downloadAndCheck"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Clean up resources.",
- "snippet_tags": [
- "python.example_code.medical-imaging.workflow.destroy",
- "python.example_code.medical-imaging.MedicalImagingWorkflowWrapper.decl",
- "python.example_code.medical-imaging.workflow.SearchImageSets",
- "python.example_code.medical-imaging.workflow.DeleteImageSet"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/medical-imaging/imaging_set_and_frames_workflow",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Orchestrate steps (index.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Deploy resources (deploy-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/deploy-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy DICOM files (dataset-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/dataset-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Start import into datastore (import-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/import-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get image set IDs (image-set-steps.js - ).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-set-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get image frame IDs (image-frame-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/image-frame-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Verify image frames (verify-steps.js). The &AWS; HealthImaging Pixel Data Verification library was used for verification.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/verify-steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Destroy resources (clean-up-steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/medical-imaging/scenarios/health-image-sets/clean-up-steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/medical-imaging",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get started with &AHI; image sets and image frames using an &AWS; SDK",
+ "languages": [],
+ "title": "Get started with HealthImaging image sets and image frames using an AWS SDK",
"title_abbrev": "Get started with image sets and image frames",
- "synopsis": "import DICOM files and download image frames in &AHI;.\n The implementation is structured as a command-line\n application.\n",
+ "synopsis": "import DICOM files and download image frames in HealthImaging.\n The implementation is structured as a command-line\n application.\n",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "medical-imaging": {
- "__set__": [
- "SearchImageSets",
- "GetImageSetMetadata",
- "GetImageFrame",
- "DeleteImageSet",
- "StartDICOMImportJob",
- "GetDICOMImportJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_medical-imaging_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Set up resources for a DICOM import.",
diff --git a/python/example_code/organizations/examples_catalog.json b/python/example_code/organizations/examples_catalog.json
index dd09bcb6245..88c0dce691a 100644
--- a/python/example_code/organizations/examples_catalog.json
+++ b/python/example_code/organizations/examples_catalog.json
@@ -3,89 +3,19 @@
{
"id": "organizations_CreatePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.CreatePolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.CreatePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "CreatePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -93,89 +23,19 @@
{
"id": "organizations_ListPolicies",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.ListPoliciesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.ListPolicies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "ListPolicies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -183,58 +43,19 @@
{
"id": "organizations_DescribePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DescribePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DescribePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -242,89 +63,19 @@
{
"id": "organizations_AttachPolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.AttachPolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.AttachPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AttachPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "AttachPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -332,89 +83,19 @@
{
"id": "organizations_DetachPolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.DetachPolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DetachPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetachPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DetachPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DetachPolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -422,89 +103,19 @@
{
"id": "organizations_DeletePolicy",
"file": "organizations_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Organizations.dotnetv3.DeletePolicyExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.organizations.DeletePolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/organizations",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "organizations": {
- "__set__": [
- "DeletePolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_organizations_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/pinpoint-sms-voice/examples_catalog.json b/python/example_code/pinpoint-sms-voice/examples_catalog.json
index 691b8196786..affbc0605c5 100644
--- a/python/example_code/pinpoint-sms-voice/examples_catalog.json
+++ b/python/example_code/pinpoint-sms-voice/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "pinpoint-sms-voice_SendVoiceMessage",
"file": "pinpoint-sms-voice_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.java2.send_voice_message.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_voice_message_sms_voice_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/pinpoint-sms-voice",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_voice_message_sms_voice_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/pinpoint-sms-voice",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendVoiceMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "pinpoint-sms-voice": {
- "__set__": [
- "SendVoiceMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint-sms-voice_example_pinpoint-sms-voice_SendVoiceMessage_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "2": {
- "actions_scenarios": {
- "pinpoint-sms-voice": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint-sms-voice_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/pinpoint/examples_catalog.json b/python/example_code/pinpoint/examples_catalog.json
index 14be9e9f600..e0ef008e693 100644
--- a/python/example_code/pinpoint/examples_catalog.json
+++ b/python/example_code/pinpoint/examples_catalog.json
@@ -3,285 +3,19 @@
{
"id": "pinpoint_SendMessages",
"file": "pinpoint_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.dotnet.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.dotnet.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "pinpoint.kotlin.send_email.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.java2.send_email.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message with CC values.",
- "snippet_tags": [
- "pinpoint.java2.send_emailcc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.java2.sendmsg.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send batch SMS messages.",
- "snippet_tags": [
- "pinpoint.java2.sendmsg.batch.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message with an existing email template.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_templated_email_message.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a text message with an existing SMS template.",
- "snippet_tags": [
- "pinpoint.python.pinpoint_send_templated_sms_message.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "pinpoint.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_email_message_v3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_sms_message_V3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send an email message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_email_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send an SMS message.",
- "snippet_tags": [
- "pinpoint.javascript.pinpoint_send_sms_message_api.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/pinpoint",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "pinpoint": {
- "__set__": [
- "SendMessages"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/pinpoint_example_pinpoint_SendMessages_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "pinpoint": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_pinpoint_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/polly/examples_catalog.json b/python/example_code/polly/examples_catalog.json
index 5a65c072c70..991847ba820 100644
--- a/python/example_code/polly/examples_catalog.json
+++ b/python/example_code/polly/examples_catalog.json
@@ -3,183 +3,19 @@
{
"id": "polly_DescribeVoices",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.describe_voice.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.DescribeVoicesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.describe-voices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.DescribeVoices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.describeVoices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeVoices",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "DescribeVoices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_DescribeVoices_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -187,90 +23,19 @@
{
"id": "polly_GetLexicon",
"file": "polly_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.GetLexiconExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.GetLexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetLexicon",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "GetLexicon"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetLexicon_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -278,183 +43,19 @@
{
"id": "polly_ListLexicons",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.list_icons.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.ListLexiconsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.ListLexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.list-lexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.listLexicons"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListLexicons",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "ListLexicons"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -462,121 +63,19 @@
{
"id": "polly_PutLexicon",
"file": "polly_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.PutLexiconExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.PutLexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.put-lexicon"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutLexicon",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "PutLexicon"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -584,191 +83,19 @@
{
"id": "polly_SynthesizeSpeech",
"file": "polly_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.java2.demo.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Polly.dotnetv3.SynthesizeSpeechExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Synthesize speech from text using speech marks with &POL; using an &AWS; SDK.",
- "snippet_tags": [
- "Polly.dotnetv3.SynthesizeSpeechMarksExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.Synthesize"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.ruby.synthesizeSpeech"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "polly.rust.synthesize-speech"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SynthesizeSpeech",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "SynthesizeSpeech"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -776,59 +103,19 @@
{
"id": "polly_GetSpeechSynthesisTask",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.GetSpeechSynthesisTask"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSpeechSynthesisTask",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "GetSpeechSynthesisTask"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -836,59 +123,19 @@
{
"id": "polly_StartSpeechSynthesisTask",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.polly.helper.PollyWrapper",
- "python.example_code.polly.StartSpeechSynthesisTask"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartSpeechSynthesisTask",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": [
- "StartSpeechSynthesisTask"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_StartSpeechSynthesisTask_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -896,47 +143,19 @@
{
"id": "polly_LipSync",
"file": "polly_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_PollyLipSync_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/polly",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a lip-sync application with &POL; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a lip-sync application with Amazon Polly using an AWS SDK",
"title_abbrev": "Create a lip-sync application",
- "synopsis": "create a lip-sync application with &POL;.",
+ "synopsis": "create a lip-sync application with Amazon Polly.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "polly": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_polly_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
index 2e9acf5d4d6..15f9fdbafa4 100644
--- a/python/example_code/rds/examples_catalog.json
+++ b/python/example_code/rds/examples_catalog.json
@@ -3,126 +3,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -130,64 +18,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -195,221 +26,19 @@
{
"id": "rds_Hello",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.HelloRds"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.rds.hello_rds.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_rds.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.rds.hello_rds"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds/hello_rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello-rds.list_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &RDS;",
- "title_abbrev": "Hello &RDS;",
- "synopsis": "get started using &RDS;.",
+ "languages": [],
+ "title": "Hello Amazon RDS",
+ "title_abbrev": "Hello Amazon RDS",
+ "synopsis": "get started using Amazon RDS.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -417,248 +46,19 @@
{
"id": "rds_CreateDBInstance",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.create_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.createDBInstance.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -666,248 +66,19 @@
{
"id": "rds_DeleteDBInstance",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.delete_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.delete_instance.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DeleteDBInstance"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.deleteDBInstance.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBInstance"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -915,279 +86,19 @@
{
"id": "rds_DescribeDBInstances",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDbInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.describe_instances.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listAllInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.describeDBInstances.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBInstances"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1195,218 +106,19 @@
{
"id": "rds_DescribeDBParameterGroups",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.desc_para_groups.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBParameterGroups1",
- "cpp.example_code.rds.DescribeDBParameterGroups2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBParameterGroups"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1414,186 +126,19 @@
{
"id": "rds_CreateDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.create_para_group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1601,186 +146,19 @@
{
"id": "rds_DeleteDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.del_paragroup.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DeleteDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1788,217 +166,19 @@
{
"id": "rds_DescribeDBParameters",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.get_paras.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBParameters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2006,186 +186,19 @@
{
"id": "rds_ModifyDBParameterGroup",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.mod_paras.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.ModifyDBParameterGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "ModifyDBParameterGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2193,248 +206,19 @@
{
"id": "rds_CreateDBSnapshot",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario.create_snapshot.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.createDatabaseSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.CreateDBSnapshot"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.rds.createDBSnapshot.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDBSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "CreateDBSnapshot"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2442,186 +226,19 @@
{
"id": "rds_DescribeDBSnapshots",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.ruby.listInstanceSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBSnapshots",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBSnapshots"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2629,186 +246,19 @@
{
"id": "rds_DescribeDBEngineVersions",
"file": "rds_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.java2.scenario_desc_engine.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeDBEngineVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeDBEngineVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeDBEngineVersions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2816,155 +266,19 @@
{
"id": "rds_DescribeOrderableDBInstanceOptions",
"file": "rds_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "RDS.dotnetv3.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.rds.DbInstances.struct",
- "gov2.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_decl",
- "python.example_code.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.client",
- "cpp.example_code.rds.DescribeOrderableDBInstanceOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOrderableDBInstanceOptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DescribeOrderableDBInstanceOptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeOrderableDBInstanceOptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2972,265 +286,19 @@
{
"id": "rds_Scenario_GetStartedInstances",
"file": "rds_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rds.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run multiple operations.",
- "snippet_tags": [
- "rds.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB instance actions.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB parameter groups.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapperParameterGroups"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for DB snapshot actions.",
- "snippet_tags": [
- "RDS.dotnetv3.RdsInstanceWrapperSnapshots"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/RDS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "gov2.rds.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &RDS; actions.",
- "snippet_tags": [
- "gov2.rds.DbInstances.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.rds.Scenario_GetStartedInstances"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define functions that are called by the scenario to manage &RDS; actions.",
- "snippet_tags": [
- "python.example_code.rds.helper.InstanceWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rds.client_configuration",
- "cpp.example_code.rds.get_started_instances"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rds",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "rds": {
- "__set__": [
- "DeleteDBInstance",
- "DescribeDBParameterGroups",
- "CreateDBSnapshot",
- "DescribeDBSnapshots",
- "ModifyDBParameterGroup",
- "DeleteDBParameterGroup",
- "CreateDBParameterGroup",
- "DescribeDBEngineVersions",
- "DescribeOrderableDBInstanceOptions",
- "DescribeDBInstances",
- "CreateDBInstance",
- "DescribeDBParameters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rds_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a custom DB parameter group and set parameter values.",
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
index 224cad12ebe..baaecc01bbe 100644
--- a/python/example_code/redshift/examples_catalog.json
+++ b/python/example_code/redshift/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "redshift_Hello",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "redshift.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &RS;",
- "title_abbrev": "Hello &RS;",
- "synopsis": "get started using &RS;.",
+ "languages": [],
+ "title": "Hello Amazon Redshift",
+ "title_abbrev": "Hello Amazon Redshift",
+ "synopsis": "get started using Amazon Redshift.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,201 +23,19 @@
{
"id": "redshift_CreateCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.CreateCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.kotlin.create_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.java2.create_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-create-clusterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.CreateCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "CreateCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_CreateCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -326,201 +43,19 @@
{
"id": "redshift_DeleteCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the cluster.",
- "snippet_tags": [
- "redshift.kotlin.delete_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the cluster.",
- "snippet_tags": [
- "redshift.java2.delete_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-delete-clusterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DeleteCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DeleteCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -528,201 +63,19 @@
{
"id": "redshift_DescribeClusters",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.DescribeClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Describe the cluster.",
- "snippet_tags": [
- "redshift.kotlin.describe_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Describe the cluster.",
- "snippet_tags": [
- "redshift.java2.describe_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Describe your clusters.",
- "snippet_tags": [
- "redshift.javascript.redshift-describe-clustersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.DescribeClusters"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeClusters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeClusters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeClusters_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -730,201 +83,19 @@
{
"id": "redshift_ModifyCluster",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.Imports",
- "gov2.redshift.ActionsStruct",
- "gov2.redshift.ModifyCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.kotlin.mod_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.java2.mod_cluster.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "redshift.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Modify a cluster.",
- "snippet_tags": [
- "redshift.javascript.redshift-modify-clustersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper",
- "python.example_code.redshift.ModifyCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift.RedshiftWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ModifyCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "ModifyCluster"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -932,98 +103,19 @@
{
"id": "redshift_DescribeStatement",
"file": "redshift_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "redshiftdata.java2.checkstatement.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper",
- "python.example_code.redshift_data.DescribeStatement"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftDataWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "DescribeStatement"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1031,98 +123,19 @@
{
"id": "redshift_GetStatementResult",
"file": "redshift_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Check the statement result.",
- "snippet_tags": [
- "redshiftdata.java2.getresults.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper",
- "python.example_code.redshift_data.GetStatementResult"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The following code instantiates the RedshiftDataWrapper object.\n",
- "snippet_tags": [
- "python.example_code.redshift_data.RedshiftDataWrapper.instantiation"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetStatementResult",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "GetStatementResult"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1130,157 +143,19 @@
{
"id": "redshift_Scenario",
"file": "redshift_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.redshift.BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &RS; features.",
- "snippet_tags": [
- "redshift.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &RS; SDK methods.",
- "snippet_tags": [
- "redshift.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.redshift.redshift_scenario.RedshiftScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Main function showing scenario implementation.",
- "snippet_tags": [
- "python.example_code.redshift.redshift_scenario.RedshiftScenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The wrapper functions used in the scenario.\n",
- "snippet_tags": [
- "python.example_code.redshift.CreateCluster",
- "python.example_code.redshift.DescribeClusters",
- "python.example_code.redshift_data.ExecuteStatement",
- "python.example_code.redshift_data.DescribeStatement",
- "python.example_code.redshift_data.GetStatementResult",
- "python.example_code.redshift.ModifyCluster",
- "python.example_code.redshift_data.ListDatabases",
- "python.example_code.redshift.DeleteCluster"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/redshift",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "redshift": {
- "__set__": [
- "ListDatabasesPaginator",
- "ExecuteStatement",
- "DescribeStatement",
- "DescribeClusters",
- "CreateCluster",
- "ModifyCluster",
- "GetStatementResult"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Scenario_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_redshift_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a Redshift cluster.",
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
index dc16a508f4b..614f58790d5 100644
--- a/python/example_code/rekognition/examples_catalog.json
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -3,143 +3,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -147,59 +25,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -208,24 +41,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -233,102 +49,8 @@
{
"id": "rekognition_DescribeCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DescribeCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.describe_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.describe_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DescribeCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -337,51 +59,12 @@
"url": "rekognition/latest/dg/describe-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DescribeCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -389,102 +72,8 @@
{
"id": "rekognition_DeleteCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DeleteCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.delete_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.delete_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DeleteCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,51 +82,12 @@
"url": "rekognition/latest/dg/delete-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DeleteCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -545,102 +95,8 @@
{
"id": "rekognition_IndexFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.AddFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.add_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.add_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.IndexFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "IndexFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -649,51 +105,12 @@
"url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "IndexFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -701,102 +118,8 @@
{
"id": "rekognition_ListFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.ListFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.list_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.list_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.ListFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -805,51 +128,12 @@
"url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "ListFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -857,79 +141,8 @@
{
"id": "rekognition_SearchFacesByImage",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.SearchFacesMatchingImageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.match_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.SearchFacesByImage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchFacesByImage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -938,43 +151,12 @@
"url": "rekognition/latest/dg/search-face-with-image-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "SearchFacesByImage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -982,79 +164,8 @@
{
"id": "rekognition_SearchFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.SearchFacesMatchingIdExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.search_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.SearchFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SearchFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1063,43 +174,12 @@
"url": "rekognition/latest/dg/search-face-with-id-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "SearchFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1107,102 +187,8 @@
{
"id": "rekognition_DeleteFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DeleteFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.delete_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.delete_faces_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.DeleteFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1211,51 +197,12 @@
"url": "rekognition/latest/dg/delete-faces-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DeleteFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1263,102 +210,8 @@
{
"id": "rekognition_CreateCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CreateCollectionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.create_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.create_collection.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.CreateCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1367,51 +220,12 @@
"url": "rekognition/latest/dg/create-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "CreateCollection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1419,102 +233,8 @@
{
"id": "rekognition_ListCollections",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.ListCollectionsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.list_collections.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.list_collections.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.ListCollections"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCollections",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1523,51 +243,12 @@
"url": "rekognition/latest/dg/list-collection-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "ListCollections"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1575,54 +256,8 @@
{
"id": "rekognition_Usage_FindFacesInCollection",
"file": "rekognition_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create classes that wrap &REKlong; functions.",
- "snippet_tags": [
- "python.example_code.rekognition.collection.imports",
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RekognitionImage.from_file",
- "python.example_code.rekognition.RekognitionCollectionManager",
- "python.example_code.rekognition.CreateCollection",
- "python.example_code.rekognition.ListCollections",
- "python.example_code.rekognition.RekognitionCollection",
- "python.example_code.rekognition.helper.to_dict",
- "python.example_code.rekognition.DescribeCollection",
- "python.example_code.rekognition.DeleteCollection",
- "python.example_code.rekognition.IndexFaces",
- "python.example_code.rekognition.ListFaces",
- "python.example_code.rekognition.SearchFaces",
- "python.example_code.rekognition.SearchFacesByImage",
- "python.example_code.rekognition.helper.RekognitionFace"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper classes to build a collection of faces from a set of images and then search for faces in the collection.",
- "snippet_tags": [
- "python.example_code.rekognition.Usage_FindFacesInCollection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Build an &REK; collection and find faces in it using an &AWS; SDK",
+ "languages": [],
+ "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
"title_abbrev": "Build a collection and find faces in it",
"synopsis": "",
"category": "Scenarios",
@@ -1631,28 +266,15 @@
"url": "rekognition/latest/dg/collections.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &REK; collection.",
+ "Create an Amazon Rekognition collection.",
"Add images to the collection and detect faces in it.",
"Search the collection for faces that match a reference image.",
"Delete a collection."
@@ -1662,110 +284,8 @@
{
"id": "rekognition_DetectFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Display bounding box information for all faces in an image.",
- "snippet_tags": [
- "Rekognition.dotnetv3.ImageOrientationBoundingBox"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1774,51 +294,12 @@
"url": "rekognition/latest/dg/faces-detect-images.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1826,102 +307,8 @@
{
"id": "rekognition_CompareFaces",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CompareFacesExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.compare_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.compare_faces.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.CompareFaces"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CompareFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -1930,51 +317,12 @@
"url": "rekognition/latest/dg/faces-comparefaces.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "CompareFaces"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1982,133 +330,8 @@
{
"id": "rekognition_DetectLabels",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectLabelsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detect labels in an image file stored on your computer.",
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectLabelsLocalFile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.rekognition.DetectLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2117,59 +340,12 @@
"url": "rekognition/latest/dg/labels-detect-labels-image.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectLabels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2177,102 +353,8 @@
{
"id": "rekognition_DetectModerationLabels",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectModerationLabelsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_mod_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_mod_labels.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectModerationLabels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectModerationLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2281,51 +363,12 @@
"url": "rekognition/latest/dg/procedure-moderate-images.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectModerationLabels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2333,102 +376,8 @@
{
"id": "rekognition_DetectText",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.DetectTextExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.detect_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.detect_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.DetectText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2437,51 +386,12 @@
"url": "rekognition/latest/dg/text-detecting-text-procedure.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "DetectText"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2489,102 +399,8 @@
{
"id": "rekognition_RecognizeCelebrities",
"file": "rekognition_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Rekognition.dotnetv3.CelebritiesInImageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.kotlin.recognize_celebs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rekognition.java2.recognize_celebs.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/rekognition/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RecognizeCelebrities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "RecognizeCelebrities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -2593,51 +409,12 @@
"url": "rekognition/latest/dg/celebrities-procedure-image.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": [
- "RecognizeCelebrities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_RecognizeCelebrities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2645,72 +422,8 @@
{
"id": "rekognition_Usage_DetectAndDisplayImage",
"file": "rekognition_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create classes to wrap &REKlong; functions.",
- "snippet_tags": [
- "python.example_code.rekognition.image_detection_imports",
- "python.example_code.rekognition.RekognitionImage",
- "python.example_code.rekognition.RekognitionImage.from_file",
- "python.example_code.rekognition.RekognitionImage.from_bucket",
- "python.example_code.rekognition.DetectFaces",
- "python.example_code.rekognition.DetectLabels",
- "python.example_code.rekognition.RecognizeCelebrities",
- "python.example_code.rekognition.CompareFaces",
- "python.example_code.rekognition.DetectModerationLabels",
- "python.example_code.rekognition.DetectText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create helper functions to draw bounding boxes and polygons.",
- "snippet_tags": [
- "python.example_code.rekognition.helper.imports",
- "python.example_code.rekognition.helper.show_bounding_boxes",
- "python.example_code.rekognition.helper.show_polygons"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create classes to parse objects returned by &REK;.",
- "snippet_tags": [
- "python.example_code.rekognition.helper.RekognitionFace",
- "python.example_code.rekognition.helper.RekognitionCelebrity",
- "python.example_code.rekognition.helper.RekognitionPerson",
- "python.example_code.rekognition.helper.RekognitionLabel",
- "python.example_code.rekognition.helper.RekognitionModerationLabel",
- "python.example_code.rekognition.helper.RekognitionText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper classes to detect elements in images and display their bounding boxes. The images used in this example can be found on GitHub along with instructions and more code.",
- "snippet_tags": [
- "python.example_code.rekognition.Usage_ImageDetection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect and display elements in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect and display elements in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect and display elements in images",
"synopsis": "",
"category": "Scenarios",
@@ -2719,28 +432,15 @@
"url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
},
"service_main": null,
- "services": {
- "rekognition": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_rekognition_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Detect elements in images by using &REK;.",
+ "Detect elements in images by using Amazon Rekognition.",
"Display images and draw bounding boxes around detected elements."
],
"source_key": null
diff --git a/python/example_code/route53-recovery-cluster/examples_catalog.json b/python/example_code/route53-recovery-cluster/examples_catalog.json
index 143ac7db19d..2bb1a0a3eb7 100644
--- a/python/example_code/route53-recovery-cluster/examples_catalog.json
+++ b/python/example_code/route53-recovery-cluster/examples_catalog.json
@@ -3,90 +3,19 @@
{
"id": "route53-recovery-cluster_GetRoutingControlState",
"file": "route53-recovery-cluster_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "route53_rec.java2.get_routing.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/route53recoverycluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
- "python.example_code.route53-recovery-cluster.GetRoutingControlState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/route53-recovery-cluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetRoutingControlState",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "route53-recovery-cluster": {
- "__set__": [
- "GetRoutingControlState"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_GetRoutingControlState_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -94,90 +23,19 @@
{
"id": "route53-recovery-cluster_UpdateRoutingControlState",
"file": "route53-recovery-cluster_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "route53_rec.java2.update_routing_state.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/route53recoverycluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.route53-recovery-cluster.helper.get_recovery_client",
- "python.example_code.route53-recovery-cluster.UpdateRoutingControlState"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/route53-recovery-cluster",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateRoutingControlState",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "route53-recovery-cluster": {
- "__set__": [
- "UpdateRoutingControlState"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/route53-recovery-cluster_example_route53-recovery-cluster_UpdateRoutingControlState_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "route53-recovery-cluster": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_route53-recovery-cluster_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/s3-directory-buckets/examples_catalog.json b/python/example_code/s3-directory-buckets/examples_catalog.json
index ff9a6c580c4..62afd298564 100644
--- a/python/example_code/s3-directory-buckets/examples_catalog.json
+++ b/python/example_code/s3-directory-buckets/examples_catalog.json
@@ -3,59 +3,19 @@
{
"id": "s3-directory-buckets_CreateSession",
"file": "s3-directory-buckets_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3_directory.S3ExpressWrapper.decl",
- "python.example_code.s3_directory.CreateSession"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3-directory-buckets",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSession",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3-directory-buckets": {
- "__set__": [
- "CreateSession"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_CreateSession_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,104 +23,19 @@
{
"id": "s3-directory-buckets_Scenario_ExpressBasics",
"file": "s3-directory-buckets_metadata.yaml",
- "languages": {
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.",
- "snippet_tags": [
- "php.example_code.s3.ExpressBasics",
- "php.example_code.s3.service.S3Service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3/express",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run a scenario demonstrating the basics of &S3; directory buckets and S3 Express One Zone.\n",
- "snippet_tags": [
- "python.example_code.s3.s3_express_basics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &S3; Express SDK functions.",
- "snippet_tags": [
- "python.example_code.s3_directory.S3ExpressWrapper.class"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3-directory-buckets/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3-directory-buckets": {
- "__set__": [
- "DeleteObject",
- "ListObjects",
- "DeleteBucket",
- "GetObject",
- "CopyObject",
- "PutObject",
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/s3-directory-buckets_example_s3-directory-buckets_Scenario_ExpressBasics_section.html"
},
- "sdk_pages": {
- "php": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3-directory-buckets_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3-directory-buckets": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3-directory-buckets_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Set up a VPC and VPC Endpoint.",
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
index bf602a05ece..4932ed1bdec 100644
--- a/python/example_code/s3/examples_catalog.json
+++ b/python/example_code/s3/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,55 +27,21 @@
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -145,143 +49,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -289,59 +71,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -350,24 +87,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -375,297 +95,19 @@
{
"id": "s3_Hello",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the CMakeLists.txt CMake file.",
- "snippet_tags": [
- "cpp.example_code.s3.hello_s3.cmake"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Code for the hello_s3.cpp source file.",
- "snippet_tags": [
- "cpp.example_code.s3.hello_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3/hello_s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.s3.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.basics.helloService"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.hello_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.s3-helloworld"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "S3ExampleError utilities.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.s3-example-error"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &S3;",
- "title_abbrev": "Hello &S3;",
- "synopsis": "get started using &S3;.",
+ "languages": [],
+ "title": "Hello Amazon S3",
+ "title_abbrev": "Hello Amazon S3",
+ "synopsis": "get started using Amazon S3.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListBuckets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -673,469 +115,19 @@
{
"id": "s3_CreateBucket",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object lock enabled.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.CreateBucketWithObjectLock"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.create_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket with default configuration.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object locking and wait for it to exist.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.create_bucket.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket.",
- "snippet_tags": [
- "s3.java2.create_bucket_waiters.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a bucket with object lock enabled.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.CreateBucketWithLockOptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.createBucketV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.createBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a bucket with default settings.",
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a versioned bucket with a lifecycle configuration.",
- "snippet_tags": [
- "s3.python.versioning.create_versioned_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.ruby.create_bucket_snippet.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.create_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.create_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.iecho",
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1143,501 +135,19 @@
{
"id": "s3_CopyObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnet35.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.CopyObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.copy_objects.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.CopyObject.ToBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.copy_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.copy_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to copy an object from one bucket to another. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.objectcopy.import",
- "s3.tm.java2.objectcopy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.copyObjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-none-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object using on condition it has been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-modified-since.js"
- ],
- "genai": "none"
- },
- {
- "description": "Copy the object using on condition it has not been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/copy-object-conditional-request-if-unmodified-since.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Simple copy of an object.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.copyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.CopyObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Copy an object.",
- "snippet_tags": [
- "s3.ruby.copy_object_between_buckets.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Copy an object and add server-side encryption to the destination object.",
- "snippet_tags": [
- "s3.ruby.copy_object_encrypt_copy.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.copy_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.copy_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CopyObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CopyObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1645,216 +155,19 @@
{
"id": "s3_DeleteBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_bucket_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.delete_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the bucket policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.deleteBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-delete-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.DeleteBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1862,404 +175,19 @@
{
"id": "s3_DeleteObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object in a non-versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteObjectExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete an object in a versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteObjectVersionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.service.deleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Roll an object back to a previous version by deleting later versions of the object.",
- "snippet_tags": [
- "s3.python.versioning.rollback_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Revive a deleted object by removing the object's active delete marker.",
- "snippet_tags": [
- "s3.python.versioning.revive_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a &LAM; handler that removes a delete marker from an S3 object. This handler can be used to efficiently clean up extraneous delete markers in a versioned bucket.",
- "snippet_tags": [
- "s3.python.lambda.remove_delete_marker"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deleteobjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2267,437 +195,19 @@
{
"id": "s3_DeleteObjects",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete all objects in an S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DeleteBucketContents"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete multiple objects in a non-versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteMultipleObjectsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete multiple objects in a versioned S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.DeleteMultipleVersionedObjectsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.delete_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.delete_many_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a set of objects from a list of keys.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.deleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a set of objects by using a list of object keys.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObjects_Keys"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Delete all objects in a bucket.",
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.DeleteObjects_All"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Permanently delete a versioned object by deleting all of its versions.",
- "snippet_tags": [
- "s3.python.versioning.permanently_delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete multiple objects.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deletemultipleobjectsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.deleteobjects.handler.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/DeleteObjects",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.s3.delete_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteObjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteObjects"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2705,121 +215,19 @@
{
"id": "s3_GetObjectAcl",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_object_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.get_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.GetObjectAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2827,216 +235,19 @@
{
"id": "s3_GetBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_bucket_policy.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.get_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.get_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the bucket policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.getBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-get-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.GetBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3044,542 +255,19 @@
{
"id": "s3_GetObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DownloadObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.GetObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.getobjectdata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Read data as a byte array using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjectdata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to download an object in an S3 bucket to a local file. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.downloadfile.import",
- "s3.tm.java2.downloadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Read tags that belong to an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjecttags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a URL for an object using an S3Client.",
- "snippet_tags": [
- "s3.java2.getobjecturl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object by using the S3Presigner client object using an S3Client.",
- "snippet_tags": [
- "presigned.java2.getobjectpresigned.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object by using a ResponseTransformer object and S3Client.",
- "snippet_tags": [
- "s3.java2.getobjectdata.transformer.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an object.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.getObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.GetObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Download the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.getobjectV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object on condition its ETag does not match the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-none-match.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object using on condition it has been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-modified-since.js"
- ],
- "genai": "none"
- },
- {
- "description": "Download the object using on condition it has not been created or modified in a given timeframe.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-unmodified-since.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-get-object",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get an object.",
- "snippet_tags": [
- "ruby.example_code.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get an object and report its server-side encryption state.",
- "snippet_tags": [
- "s3.ruby.determine_object_encryption_state.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.get_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.get_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.readfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3587,90 +275,19 @@
{
"id": "s3_GetBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3678,183 +295,19 @@
{
"id": "s3_GetObjectLegalHold",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.GetObjectLegalHold.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object legal hold.",
- "snippet_tags": [
- "python.example_code.s3.GetObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-legal-hold.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectLegalHold",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectLegalHold"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3862,183 +315,19 @@
{
"id": "s3_GetObjectLockConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.GetBucketObjectLockConfiguration.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.GetBucketObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.GetObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-lock-configuration.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the object lock configuration.",
- "snippet_tags": [
- "python.s3-object-locking.s3_GetObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetObjectLockConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObjectLockConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4046,121 +335,19 @@
{
"id": "s3_PutBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.manage_lifecycle.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4168,90 +355,19 @@
{
"id": "s3_DeleteBucketLifecycle",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.DeleteLifecycleExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketLifecycleConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketLifecycle",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketLifecycle"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4259,451 +375,19 @@
{
"id": "s3_ListObjectsV2",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-ListBucketContents"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List objects with a paginator.",
- "snippet_tags": [
- "S3.dotnetv3.ListObjectsPaginatorExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.list_objects.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.ListObjectsV2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.list_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.list_objects.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "List objects using pagination.",
- "snippet_tags": [
- "s3.java2.list_objects.pag.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List objects in a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.listObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.list_objects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List all of the objects in your bucket. If there is more than one object, IsTruncated and NextContinuationToken will be used to iterate over the full list.",
- "snippet_tags": [
- "s3.JavaScript.buckets.listObjectsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.list_objects_v2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.ListObjectsV2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListObjectsV2",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListObjectsV2"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -4711,535 +395,19 @@
{
"id": "s3_PutObject",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-UploadFile"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object with server-side encryption.",
- "snippet_tags": [
- "S3.dotnetv3.ServerSideEncryptionExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Put an object using a conditional request.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.PutObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_object.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object in a bucket by using the low-level API.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket by using a transfer manager.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.UploadObject"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.s3_object_upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a file to a bucket using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_upload.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use an S3TransferManager to upload a file to a bucket. View the complete file and test.",
- "snippet_tags": [
- "s3.tm.java2.uploadfile.import",
- "s3.tm.java2.uploadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set tags using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_manage_tags.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set metadata using an S3Client.",
- "snippet_tags": [
- "s3.java2.s3_object_upload.metadata.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object to a bucket and set an object retention value using an S3Client.",
- "snippet_tags": [
- "s3.java2.retention_object.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload an object to a bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.putObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object using a conditional request.",
- "snippet_tags": [
- "python.example_code.s3.helper.S3ConditionalRequests",
- "python.example_code.s3.PutObjectConditional"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.upload_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload the object.",
- "snippet_tags": [
- "s3.JavaScript.buckets.uploadV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the object on condition its ETag matches the one provided.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/get-object-conditional-request-if-match.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-new-bucket-2",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a file using a managed uploader (Object.upload_file).",
- "snippet_tags": [
- "s3.ruby.upload_files_using_managed_file_uploader.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file using Object.put.",
- "snippet_tags": [
- "s3.ruby.upload_files_using_put_object_method.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file using Object.put and add server-side encryption.",
- "snippet_tags": [
- "s3.ruby.s3_encrypt_file_upload.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.put_object"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3-smithy.swift.import",
- "s3.swift.basics.handler.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3-smithy.swift.import",
- "s3.swift.basics.handler.createfile"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5247,404 +415,19 @@
{
"id": "s3_DeleteBucket",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_Basics-DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.delete_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.bucket_deletion.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an empty bucket.",
- "snippet_tags": [
- "php.example_code.s3.basics.createClient",
- "php.example_code.s3.basics.deleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete the bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.deleteBucketV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-deleting-buckets",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.errecho",
- "aws-cli.bash-linux.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5652,154 +435,19 @@
{
"id": "s3_GetBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the CORS policy for the bucket.",
- "snippet_tags": [
- "s3.JavaScript.cors.getBucketCorsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-get-cors",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.GetBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5807,185 +455,19 @@
{
"id": "s3_PutBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.cors.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add a CORS rule.",
- "snippet_tags": [
- "s3.JavaScript.v3.cors.putBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-configuring-buckets.html#s3-example-configuring-buckets-put-cors",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.PutBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -5993,123 +475,19 @@
{
"id": "s3_DeleteBucketCors",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.DeleteCORS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.DeleteBucketCors"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketCorsWrapper",
- "ruby.example_code.s3.DeleteBucketCors",
- "ruby.example_code.s3.helper.end.BucketCorsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "DeleteBucketCors"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6117,183 +495,19 @@
{
"id": "s3_GetBucketAcl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.GetBucketACLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.get_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.GetBucketAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the ACL permissions.",
- "snippet_tags": [
- "s3.JavaScript.perms.getBucketAclV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-get-acl",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.get_acl_bucket.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetBucketAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6301,214 +515,19 @@
{
"id": "s3_PutBucketAcl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.PutBucketACLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.set_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.set_acl.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put the bucket ACL.",
- "snippet_tags": [
- "s3.JavaScript.perms.putBucketAclV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-access-permissions.html#s3-example-access-permissions-put-acl",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_bucket_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6516,186 +535,19 @@
{
"id": "s3_PutBucketPolicy",
"file": "s3_metadata.yaml",
- "languages": {
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_bucket_policy02.code",
- "s3.cpp.put_bucket_policy01.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.set_bucket_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.PutBucketPolicy"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Add the policy.",
- "snippet_tags": [
- "s3.JavaScript.policy.putBucketPolicyV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-bucket-policies.html#s3-example-bucket-policies-set-policy",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.helper.BucketPolicyWrapper",
- "ruby.example_code.s3.PutBucketPolicy",
- "ruby.example_code.s3.helper.end.BucketPolicyWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutBucketPolicy"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
},
- "sdk_pages": {
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6703,122 +555,19 @@
{
"id": "s3_HeadBucket",
"file": "s3_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.HeadBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "HeadBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "HeadBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -6826,309 +575,19 @@
{
"id": "s3_ListBuckets",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.java2.list.buckets.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.list_buckets.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.rust.list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List the buckets.",
- "snippet_tags": [
- "s3.JavaScript.buckets.listBucketsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-example-creating-buckets-list-buckets",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.listbuckets.ListBuckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListBuckets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListBuckets"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7136,90 +595,19 @@
{
"id": "s3_PutObjectAcl",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.helper.ObjectWrapper",
- "python.example_code.s3.PutObjectAcl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.cpp.put_object_acl.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectAcl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7227,183 +615,19 @@
{
"id": "s3_PutObjectLegalHold",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyObjectLegalHold.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-legal-hold.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object legal hold.",
- "snippet_tags": [
- "python.example_code.s3.PutObjectLegalHold"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectLegalHold",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectLegalHold"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7411,216 +635,19 @@
{
"id": "s3_PutObjectLockConfiguration",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.EnableObjectLockOnBucket.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyBucketDefaultRetention.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.EnableObjectLockOnBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyBucketDefaultRetention"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PubObjectLockConfiguration.EnableObjectLockOnBucket"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectLockConfiguration.ModifyDefaultBucketRetention"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Set the object lock configuration of a bucket.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-lock-configuration.js"
- ],
- "genai": "none"
- },
- {
- "description": "Set the default retention period of a bucket.",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-default-object-lock-configuration.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put object lock configuration.",
- "snippet_tags": [
- "python.s3-object-locking.s3_PutObjectLockConfiguration"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectLockConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectLockConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7628,183 +655,19 @@
{
"id": "s3_PutObjectRetention",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.javav2.ModifyObjectRetentionPeriod.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3LockWorkflow.dotnetv3.ModifyObjectRetentionPeriod"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ObjectLockScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.workflows.s3.ObjectLock.S3Actions.struct",
- "gov2.workflows.s3.ObjectLock.PutObjectRetention"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "gov2/workflows/s3_object_lock",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/actions/put-object-retention.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Put an object retention.",
- "snippet_tags": [
- "python.example_code.s3.PutObjectRetention"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/scenarios/object-locking",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "PutObjectRetention",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "PutObjectRetention"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -7812,337 +675,22 @@
{
"id": "s3_Scenario_UsingLargeFiles",
"file": "s3_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Call functions that transfer files to and from an S3 bucket using the S3TransferManager.",
- "snippet_tags": [
- "s3.tm.java2.downloadtodirectory.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an entire local directory.",
- "snippet_tags": [
- "s3.tm.java2.uploadadirectory.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a single file.",
- "snippet_tags": [
- "s3.tm.java2.uploadfile.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The code examples use the following imports.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3 Transfer Manager on top of the &AWS; CRT-based S3 client to transparently perform a multipart upload when the size of the content exceeds a threshold. The default threshold size is 8 MB.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.transferManager"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3Client API to perform a multipart upload.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.s3Client"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the S3AsyncClient API with multipart support enabled to perform a multipart upload.",
- "snippet_tags": [
- "s3.java2.performMultiPartUpload.s3AsyncClient"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Call functions that transfer files to and from an S3 bucket using the &S3; TransferUtility.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.GlobalUsings",
- "S3.dotnetv3.TransferUtilityBasics.Main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a single file.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.UploadSingleFileAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an entire local directory.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.UploadFullDirectoryAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download a single file.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.DownloadSingleFileAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download contents of an S3 bucket.",
- "snippet_tags": [
- "S3.dotnetv3.TransferUtilityBasics.DownloadS3DirectoryAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Track the progress of an upload using the TransferUtility.",
- "snippet_tags": [
- "S3.dotnetv3.TrackMPUUsingHighLevelAPIExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload an object with encryption.",
- "snippet_tags": [
- "S3.dotnetv3.SSECLowLevelMPUcopyObjectExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that use upload and download managers to break the data into parts and transfer them concurrently.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.struct",
- "gov2.s3.Upload",
- "gov2.s3.Download"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario that shows you how to use the upload and download managers in context.",
- "snippet_tags": [
- "gov2.s3.Scenario_LargeObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that transfer files using several of the available transfer manager settings. Use a callback class to write callback progress during file transfer.",
- "snippet_tags": [
- "S3.Python.s3_file_transfer.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Demonstrate the transfer manager functions and report results.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_FileTransfer_Demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/file_transfer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "rust.example_code.s3.large_files.scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Upload a large file.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.multipartupload"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download a large file.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.multipartdownload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Upload or download large files to and from &S3; using an &AWS; SDK",
+ "languages": [],
+ "title": "Upload or download large files to and from Amazon S3 using an AWS SDK",
"title_abbrev": "Upload or download large files",
- "synopsis": "upload or download large files to and from &S3;.",
+ "synopsis": "upload or download large files to and from Amazon S3.",
"category": "Scenarios",
"guide_topic": {
"title": "Uploading an object using multipart upload",
"url": "AmazonS3/latest/userguide/mpu-upload-object.html"
},
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8150,47 +698,19 @@
{
"id": "s3_Scenario_BatchObjectVersioning",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "scenario_S3BatchObjectVersioning_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/s3/s3_versioning",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Manage versioned &S3; objects in batches with a &LAM; function using an &AWS; SDK",
- "title_abbrev": "Manage versioned objects in batches with a &LAM; function",
- "synopsis": "manage versioned S3 objects in batches with a &LAM; function.",
+ "languages": [],
+ "title": "Manage versioned Amazon S3 objects in batches with a Lambda function using an AWS SDK",
+ "title_abbrev": "Manage versioned objects in batches with a Lambda function",
+ "synopsis": "manage versioned S3 objects in batches with a Lambda function.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8198,552 +718,19 @@
{
"id": "s3_Scenario_PresignedUrl",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a presigned URL that can perform an &S3; action for a limited time.",
- "snippet_tags": [
- "S3.dotnetv3.GenPresignedUrlExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a presigned URL and perform an upload using that URL.",
- "snippet_tags": [
- "S3.dotnetv3.UploadUsingPresignedURLExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "The following shows three example of how to create presigned URLs and use the URLs with\n HTTP client libraries:\n\n \n An HTTP GET request that uses the URL with three HTTP client libraries\n \n \n An HTTP PUT request with metadata in headers that uses the URL with three HTTP client\n libraries\n \n \n An HTTP PUT request with query parameters that uses the URL with one HTTP client\n library\n \n \n Generate a pre-signed URL for an object, then download it (GET request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download the object by using any one of the following three approaches.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use JDK HttpURLConnection
(since v1.1) class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.basichttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use JDK HttpClient
(since v11) class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.jdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; SDK for Java SdkHttpClient
class to do the download.",
- "snippet_tags": [
- "presigned.java2.generatepresignedgeturlandretrieve.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL with metadata in headers for an upload, then upload a file (PUT request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload a file object by using any one of the following three approaches.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the JDK HttpURLConnection
(since v1.1) class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.basichttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the JDK HttpClient
(since v11) class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.jdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithmetadata.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL with query parameters for an upload, then upload a file (PUT request).",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Imports.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.import"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate the URL.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.createpresignedurl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the &AWS; for Java V2 SdkHttpClient
class to do the upload.",
- "snippet_tags": [
- "presigned.java2.generatepresignedurlandputfilewithqueryparams.sdkhttpclient"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a presigned URL that can perform an S3 action for a limited time. Use the Requests package to make a request with the URL.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_GeneratePresignedUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a presigned POST request to upload a file.",
- "snippet_tags": [
- "python.example_code.s3.helper.BucketWrapper",
- "python.example_code.s3.Scenario_GeneratePresignedPost"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap S3 presigning actions.",
- "snippet_tags": [
- "gov2.s3.Presigner.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive example that generates and uses presigned URLs to upload, download, and delete an S3 object.",
- "snippet_tags": [
- "gov2.s3.Scenario_Presigning.imports",
- "gov2.s3.Scenario_Presigning"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define an HTTP request wrapper used by the example to make HTTP requests.",
- "snippet_tags": [
- "gov2.s3.IHttpRequester.helper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a presigned URL to upload an object to a bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.presignedurlv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a presigned URL to download an object from a bucket.",
- "snippet_tags": [
- "s3.JavaScript.buckets.getpresignedurlv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/s3-example-creating-buckets.html#s3-create-presigendurl",
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.ruby.upload_object_presigned_url.rb"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a GetObject
presigned request and use the URL to download an object.",
- "snippet_tags": [
- "s3.kotlin.presign_getObject.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a GetObject
presigned request with advanced options.",
- "snippet_tags": [
- "s3.kotlin.presign_getObjectMoreOptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a PutObject
presigned request and use it to upload an object.",
- "snippet_tags": [
- "s3.kotlin.presign_putObject.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": "sdk-for-kotlin/latest/developer-guide/presign-requests.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create presigning requests to GET S3 objects.",
- "snippet_tags": [
- "s3.rust.get-object-presigned"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create presigning requests to PUT S3 objects.",
- "snippet_tags": [
- "s3.rust.put-object-presigned"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Generate a pre-signed URL to download an object.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Download using libcurl.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.GetObjectDownload"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Generate a pre-signed URL to upload an object.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload using libcurl.",
- "snippet_tags": [
- "cpp.example_code.s3.presigned.PutObjectUpload"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.php.presigned_url.complete",
- "php.example_code.s3.service.S3Service"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a presigned URL for &S3; using an &AWS; SDK",
+ "languages": [],
+ "title": "Create a presigned URL for Amazon S3 using an AWS SDK",
"title_abbrev": "Create a presigned URL",
"synopsis": "create a presigned URL for Amazon S3 and upload an object.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -8751,72 +738,19 @@
{
"id": "s3_Scenario_ObjectVersioningUsage",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions that wrap S3 actions.",
- "snippet_tags": [
- "s3.python.versioning.create_versioned_bucket",
- "s3.python.versioning.rollback_object",
- "s3.python.versioning.revive_object",
- "s3.python.versioning.permanently_delete_object"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Upload the stanza of a poem to a versioned object and perform a series of actions on it.",
- "snippet_tags": [
- "python.example_code.s3.Scenario_ObjectVersions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_versioning",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Work with &S3; versioned objects using an &AWS; SDK",
+ "languages": [],
+ "title": "Work with Amazon S3 versioned objects using an AWS SDK",
"title_abbrev": "Work with versioned objects",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "CreateBucket",
- "DeleteObject",
- "ListObjectVersions",
- "PutBucketLifecycleConfiguration"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ObjectVersioningUsage_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a versioned S3 bucket.",
@@ -8830,556 +764,19 @@
{
"id": "s3_Scenario_GettingStarted",
"file": "s3_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "S3.dotnetv3.S3_BasicsScenario"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/S3_Basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "A scenario example.",
- "snippet_tags": [
- "s3.java2.s3_scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class that contains the operations.",
- "snippet_tags": [
- "s3.java2.s3_actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "First, import all the necessary modules.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.imports"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The preceding imports reference some helper utilities. These utilities are local to the GitHub repository linked at the start of this section. For your reference, see the following implementations of those utilities.",
- "snippet_tags": [
- "javascript.v3.utils.dirnameFromMetaUrl",
- "javascript.v3.utils.prompter",
- "javascript.v3.utils.wrapText"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Objects in S3 are stored in 'buckets'. Let's define a function for creating a new bucket.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.CreateBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Buckets contain 'objects'. This function uploads the contents of a directory to your bucket as objects.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.PutObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "After uploading objects, check to confirm that they were uploaded correctly. You can use ListObjects for that. You'll be using the 'Key' property, but there are other useful properties in the response also.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.ListObjects"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sometimes you might want to copy an object from one bucket to another. Use the CopyObject command for that.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.CopyObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "There's no SDK method for getting multiple objects from a bucket. Instead, you'll create a list of objects to download and iterate over them.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.GetObject"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "It's time to clean up your resources. A bucket must be empty before it can be deleted. These two functions empty and delete the bucket.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.clean"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The 'main' function pulls everything together. If you run this file directly the main function will be called.",
- "snippet_tags": [
- "javascript.v3.s3.scenarios.basic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.kotlin.s3_operations.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "php.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/s3/s3_basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Define a struct that wraps bucket and object actions used by the scenario.",
- "snippet_tags": [
- "gov2.s3.BucketBasics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run an interactive scenario that shows you how to work with S3 buckets and objects.",
- "snippet_tags": [
- "gov2.s3.Scenario_GetStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Code for the binary crate which runs the scenario.",
- "snippet_tags": [],
- "snippet_files": [
- "rustv1/examples/s3/src/bin/s3-getting-started.rs"
- ],
- "genai": "none"
- },
- {
- "description": "Common actions used by the scenario.",
- "snippet_tags": [
- "s3.rust.create_bucket",
- "s3.rust.upload_object",
- "s3.rust.download_object",
- "s3.rust.copy_object",
- "s3.rust.list_objects",
- "s3.rust.clear_bucket",
- "s3.rust.delete_bucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.s3.Scenario_GettingStarted"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.abapv1.getting_started_with_s3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.handler"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "s3.swift.import",
- "s3.swift.basics.example"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/s3/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.s3.getting_started_scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "The &S3; functions used in this scenario.",
- "snippet_tags": [
- "aws-cli.bash-linux.s3.CreateBucket",
- "aws-cli.bash-linux.s3.PutObject",
- "aws-cli.bash-linux.s3.GetObject",
- "aws-cli.bash-linux.s3.CopyObject",
- "aws-cli.bash-linux.s3.ListObjects",
- "aws-cli.bash-linux.s3.DeleteObjects",
- "aws-cli.bash-linux.s3.DeleteBucket"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/s3",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "ListObjectsV2",
- "DeleteBucket",
- "DeleteObjects",
- "PutObject",
- "CopyObject",
- "GetObject",
- "CreateBucket"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a bucket and upload a file to it.",
@@ -9393,170 +790,19 @@
{
"id": "s3_Scenario_ConditionalRequests",
"file": "s3_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &S3; conditional requests.",
- "snippet_tags": [
- "python.example_code.s3.S3ConditionalRequests.scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "A wrapper class that defines the conditional request operations.",
- "snippet_tags": [
- "python.example_code.s3.S3ConditionalRequests.wrapper"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/s3/scenarios/conditional_requests",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario demonstrating &S3; conditional request features.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.Scenario"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for S3 functions.",
- "snippet_tags": [
- "S3ConditionalRequests.dotnetv3.S3ActionsWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/S3/scenarios/S3ConditionalRequestsScenario",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Entrypoint for the workflow (index.js). This orchestrates all of the steps.\nVisit GitHub to see the implementation details for Scenario, ScenarioInput, ScenarioOutput, and ScenarioAction.\n",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/index.js"
- ],
- "genai": "none"
- },
- {
- "description": "Output welcome messages to the console (welcome.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/welcome.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Deploy buckets and objects (setup.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/setup.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Get, copy, and put objects using S3 conditional requests (repl.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/repl.steps.js"
- ],
- "genai": "none"
- },
- {
- "description": "Destroy all created resources (clean.steps.js).",
- "snippet_tags": [],
- "snippet_files": [
- "javascriptv3/example_code/s3/scenarios/conditional-requests/clean.steps.js"
- ],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/s3/scenarios/conditional-requests",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Make &S3; conditional requests using an &AWS; SDK",
+ "languages": [],
+ "title": "Make Amazon S3 conditional requests using an AWS SDK",
"title_abbrev": "Make conditional requests",
- "synopsis": "add preconditions to &S3; requests.",
+ "synopsis": "add preconditions to Amazon S3 requests.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "s3": {
- "__set__": [
- "GetObject",
- "CopyObject",
- "PutObject"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_s3_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
index fd6f2ce635e..678f52b627a 100644
--- a/python/example_code/scheduler/examples_catalog.json
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "scheduler_hello",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.HelloScheduler"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &EVS;",
- "title_abbrev": "Hello &EVS;",
- "synopsis": "get started using &EVS;.",
+ "languages": [],
+ "title": "Hello EventBridge Scheduler",
+ "title_abbrev": "Hello EventBridge Scheduler",
+ "synopsis": "get started using EventBridge Scheduler.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "ListSchedules"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "scheduler_CreateSchedule",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.create.schedule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.CreateSchedule"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.CreateSchedule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateSchedule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "CreateSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateSchedule_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "scheduler_CreateScheduleGroup",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.create.schedule.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.CreateScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.CreateScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateScheduleGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "CreateScheduleGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_CreateScheduleGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "scheduler_DeleteSchedule",
"file": "scheduler_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.DeleteSchedule"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.DeleteSchedule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.delete.schedule.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteSchedule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteSchedule_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "scheduler_DeleteScheduleGroup",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "scheduler.javav2.delete.schedule.group.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Scheduler.dotnetv3.DeleteScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.decl",
- "python.example_code.scheduler.DeleteScheduleGroup"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteScheduleGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteScheduleGroup"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_DeleteScheduleGroup_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,154 +103,26 @@
{
"id": "scheduler_ScheduledEventsScenario",
"file": "scheduler_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "scheduler.javav2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "scheduler.javav2.actions.main"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "Scheduler.dotnetv3.SchedulerWorkflow"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "Scheduler.dotnetv3.SchedulerWrapper"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/EventBridge Scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.scheduler.FeatureScenario"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "SchedulerWrapper class that wraps &EVlong; Scheduler actions.",
- "snippet_tags": [
- "python.example_code.scheduler.EventSchedulerWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/scheduler",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A complete &EVS; Scheduled Events scenario using an &AWS; SDK",
+ "languages": [],
+ "title": "A complete EventBridge Scheduler Scheduled Events scenario using an AWS SDK",
"title_abbrev": "Scheduled Events",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "scheduler": {
- "__set__": [
- "DeleteScheduleGroups",
- "CreateScheduleGroup",
- "CreateSchedule",
- "DeleteSchedule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_ScheduledEventsScenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_scheduler_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Deploy a &CFN; stack with required resources.",
- "Create a &EVS; schedule group.",
- "Create a one-time &EVS; schedule with a flexible time window.",
- "Create a recurring &EVS; schedule with a specified rate.",
- "Delete &EVS; the schedule and schedule group.",
+ "Deploy a CloudFormation stack with required resources.",
+ "Create a EventBridge Scheduler schedule group.",
+ "Create a one-time EventBridge Scheduler schedule with a flexible time window.",
+ "Create a recurring EventBridge Scheduler schedule with a specified rate.",
+ "Delete EventBridge Scheduler the schedule and schedule group.",
"Clean up resources and delete the stack."
],
"source_key": null
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
index fd1f20039b0..018e74f59c5 100644
--- a/python/example_code/secretsmanager/examples_catalog.json
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_AuroraRestLendingLibrary",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_AuroraRestLendingLibrary_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_rest_lending_library",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
+ "languages": [],
"title": "Create a lending library REST API",
"title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an &AURlong; database.",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "aurora": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "secrets-manager": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
@@ -46,16 +18,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_AuroraRestLendingLibrary_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,244 +26,19 @@
{
"id": "secrets-manager_GetSecretValue",
"file": "secrets-manager_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SecretsManager.dotnetv3.GetSecretValueExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SecretsManager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.kotlin.get_secret.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.java2.get_secret.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.GetSecretValue.full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "secretsmanager.rust.get-secret-value"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.secrets_manager.get_secret_value"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.secretsmanager.actions.GetSecretValue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/secrets-manager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSecretValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "secrets-manager": {
- "__set__": [
- "GetSecretValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -308,58 +46,19 @@
{
"id": "secrets-manager_BatchGetSecretValue",
"file": "secrets-manager_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.python.BatchGetSecretValue.full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/secretsmanager",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "BatchGetSecretValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "secrets-manager": {
- "__set__": [
- "BatchGetSecretValue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_secrets-manager_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
index 1649eb8b08c..ab1d2753126 100644
--- a/python/example_code/ses/examples_catalog.json
+++ b/python/example_code/ses/examples_catalog.json
@@ -3,126 +3,14 @@
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/AuroraItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RDSDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_PHP_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/aurora_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RDSDataTracker_JavaScriptV3_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RDSDataTracker_cpp_block.xml",
- "excerpts": [],
- "github": "cpp/example_code/cross-service/serverless-aurora",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &AUR; Serverless work item tracker",
- "title_abbrev": "Create an &AUR; Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an &AURlong; Serverless database and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "aurora",
- "services": {
- "aurora": {
- "__set__": []
- },
- "rds": {
- "__set__": []
- },
- "rds-data": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
@@ -130,64 +18,7 @@
"rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_csharp_3_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_java_2_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "php": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_php_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_python_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_javascript_3_topic.html"
- }
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RDSDataTracker_cpp_1_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -195,117 +26,20 @@
{
"id": "cross_DynamoDBDataTracker",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_DynamoDBDataTracker_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/DynamoDbItemTracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_DynamoDBDataTracker_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_DynamoDBDataTracker_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/dynamodb_item_tracker",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a web application to track &DDB; data",
- "title_abbrev": "Create a web application to track &DDB; data",
- "synopsis": "create a web application that tracks work items in an &DDBlong; table and uses &SESlong; (&SES;) to send reports.",
+ "languages": [],
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "dynamodb",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_csharp_3_topic.html"
- }
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_kotlin_1_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_DynamoDBDataTracker_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -313,143 +47,21 @@
{
"id": "cross_RekognitionPhotoAnalyzer",
"file": "cross_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": "cross_RekognitionPhotoAnalyzer_Kotlin_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionPhotoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Net_block.xml",
- "excerpts": [],
- "github": "dotnetv3/cross-service/PhotoAnalyzerApp",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionPhotoAnalyzer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/photo_analyzer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect objects in images with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses &REK; to detect objects by category in images.",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_kotlin_1_topic.html"
- }
- }
- },
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_java_2_topic.html"
- }
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_csharp_3_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionPhotoAnalyzer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -457,59 +69,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -518,24 +85,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -543,215 +93,19 @@
{
"id": "ses_SendEmail",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.SendEmailAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.sendmessage.request.main",
- "ses.java2.sendmessageattachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.email.sendEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.send_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "SendEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -759,183 +113,19 @@
{
"id": "ses_SendTemplatedEmail",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.SendTemplateEmailAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.sendmessage.template.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.email.sendTemplatedEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendTemplatedEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "SendTemplatedEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -943,90 +133,19 @@
{
"id": "ses_VerifyDomainIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyDomainIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.verifyDomainIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifyDomainIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyDomainIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1034,183 +153,19 @@
{
"id": "ses_VerifyEmailIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.VerifyEmailIdentityAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.verifyEmailIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.VerifyEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.send_verification"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "VerifyEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1218,121 +173,19 @@
{
"id": "ses_GetIdentityVerificationAttributes",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.GetIdentityStatusAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.GetIdentityVerificationAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.list_identities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetIdentityVerificationAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "GetIdentityVerificationAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1340,152 +193,19 @@
{
"id": "ses_DeleteIdentity",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.DeleteIdentityAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.DeleteIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.deleteIdentityV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteIdentity"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1493,214 +213,19 @@
{
"id": "ses_ListIdentities",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.ListIdentitiesAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.identities.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.identities.listIdentitiesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v1.list_identities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v1",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListIdentities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListIdentities"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1708,121 +233,19 @@
{
"id": "ses_CreateReceiptFilter",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.CreateReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.createReceiptFilterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptFilter",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptFilter"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1830,121 +253,19 @@
{
"id": "ses_ListReceiptFilters",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.ListReceiptFilters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.listReceiptFiltersV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.ListReceiptFilters"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListReceiptFilters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListReceiptFilters"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1952,121 +273,19 @@
{
"id": "ses_DeleteReceiptFilter",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.filters.deleteReceiptFilterV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptFilter"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptFilter",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptFilter"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptFilter_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2074,121 +293,19 @@
{
"id": "ses_CreateReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.CreateReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.createReceiptRuleSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2196,122 +313,19 @@
{
"id": "ses_CreateReceiptRule",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &S3; bucket where &SES; can put copies of incoming emails and create a rule that copies incoming email to the bucket for a specific list of recipients.",
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.helper.create_bucket_for_copy",
- "python.example_code.ses.CreateReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.createReceiptRuleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateReceiptRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2319,59 +333,19 @@
{
"id": "ses_DescribeReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DescribeReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DescribeReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2379,121 +353,19 @@
{
"id": "ses_DeleteReceiptRule",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.deleteReceiptRuleV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptRule"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptRule"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2501,121 +373,19 @@
{
"id": "ses_DeleteReceiptRuleSet",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesReceiptHandler",
- "python.example_code.ses.DeleteReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.rules.deleteReceiptRuleSetV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteReceiptRuleSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteReceiptRuleSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2623,152 +393,19 @@
{
"id": "ses_CreateTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.CreateEmailTemplateAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.CreateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.createTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.CreateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "CreateTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2776,152 +413,19 @@
{
"id": "ses_DeleteTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.DeleteEmailTemplateAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.DeleteTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.deleteTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.DeleteTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "DeleteTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2929,121 +433,19 @@
{
"id": "ses_GetTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.GetTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.getTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.GetTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "GetTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3051,152 +453,19 @@
{
"id": "ses_ListTemplates",
"file": "ses_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SES.dotnetv3.ListEmailTemplatesAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SES",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.java2.list.templates.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.ListTemplates"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.listTemplatesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTemplates",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "ListTemplates"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListTemplates_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3204,121 +473,19 @@
{
"id": "ses_UpdateTemplate",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.JavaScript.templates.updateTemplateV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "UpdateTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_ses_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3326,56 +493,19 @@
{
"id": "ses_Scenario_GenerateSmtpCredentials",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.python.ses_generate_smtp_credentials.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Generate credentials to connect to an &SES; SMTP endpoint",
+ "languages": [],
+ "title": "Generate credentials to connect to an Amazon SES SMTP endpoint",
"title_abbrev": "Generate credentials to connect to an SMTP endpoint",
- "synopsis": "generate credentials to connect to an &SES; SMTP endpoint.",
+ "synopsis": "generate credentials to connect to an Amazon SES SMTP endpoint.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3383,175 +513,44 @@
{
"id": "ses_Scenario_SendEmail",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Verify an email address with &SES; and send messages.",
- "snippet_tags": [
- "python.example_code.ses.Scenario_SendEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; identity actions.",
- "snippet_tags": [
- "python.example_code.ses.SesIdentity",
- "python.example_code.ses.VerifyDomainIdentity",
- "python.example_code.ses.VerifyEmailIdentity",
- "python.example_code.ses.helper.wait_until_identity_exists",
- "python.example_code.ses.GetIdentityVerificationAttributes",
- "python.example_code.ses.DeleteIdentity",
- "python.example_code.ses.ListIdentities"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; template actions.",
- "snippet_tags": [
- "python.example_code.ses.SesTemplate",
- "python.example_code.ses.CreateTemplate",
- "python.example_code.ses.DeleteTemplate",
- "python.example_code.ses.GetTemplate",
- "python.example_code.ses.ListTemplates",
- "python.example_code.ses.UpdateTemplate"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create functions to wrap &SES; email actions.",
- "snippet_tags": [
- "python.example_code.ses.SesDestination",
- "python.example_code.ses.SesMailSender",
- "python.example_code.ses.SendEmail",
- "python.example_code.ses.SendTemplatedEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Verify an email identity and send messages with &SES; using an &AWS; SDK",
+ "languages": [],
+ "title": "Verify an email identity and send messages with Amazon SES using an AWS SDK",
"title_abbrev": "Verify an email identity and send messages",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity",
- "CreateTemplate",
- "DeleteTemplate",
- "ListIdentities",
- "UpdateTemplate",
- "VerifyDomainIdentity",
- "ListTemplates",
- "SendTemplatedEmail",
- "SendEmail",
- "DeleteIdentity",
- "GetTemplate",
- "GetIdentityVerificationAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Add and verify an email address with &SES;.",
+ "Add and verify an email address with Amazon SES.",
"Send a standard email message.",
"Create a template and send a templated email message.",
- "Send a message by using an &SES; SMTP server."
+ "Send a message by using an Amazon SES SMTP server."
],
"source_key": null
},
{
"id": "ses_Scenario_ReplicateIdentities",
"file": "ses_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.python.ses_replicateidentities.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Copy &SES; email and domain identities from one &AWS; Region to another using an &AWS; SDK",
+ "languages": [],
+ "title": "Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK",
"title_abbrev": "Copy email and domain identities across Regions",
- "synopsis": "copy &SES; email and domain identities from one &AWS; Region to another. When domain identities are managed by &R53;, verification records are copied to the domain for the destination Region.",
+ "synopsis": "copy Amazon SES email and domain identities from one AWS Region to another. When domain identities are managed by Route 53, verification records are copied to the domain for the destination Region.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "ses": {
- "__set__": [
- "VerifyEmailIdentity",
- "ListIdentities",
- "VerifyDomainIdentity",
- "SetIdentityNotificationTopic",
- "VerifyDomainDkim"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ses_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sesv2/examples_catalog.json b/python/example_code/sesv2/examples_catalog.json
index 21713983381..4eab0c28016 100644
--- a/python/example_code/sesv2/examples_catalog.json
+++ b/python/example_code/sesv2/examples_catalog.json
@@ -3,153 +3,19 @@
{
"id": "sesv2_CreateContactList",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.create-contact-list"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateContactList"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -157,153 +23,19 @@
{
"id": "sesv2_CreateContact",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.create-contact"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContact"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateContact",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateContact"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -311,153 +43,19 @@
{
"id": "sesv2_ListContacts",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ses.rust.list-contacts"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.ListContacts"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListContacts",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "ListContacts"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -465,210 +63,19 @@
{
"id": "sesv2_SendEmail",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.SendEmail"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message.",
- "snippet_tags": [
- "ses.java2.sendmessage.sesv2.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sends a message using a template.",
- "snippet_tags": [
- "sesv2.java2.newsletter.SendEmail.template"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message to all members of the contact list.",
- "snippet_tags": [
- "ses.rust.send-email"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Sends a message to all members of the contact list using a template.",
- "snippet_tags": [
- "sesv2.rust.send-email.template"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.ses.v2.send_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/ses/v2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Sends a message to all members of the contact list.",
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.SendEmail.simple"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Sends a message to all members of the contact list using a template.",
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.SendEmail.template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendEmail",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "SendEmail"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -676,153 +83,19 @@
{
"id": "sesv2_CreateEmailIdentity",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-email-identity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -830,153 +103,19 @@
{
"id": "sesv2_CreateEmailTemplate",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "CreateEmailTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -984,153 +123,19 @@
{
"id": "sesv2_DeleteContactList",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteContactList"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-contact-list"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteContactList"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1138,153 +143,19 @@
{
"id": "sesv2_DeleteEmailIdentity",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteEmailIdentity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-email-identity"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1292,153 +163,19 @@
{
"id": "sesv2_DeleteEmailTemplate",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.delete-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "DeleteEmailTemplate"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1446,195 +183,19 @@
{
"id": "sesv2_NewsletterWorkflow",
"file": "sesv2_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run the scenario.",
- "snippet_tags": [
- "SESWorkflow.dotnetv3.NewsletterWorkflow"
- ],
- "snippet_files": [],
- "genai": "most"
- },
- {
- "description": "Wrapper for service operations.",
- "snippet_tags": [
- "SESWorkflow.dotnetv3.SESv2Wrapper"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "dotnetv3/SESv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.java2.newsletter.CreateContactList",
- "sesv2.java2.newsletter.CreateContact",
- "sesv2.java2.newsletter.ListContacts",
- "sesv2.java2.newsletter.SendEmail.template",
- "sesv2.java2.newsletter.CreateEmailIdentity",
- "sesv2.java2.newsletter.CreateEmailTemplate",
- "sesv2.java2.newsletter.DeleteContactList",
- "sesv2.java2.newsletter.DeleteEmailIdentity",
- "sesv2.java2.newsletter.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "javav2/example_code/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sesv2.SESv2Workflow.main",
- "python.example_code.sesv2.SESv2Workflow.decl",
- "python.example_code.sesv2.CreateContactList",
- "python.example_code.sesv2.CreateContact",
- "python.example_code.sesv2.ListContacts",
- "python.example_code.sesv2.SendEmail.simple",
- "python.example_code.sesv2.SendEmail.template",
- "python.example_code.sesv2.CreateEmailIdentity",
- "python.example_code.sesv2.CreateEmailTemplate",
- "python.example_code.sesv2.DeleteContactList",
- "python.example_code.sesv2.DeleteEmailIdentity",
- "python.example_code.sesv2.DeleteEmailTemplate"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "python/example_code/sesv2",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sesv2.rust.create-contact-list",
- "sesv2.rust.create-contact",
- "sesv2.rust.list-contacts",
- "sesv2.rust.send-email.template",
- "sesv2.rust.create-email-identity",
- "sesv2.rust.create-email-template",
- "sesv2.rust.delete-contact-list",
- "sesv2.rust.delete-email-identity",
- "sesv2.rust.delete-email-template"
- ],
- "snippet_files": [],
- "genai": "most"
- }
- ],
- "github": "rustv1/examples/ses",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "A complete &SESv2; Newsletter scenario using an &AWS; SDK",
+ "languages": [],
+ "title": "A complete Amazon SES v2 API Newsletter scenario using an AWS SDK",
"title_abbrev": "Newsletter scenario",
- "synopsis": "run the &SESv2; newsletter scenario.",
+ "synopsis": "run the Amazon SES v2 API newsletter scenario.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sesv2": {
- "__set__": [
- "SendEmail.template",
- "ListContacts",
- "CreateContactList",
- "CreateContact",
- "SendEmail.simple",
- "DeleteEmailTemplate",
- "DeleteEmailIdentity",
- "DeleteContactList",
- "CreateEmailTemplate",
- "CreateEmailIdentity"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sesv2_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
index ee1a47133a1..51e10c175cc 100644
--- a/python/example_code/sns/examples_catalog.json
+++ b/python/example_code/sns/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,70 +27,14 @@
{
"id": "cross_LambdaAPIGateway",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaAPIGateway_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaAPIGateway_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use &ABP; to invoke a &LAM; function",
- "title_abbrev": "Use &ABP; to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by &ABPlong;.",
+ "languages": [],
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "api-gateway": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
@@ -160,32 +42,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaAPIGateway_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -193,73 +50,14 @@
{
"id": "cross_LambdaScheduledEvents",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_LambdaScheduledEvents_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_LambdaScheduledEvents_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/lambda",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Use scheduled events to invoke a &LAM; function",
- "title_abbrev": "Use scheduled events to invoke a &LAM; function",
- "synopsis": "create an &LAMlong; function invoked by an &EVlong; scheduled event.",
+ "languages": [],
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "lambda",
- "services": {
- "cloudwatch-logs": {
- "__set__": []
- },
- "dynamodb": {
- "__set__": []
- },
- "eventbridge": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
@@ -268,32 +66,7 @@
"lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_java_2_topic.html"
- }
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_LambdaScheduledEvents_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -301,59 +74,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -362,24 +90,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -387,315 +98,19 @@
{
"id": "sns_ListSubscriptions",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.ListSNSSubscriptionsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.list_subscriptions.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.list_subscriptions.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.ListSubscriptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.ListSubscriptions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.listSubscriptionsByTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topicsgetttopicattributes",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.ListSubscriptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.showSubscription"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-subscriptions.html",
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.list_subscriptions"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListSubscriptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "ListSubscriptions"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -703,408 +118,19 @@
{
"id": "sns_ListTopics",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.ListSNSTopicsExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.list_topics.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.list_topics.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.ListTopics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.ListTopics.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.listTopicsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-listtopics",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.ListTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.showTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-show-topics.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.list-topics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.ListTopics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns/basics",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.list_topics"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTopics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "ListTopics"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1112,417 +138,19 @@
{
"id": "sns_CreateTopic",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a topic with a specific name.",
- "snippet_tags": [
- "SNS.dotnetv3.CreateSNSTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create a new topic with a name and specific FIFO and de-duplication attributes.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.create_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.CreateTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.CreateTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.createTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-createtopic",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.create_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-managing-topics.html#create-a-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.createTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-topic.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.create-topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.CreateTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.create_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1530,347 +158,19 @@
{
"id": "sns_DeleteTopic",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a topic by its topic ARN.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.delete_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.DeleteTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.DeleteTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.deleteTopicV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-managing-topics-deletetopic",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.delete_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.DeleteTopic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.delete_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "DeleteTopic"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1878,454 +178,19 @@
{
"id": "sns_Publish",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Publish a message to a topic.",
- "snippet_tags": [
- "SNS.dotnetv3.PublishToSNSTopicExample"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message to a topic with group, duplication, and attribute options.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.PublishWithOptions"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Apply the user's selections to the publish action.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.publish_to_topic.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message with an attribute.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes",
- "cpp.example_code.cross-service.topics_and_queues.publish_message_with_attributes2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.PublishTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.PublishTopic.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.topics.publishMessagesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message to a topic with group, duplication, and attribute options.",
- "snippet_tags": [
- "javascript.v3.wkflw.topicsandqueues.publish-messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-publishing-messages.html",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.publish_topic.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#publish-a-message-to-an-sns-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Publish a message with attributes so that a subscription can filter based on attributes.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_MessageAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Publish a message that takes different forms based on the protocol of the subscriber.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_MessageStructure"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.Ruby.sendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-send-message.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.rust.sns-hello-world"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.Publish"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.publish_to_topic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Publish",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Publish"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2333,214 +198,19 @@
{
"id": "sns_PublishTextSMS",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SNS.dotnetv3.SNSMessageExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.publish_sms.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.PublishTextSMS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.PublishTextSMS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.publish_text_SMS.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-sending-sms.html#publish-to-a-text-message-sms-message",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Publish_TextMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Publish an &SNS; SMS text message using an &AWS; SDK",
+ "languages": [],
+ "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
"title_abbrev": "Publish an SMS text message",
- "synopsis": "publish SMS messages using &SNS;.",
+ "synopsis": "publish SMS messages using Amazon SNS.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Publish"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2548,90 +218,19 @@
{
"id": "sns_SetSubscriptionAttributes",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.message_policy.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.SetSubscriptionAttributes"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SetSubscriptionAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "SetSubscriptionAttributes"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2639,534 +238,19 @@
{
"id": "sns_Subscribe",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "SNS.dotnetv3.TopicSubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a queue to a topic with optional filters.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SNS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_email.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a mobile application to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_app.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.cpp.subscribe_lamda.code"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an SQS queue to a topic.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue1",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue2"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe with a filter to a topic.",
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.attribute_declare",
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sns_client",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter",
- "cpp.example_code.cross-service.topics_and_queues.subscribe_queue_with_filter2"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe a queue to a topic with optional filters.",
- "snippet_tags": [
- "gov2.sns.SnsActions.struct",
- "gov2.sns.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.kotlin.SubscribeEmail.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.kotlin.SubscribeLambda.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.SubscribeEmail.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an HTTP endpoint to a topic.",
- "snippet_tags": [
- "sns.java2.SubscribeHTTPS.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.java2.SubscribeLambda.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeEmailV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a mobile application to a topic.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeAppV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a &LAM; function to a topic.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.subscribeLambdaV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an SQS queue to a topic.",
- "snippet_tags": [
- "javascript.v3.sns.actions.subscribe-queue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe with a filter to a topic.",
- "snippet_tags": [
- "javascript.v3.sns.actions.subscribe-queue-filtered"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-subscribing-email",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.php.subscribe_email.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe an HTTP endpoint to a topic.",
- "snippet_tags": [
- "sns.php.subscribe_HTTPS.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Subscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.Ruby.createSubscription"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sns",
- "sdkguide": "sdk-for-ruby/v3/developer-guide/sns-example-create-subscription.html",
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.rust.sns-hello-world"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "swift.sns.SubscribeEmail"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Subscribe a phone number to a topic to receive notifications by SMS.",
- "snippet_tags": [
- "swift.sns.SubscribeSMS"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Subscribe an email address to a topic.",
- "snippet_tags": [
- "sns.abapv1.subscribe_email"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Subscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Subscribe"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3174,315 +258,19 @@
{
"id": "sns_Unsubscribe",
"file": "sns_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Unsubscribe from a topic by a subscription ARN.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.cpp.unsubscribe.code"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.kotlin.Unsubscribe.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.java2.Unsubscribe.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client in a separate module and export it.",
- "snippet_tags": [
- "sns.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Import the SDK and client modules and call the API.",
- "snippet_tags": [
- "sns.JavaScript.subscriptions.unsubscribeV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sns",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sns-examples-managing-topics.html#sns-examples-unsubscribing",
- "more_info": []
- }
- ]
- },
- "PHP": {
- "name": "PHP",
- "property": "php",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.php.unsubscribe.complete"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "php/example_code/sns",
- "sdkguide": "sdk-for-php/v3/developer-guide/sns-examples-subscribing-unsubscribing-topics.html#unsubscribe-from-a-topic",
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sns.SnsWrapper",
- "python.example_code.sns.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sns.Unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sns.abapv1.unsubscribe"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Unsubscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "Unsubscribe"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "php": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/php_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3490,130 +278,20 @@
{
"id": "sns_PublishFifoTopic",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
- "snippet_tags": [
- "sns.java2.PriceUpdateExample.display"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
- "snippet_tags": [
- "python.example_code.sns.Scenario_SubscribeFifoTopic",
- "python.example_code.sns.FifoTopicWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
- "snippet_tags": [
- "sns.abapv1.publish_message_to_fifo_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
"title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic",
- "Subscribe",
- "Publish"
- ]
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
index 43c6635c2a8..0b70c1a9eeb 100644
--- a/python/example_code/sqs/examples_catalog.json
+++ b/python/example_code/sqs/examples_catalog.json
@@ -3,42 +3,14 @@
{
"id": "cross_StepFunctionsMessenger",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_StepFunctionsMessenger_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/stepfunctions_messenger",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create a messenger application with &SFN;",
+ "languages": [],
+ "title": "Create a messenger application with Step Functions",
"title_abbrev": "Create a messenger application",
- "synopsis": "create an &SFNlong; messenger application that retrieves message records from a database table.",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "sfn",
- "services": {
- "dynamodb": {
- "__set__": []
- },
- "lambda": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "sfn": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
@@ -46,16 +18,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
"sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_StepFunctionsMessenger_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -63,59 +26,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -124,24 +42,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -149,59 +50,14 @@
{
"id": "cross_RekognitionVideoDetection",
"file": "cross_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": "cross_RekognitionVideoAnalyzer_Java_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_RekognitionVideoDetection_Python_block.xml",
- "excerpts": [],
- "github": "python/example_code/rekognition",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect people and objects in a video with &REK; using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
"title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with &REK;.",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "rekognition",
- "services": {
- "rekognition": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "ses": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
@@ -210,24 +66,7 @@
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_java_2_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_RekognitionVideoDetection_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -235,130 +74,20 @@
{
"id": "sns_PublishFifoTopic",
"file": "sns_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "This example \n \n creates an &SNS; FIFO topic, two &SQS; FIFO queues, and one Standard queue.\n \n \n subscribes the queues to the topic and publishes a message to the topic.\n \n\n The test verifies the receipt of the message to each queue. The complete example also shows the addition of access policies and deletes the resources at\n the end.",
- "snippet_tags": [
- "sns.java2.PriceUpdateExample.display"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SNS; FIFO topic, subscribe &SQS; FIFO and standard queues to the topic, and publish a message to the topic.",
- "snippet_tags": [
- "python.example_code.sns.Scenario_SubscribeFifoTopic",
- "python.example_code.sns.FifoTopicWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a FIFO topic, subscribe an &SQS; FIFO queue to the topic, and publish a message to an &SNS; topic.",
- "snippet_tags": [
- "sns.abapv1.publish_message_to_fifo_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sns",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and publish to a FIFO &SNS; topic using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
"title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO &SNS; topic.",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sns": {
- "__set__": [
- "CreateTopic",
- "Subscribe",
- "Publish"
- ]
- },
- "sqs": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sns_code_examples.html#scenarios",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -366,394 +95,19 @@
{
"id": "sqs_CreateQueue",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a queue with a specific name.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue and send a message to it.",
- "snippet_tags": [
- "SQS.dotnetv3.CreateSendExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.create_queue.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.abapv1.create_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue that waits for a message to arrive.",
- "snippet_tags": [
- "sqs.abapv1.long_polling_on_create_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.createQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue with long polling.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.createQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; standard queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.createQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create an &SQS; queue that waits for a message to arrive.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.createQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-create-queue",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.CreateQueue.config",
- "cpp.example_code.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.CreateQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "CreateQueue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -761,237 +115,19 @@
{
"id": "sqs_GetQueueUrl",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "SQS.dotnetv3.GetQueueUrlExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.get_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.GetQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.get_queue_url"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the URL for an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.getQueueUrlV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get the URL for an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.getQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-get-queue-url",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.GetQueueUrl.config",
- "cpp.example_code.sqs.GetQueueUrl"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetQueueUrl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "GetQueueUrl"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -999,361 +135,19 @@
{
"id": "sqs_ListQueues",
"file": "sqs_metadata.yaml",
- "languages": {
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.list_queues.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.list_queues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.ShowQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Retrieve the first &SQS; queue listed in the Region.",
- "snippet_tags": [
- "sqs.rust.sqs-list-first"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.list_queues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List your &SQS; queues.",
- "snippet_tags": [
- "sqs.JavaScript.queues.listQueuesV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "List your &SQS; queues.",
- "snippet_tags": [
- "sqs.JavaScript.queues.listQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-listing-queues",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.ListQueues.config",
- "cpp.example_code.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.ListQueues"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListQueues",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "ListQueues"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
},
- "sdk_pages": {
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1361,362 +155,19 @@
{
"id": "sqs_DeleteQueue",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a queue by using its URL.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.del_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.delete_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.delete_queue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.deleteQueueV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.queues.deleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-using-queues.html#sqs-examples-using-queues-delete-queue",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.DeleteQueue.config",
- "cpp.example_code.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.DeleteQueue"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteQueue"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1724,338 +175,19 @@
{
"id": "sqs_SendMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &SQS; queue and send a message to it.",
- "snippet_tags": [
- "SQS.dotnetv3.CreateSendExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.send_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Two examples of the SendMessage
operation follow: \n \n Send a message with a body and a delay\n \n \n Send a message with a body and message attributes\n \n Send a message with a body and a delay.",
- "snippet_tags": [
- "sqs.java2.send_recieve_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Send a message with a body and message attributes.",
- "snippet_tags": [
- "sqs.java2.message_attributes.create"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.rust.sqs-send"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.abapv1.send_message"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a message to an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.sendMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Send a message to an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.sendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-sending",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.SendMessage.config",
- "cpp.example_code.sqs.SendMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "SendMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2063,120 +195,19 @@
{
"id": "sqs_SendMessageBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.send__multiple_messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.SendMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.SendMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "SendMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2184,417 +215,19 @@
{
"id": "sqs_ReceiveMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive messages from a queue by using its URL.",
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue, and then delete the message.",
- "snippet_tags": [
- "SQS.dotnetv3.ReceiveDeleteExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.get_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.retrieve_messages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.example_code.sqs.ReceiveMessages"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.rust.sqs-receive"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue.",
- "snippet_tags": [
- "sqs.abapv1.receive_message"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.abapv1.long_polling_on_msg_receipt"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue using long-poll support.",
- "snippet_tags": [
- "sqs.JavaScript.longPoll.receiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-enable-long-polling.html#sqs-examples-enable-long-polling-on-receive-message",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.ReceiveMessage.config",
- "cpp.example_code.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.ReceiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ReceiveMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "ReceiveMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2602,237 +235,19 @@
{
"id": "sqs_DeleteMessage",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive a message from an &SQS; queue and then delete the message.",
- "snippet_tags": [
- "SQS.dotnetv3.ReceiveDeleteExample"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/SQS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.kotlin.del_messages.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.java2.sqs_example.delete_message"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive and delete &SQS; messages.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Receive and delete &SQS; messages.",
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sqs",
- "sdkguide": "sdk-for-javascript/v2/developer-guide/sqs-examples-send-receive-messages.html#sqs-examples-send-receive-messages-receiving",
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.sqs.DeleteMessage.config",
- "cpp.example_code.sqs.DeleteMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteMessage"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -2840,216 +255,19 @@
{
"id": "sqs_DeleteMessageBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "TopicsAndQueues.dotnetv3.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/cross-service/TopicsAndQueues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Go": {
- "name": "Go",
- "property": "go",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "gov2.sqs.SqsActions.struct",
- "gov2.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "gov2/workflows/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "cpp.example_code.cross-service.topics_and_queues.config",
- "cpp.example_code.cross-service.topics_and_queues.sqs_client",
- "cpp.example_code.cross-service.topics_and_queues.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/cross-service/topics_and_queues",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sqs.JavaScript.messages.receiveMessageV3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "swift.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "go": {
- "2": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/go_2_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sqs_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -3057,76 +275,22 @@
{
"id": "sqs_Scenario_SendReceiveBatch",
"file": "sqs_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create functions to wrap &SQS; message functions.",
- "snippet_tags": [
- "python.example_code.sqs.message_wrapper_imports",
- "python.example_code.sqs.SendMessageBatch",
- "python.example_code.sqs.ReceiveMessage",
- "python.example_code.sqs.DeleteMessageBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Use the wrapper functions to send and receive messages in batches.",
- "snippet_tags": [
- "python.example_code.sqs.Scenario_SendReceiveBatch"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sqs",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Send and receive batches of messages with &SQS; using an &AWS; SDK",
+ "languages": [],
+ "title": "Send and receive batches of messages with Amazon SQS using an AWS SDK",
"title_abbrev": "Send and receive batches of messages",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sqs": {
- "__set__": [
- "DeleteQueue",
- "DeleteMessageBatch",
- "ReceiveMessage",
- "CreateQueue",
- "SendMessageBatch"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sqs_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &SQS; queue.",
+ "Create an Amazon SQS queue.",
"Send batches of messages to the queue.",
"Receive batches of messages from the queue.",
"Delete batches of messages from the queue."
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
index f5a2055af14..3bd37df7166 100644
--- a/python/example_code/ssm/examples_catalog.json
+++ b/python/example_code/ssm/examples_catalog.json
@@ -3,120 +3,19 @@
{
"id": "ssm_Hello",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.Hello"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &SYS;",
- "title_abbrev": "Hello &SYS;",
- "synopsis": "get started using &SYS;.",
+ "languages": [],
+ "title": "Hello Systems Manager",
+ "title_abbrev": "Hello Systems Manager",
+ "synopsis": "get started using Systems Manager.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "ListDocuments"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -124,121 +23,19 @@
{
"id": "ssm_CreateOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createOpsItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.CreateOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -246,121 +43,19 @@
{
"id": "ssm_UpdateMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.update_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.updateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.UpdateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "UpdateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -368,121 +63,19 @@
{
"id": "ssm_CreateMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.CreateMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -490,121 +83,19 @@
{
"id": "ssm_SendCommand",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.send_command.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.sendCommand"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.SendCommand"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "SendCommand",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "SendCommand"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -612,90 +103,19 @@
{
"id": "ssm_ListCommandInvocations",
"file": "ssm_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.listCommandInvocations"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.ListCommandInvocations"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListCommandInvocations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "ListCommandInvocations"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -703,121 +123,19 @@
{
"id": "ssm_CreateDocument",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.create_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.createDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.CreateDocument"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -825,121 +143,19 @@
{
"id": "ssm_DescribeOpsItems",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.describe_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.describeOpsItems"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.DescribeOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeOpsItems",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DescribeOpsItems"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DescribeOpsItems_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -947,59 +163,19 @@
{
"id": "ssm_DeleteOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.DeleteOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1007,121 +183,19 @@
{
"id": "ssm_DeleteMaintenanceWindow",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.delete_window.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.deleteMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.decl",
- "python.example_code.ssm.DeleteMaintenanceWindow"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1129,121 +203,19 @@
{
"id": "ssm_DeleteDocument",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.delete_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.deleteDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.decl",
- "python.example_code.ssm.DeleteDocument"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "DeleteDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1251,121 +223,19 @@
{
"id": "ssm_UpdateOpsItem",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.Java2.resolve_ops.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.updateOpsItem"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.decl",
- "python.example_code.ssm.UpdateOpsItem"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "UpdateOpsItem"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1373,158 +243,19 @@
{
"id": "ssm_Scenario",
"file": "ssm_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "A wrapper class for &SYS; SDK methods.",
- "snippet_tags": [
- "ssm.java2.actions.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ssm.JavaScript.Basics.scenario"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "javascriptv3/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.ssm.Scenario_GetStartedSSM"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps document and command actions.",
- "snippet_tags": [
- "python.example_code.ssm.DocumentWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps ops item actions.",
- "snippet_tags": [
- "python.example_code.ssm.OpsItemWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- },
- {
- "description": "Define a class that wraps maintenance window actions.",
- "snippet_tags": [
- "python.example_code.ssm.MaintenanceWindowWrapper.class"
- ],
- "snippet_files": [],
- "genai": "some"
- }
- ],
- "github": "python/example_code/ssm",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "ssm": {
- "__set__": [
- "CreateOpsItem",
- "ListCommandInvocations",
- "DeleteMaintenanceWindow",
- "SendCommand",
- "CreateDocument",
- "UpdateOpsItem",
- "CreateMaintenanceWindow"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_ssm_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Create a maintenance window.",
diff --git a/python/example_code/sts/examples_catalog.json b/python/example_code/sts/examples_catalog.json
index af3461639fc..2d97e5f3f84 100644
--- a/python/example_code/sts/examples_catalog.json
+++ b/python/example_code/sts/examples_catalog.json
@@ -3,340 +3,19 @@
{
"id": "sts_AssumeRole",
"file": "sts_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "STS.dotnetv3.AssumeRoleMessage"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/STS",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Assume an &IAM; role that requires an MFA token and use temporary credentials to list &S3; buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Ruby": {
- "name": "Ruby",
- "property": "ruby",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "ruby.sts.AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "ruby/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create the client.",
- "snippet_tags": [
- "javascript.v3.sts.client"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Assume the &IAM; role.",
- "snippet_tags": [
- "javascript.v3.sts.actions.AssumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/sts",
- "sdkguide": null,
- "more_info": []
- },
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.JavaScript.assumeRole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascript/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "C++": {
- "name": "C++",
- "property": "cpp",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.cpp.assume_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "cpp/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.java2.assume_role.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Swift": {
- "name": "Swift",
- "property": "swift",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.swift.import",
- "iam.swift.basics.sts.assumerole"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "swift/example_code/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Rust": {
- "name": "Rust",
- "property": "rust",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "sts.rust.assume_role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "rustv1/examples/sts/",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Bash": {
- "name": "Bash",
- "property": "bash",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "aws-cli.bash-linux.iam.iecho",
- "aws-cli.bash-linux.iam.errecho",
- "aws-cli.bash-linux.sts.assume-role"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "aws-cli/bash-linux/iam",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AssumeRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_AssumeRole_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "ruby": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/ruby_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- },
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "cpp": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/cpp_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "swift": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/swift_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "rust": {
- "1": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/rust_1_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "bash": {
- "2": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/bash_2_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -344,58 +23,19 @@
{
"id": "sts_GetSessionToken",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Get a session token by passing an MFA token and use it to list &S3; buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetSessionToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "GetSessionToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_GetSessionToken_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -403,94 +43,23 @@
{
"id": "sts_Scenario_AssumeRoleMfa",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to list S3 buckets. The user has rights only to assume the role.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Show that assuming the role without an MFA token is not allowed.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_access_denied"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Assume the role that grants permission to list S3 buckets, passing the required MFA token, and show that buckets can be listed.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_AssumeRoleMfa_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Assume an &IAM; role that requires an MFA token with &STS; using an &AWS; SDK",
- "title_abbrev": "Assume an &IAM; role that requires an MFA token",
- "synopsis": "assume a role that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "languages": [],
+ "title": "Assume an IAM role that requires an MFA token with AWS STS using an AWS SDK",
+ "title_abbrev": "Assume an IAM role that requires an MFA token",
+ "synopsis": "assume a role that requires an MFA token. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_AssumeRoleMfa_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants permission to list &S3; buckets.",
- "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Create an IAM role that grants permission to list Amazon S3 buckets.",
+ "Create an IAM user that has permission to assume the role only when MFA credentials are provided.",
"Register an MFA device for the user.",
"Assume the role and use temporary credentials to list S3 buckets."
],
@@ -499,86 +68,23 @@
{
"id": "sts_Scenario_ConstructFederatedUrl",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create a role that grants read-only access to the current account's S3 resources.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get a security token from the &AWS; federation endpoint and construct a URL that can be used to access the console with federated credentials.",
- "snippet_tags": [
- "iam.python.construct_federated_url"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_ConstructFederatedUrl_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Construct a URL with &STS; for federated users using an &AWS; SDK",
+ "languages": [],
+ "title": "Construct a URL with AWS STS for federated users using an AWS SDK",
"title_abbrev": "Construct a URL for federated users",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "AssumeRole"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_ConstructFederatedUrl_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants read-only access to the current account's &S3; resources.",
- "Get a security token from the &AWS; federation endpoint.",
+ "Create an IAM role that grants read-only access to the current account's Amazon S3 resources.",
+ "Get a security token from the AWS federation endpoint.",
"Construct a URL that can be used to access the console with federated credentials."
],
"source_key": null
@@ -586,86 +92,23 @@
{
"id": "sts_Scenario_SessionTokenMfa",
"file": "sts_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Create an &IAM-user;, register an MFA device, and create a role that grants permission to let the user list S3 buckets only when MFA credentials are used.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_setup"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Get temporary session credentials by passing an MFA token, and use the credentials to list S3 buckets for the account.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_list_buckets"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Destroy the resources created for the demo.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_teardown"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Run this scenario by using the previously defined functions.",
- "snippet_tags": [
- "python.example_code.sts.Scenario_SessionTokenMfa_demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/sts",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Get a session token that requires an MFA token with &STS; using an &AWS; SDK",
+ "languages": [],
+ "title": "Get a session token that requires an MFA token with AWS STS using an AWS SDK",
"title_abbrev": "Get a session token that requires an MFA token",
- "synopsis": "get a session token that requires an MFA token. &aws_sec_sdk_use-federation-warning;",
+ "synopsis": "get a session token that requires an MFA token. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "sts": {
- "__set__": [
- "GetSessionToken"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"sts": "https://docs.aws.amazon.com/code-library/latest/ug/sts_example_sts_Scenario_SessionTokenMfa_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "sts": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_sts_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Create an &IAM; role that grants permission to list &S3; buckets.",
- "Create an &IAM-user; that has permission to assume the role only when MFA credentials are provided.",
+ "Create an IAM role that grants permission to list Amazon S3 buckets.",
+ "Create an IAM user that has permission to assume the role only when MFA credentials are provided.",
"Register an MFA device for the user.",
"Provide MFA credentials to get a session token and use temporary credentials to list S3 buckets."
],
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
index 5e17fc10fed..dc34b207ac1 100644
--- a/python/example_code/support/examples_catalog.json
+++ b/python/example_code/support/examples_catalog.json
@@ -3,182 +3,19 @@
{
"id": "support_Hello",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.hello.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.HelloSupport"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Invoke `main()` to run the example.",
- "snippet_tags": [
- "javascript.v3.support.scenarios.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.Hello"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Hello &SUP;",
- "title_abbrev": "Hello &SUP;",
- "synopsis": "get started using &SUP;.",
+ "languages": [],
+ "title": "Hello Support",
+ "title_abbrev": "Hello Support",
+ "synopsis": "get started using Support.",
"category": "Hello",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeServices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -186,183 +23,19 @@
{
"id": "support_AddAttachmentsToSet",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.add.attach.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.add.attach.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.AddAttachmentToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.AddAttachmentsToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.AddAttachmentToSet"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddAttachmentsToSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "AddAttachmentsToSet"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddAttachmentsToSet_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -370,183 +43,19 @@
{
"id": "support_AddCommunicationToCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.add.attach.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.add.attach.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.AddCommunicationToCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AddCommunicationToCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "AddCommunicationToCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_AddCommunicationToCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -554,183 +63,19 @@
{
"id": "support_CreateCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.create.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.create.case.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.CreateCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "CreateCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_CreateCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -738,183 +83,19 @@
{
"id": "support_DescribeAttachment",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.des.attachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.des.attachment.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeAttachment"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeAttachment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeAttachment"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeAttachment_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -922,183 +103,19 @@
{
"id": "support_DescribeCases",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.get.open.cases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.get.open.cases.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeCases"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeCases"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1106,183 +123,19 @@
{
"id": "support_DescribeCommunications",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.list.comms.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.list.comms.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.javascriptv3.actions.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeCommunications"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeCommunications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeCommunications"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeCommunications_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1290,152 +143,19 @@
{
"id": "support_DescribeServices",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.display.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.display.services.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeServices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeServices"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeServices",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeServices"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeServices_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1443,183 +163,19 @@
{
"id": "support_DescribeSeverityLevels",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.display.sev.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.display.sev.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.DescribeSeverityLevels"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DescribeSeverityLevels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "DescribeSeverityLevels"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_DescribeSeverityLevels_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1627,183 +183,19 @@
{
"id": "support_ResolveCase",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.resolve.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.java2.resolve.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Support.dotnetv3.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "javascript.v3.support.actions.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_decl",
- "python.example_code.support.ResolveCase"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ResolveCase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "ResolveCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_ResolveCase_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -1811,206 +203,19 @@
{
"id": "support_Scenario_GetStartedSupportCases",
"file": "support_metadata.yaml",
- "languages": {
- "Kotlin": {
- "name": "Kotlin",
- "property": "kotlin",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "support.kotlin.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "kotlin/services/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run various &SUP; operations.",
- "snippet_tags": [
- "support.java2.scenario.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "Support.dotnetv3.SupportBasics"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Wrapper methods used by the scenario for &SUP; actions.",
- "snippet_tags": [
- "Support.dotnetv3.SupportWrapper"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario in the terminal.",
- "snippet_tags": [
- "javascript.v3.support.scenarios.basic"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Run an interactive scenario at a command prompt.",
- "snippet_tags": [
- "python.example_code.support.Scenario_GetStartedSupportCases"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Define a class that wraps support client actions.",
- "snippet_tags": [
- "python.example_code.support.SupportWrapper_full"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/support",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
"category": "Basics",
"guide_topic": null,
"service_main": null,
- "services": {
- "support": {
- "__set__": [
- "CreateCase",
- "DescribeSeverityLevels",
- "AddAttachmentsToSet",
- "DescribeCommunications",
- "AddCommunicationToCase",
- "DescribeServices",
- "DescribeCases",
- "DescribeAttachment",
- "ResolveCase"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Scenario_GetStartedSupportCases_section.html"
},
- "sdk_pages": {
- "kotlin": {
- "1": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/kotlin_1_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "java": {
- "2": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_support_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
"Get and display available services and severity levels for cases.",
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
index 9bb95cacd0f..2c04467dd55 100644
--- a/python/example_code/textract/examples_catalog.json
+++ b/python/example_code/textract/examples_catalog.json
@@ -3,59 +3,14 @@
{
"id": "cross_TextractExplorer",
"file": "cross_metadata.yaml",
- "languages": {
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_JavaScript_block.xml",
- "excerpts": [],
- "github": null,
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractExplorer_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_explorer",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create an &TEXTRACT; explorer application",
- "title_abbrev": "Create an &TEXTRACT; explorer application",
- "synopsis": "explore &TEXTRACTlong; output through an interactive application.",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "cognito-identity": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "sns": {
- "__set__": []
- },
- "sqs": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
@@ -64,24 +19,7 @@
"sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
- "sdk_pages": {
- "javascript": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_javascript_3_topic.html"
- }
- }
- },
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractExplorer_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -89,55 +27,21 @@
{
"id": "cross_TextractComprehendDetectEntities",
"file": "cross_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": "cross_TextractComprehendDetectEntities_Python_block.xml",
- "excerpts": [],
- "github": "python/cross_service/textract_comprehend_notebook",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Detect entities in text extracted from an image using an &AWS; SDK",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
"title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use &CMP; to detect entities in text extracted by &TEXTRACT; from an image that is stored in &S3;.",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
"category": "Scenarios",
"guide_topic": null,
"service_main": "textract",
- "services": {
- "comprehend": {
- "__set__": []
- },
- "s3": {
- "__set__": []
- },
- "textract": {
- "__set__": []
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
"s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": null,
- "cross_service": {
- "cross": "https://docs.aws.amazon.com/code-library/latest/ug/cross_TextractComprehendDetectEntities_python_3_topic.html"
- }
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -145,121 +49,19 @@
{
"id": "textract_AnalyzeDocument",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "textract.java2._analyze_doc.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.AnalyzeDocument"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.analyze_document"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "AnalyzeDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "AnalyzeDocument"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -267,129 +69,19 @@
{
"id": "textract_DetectDocumentText",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Detect text from an input document.",
- "snippet_tags": [
- "textract.java2._detect_doc_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Detect text from a document located in an &S3; bucket.",
- "snippet_tags": [
- "textract.java2._detect_s3_text.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.DetectDocumentText"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.detect_document_text"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DetectDocumentText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "DetectDocumentText"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -397,121 +89,19 @@
{
"id": "textract_StartDocumentAnalysis",
"file": "textract_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "textract.java2._start_doc_analysis.main"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an asynchronous job to analyze a document.",
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.StartDocumentAnalysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.start_document_analysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentAnalysis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "StartDocumentAnalysis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -519,90 +109,19 @@
{
"id": "textract_StartDocumentTextDetection",
"file": "textract_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start an asynchronous job to detect text in a document.",
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.StartDocumentTextDetection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.start_document_text_detection"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartDocumentTextDetection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "StartDocumentTextDetection"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -610,90 +129,19 @@
{
"id": "textract_GetDocumentAnalysis",
"file": "textract_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.textract.TextractWrapper",
- "python.example_code.textract.GetDocumentAnalysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "SAP ABAP": {
- "name": "SAP ABAP",
- "property": "sap-abap",
- "versions": [
- {
- "sdk_version": 1,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "tex.abapv1.get_document_analysis"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "sap-abap/services/textract",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetDocumentAnalysis",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "textract": {
- "__set__": [
- "GetDocumentAnalysis"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_GetDocumentAnalysis_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "sap-abap": {
- "1": {
- "actions_scenarios": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/sap-abap_1_textract_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
diff --git a/python/example_code/transcribe/examples_catalog.json b/python/example_code/transcribe/examples_catalog.json
index 2ab1b897f65..6730ec9562f 100644
--- a/python/example_code/transcribe/examples_catalog.json
+++ b/python/example_code/transcribe/examples_catalog.json
@@ -3,128 +3,19 @@
{
"id": "transcribe_StartTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.StartTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.StartTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Start a transcription job.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.createJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-start-transcription",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "StartTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "StartTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -132,159 +23,19 @@
{
"id": "transcribe_ListTranscriptionJobs",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "transcribe.java-list-jobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.ListTranscriptionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.ListTranscriptionJobs"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "List transcription jobs.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.listJobsV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-list-jobs",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListTranscriptionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "ListTranscriptionJobs"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -292,89 +43,19 @@
{
"id": "transcribe_GetTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.GetTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.GetTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -382,128 +63,19 @@
{
"id": "transcribe_DeleteTranscriptionJob",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.DeleteTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.DeleteTranscriptionJob"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "JavaScript": {
- "name": "JavaScript",
- "property": "javascript",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Delete a transcription job.",
- "snippet_tags": [
- "transcribe.JavaScript.jobs.deleteJobV3"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Create the client.",
- "snippet_tags": [
- "transcribe.JavaScript.createclientv3"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javascriptv3/example_code/transcribe",
- "sdkguide": "sdk-for-javascript/v3/developer-guide/transcribe-examples-section.html#transcribe-delete-job",
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "DeleteTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "javascript": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/javascript_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -511,89 +83,19 @@
{
"id": "transcribe_CreateVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.CreateVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.CreateVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "CreateVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "CreateVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -601,89 +103,19 @@
{
"id": "transcribe_ListVocabularies",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.ListCustomVocabularies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.ListVocabularies"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "ListVocabularies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "ListVocabularies"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -691,89 +123,19 @@
{
"id": "transcribe_GetVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.GetVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.GetVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "GetVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -781,89 +143,19 @@
{
"id": "transcribe_UpdateVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.UpdateCustomVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.UpdateVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "UpdateVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "UpdateVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -871,89 +163,19 @@
{
"id": "transcribe_DeleteVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- ".NET": {
- "name": ".NET",
- "property": "csharp",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "Transcribe.dotnetv3.DeleteVocabularyAsync"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "dotnetv3/Transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "python.example_code.transcribe.DeleteVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "",
+ "languages": [],
+ "title": "DeleteVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "DeleteVocabulary"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
},
- "sdk_pages": {
- "csharp": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/csharp_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#actions"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [],
"source_key": null
@@ -961,104 +183,25 @@
{
"id": "transcribe_Scenario_GettingStartedTranscriptionJobs",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Java": {
- "name": "Java",
- "property": "java",
- "versions": [
- {
- "sdk_version": 2,
- "block_content": null,
- "excerpts": [
- {
- "description": "Transcribes a PCM file.",
- "snippet_tags": [
- "transcribe.java-streaming-demo-file.main"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Transcribes streaming audio from your computer's microphone.",
- "snippet_tags": [
- "transcribe.java-streaming-demo"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "javav2/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- },
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": null,
- "snippet_tags": [
- "transcribe.python.start-transcription-job"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Transcribe audio and get job data with &TSC; using an &AWS; SDK",
+ "languages": [],
+ "title": "Transcribe audio and get job data with Amazon Transcribe using an AWS SDK",
"title_abbrev": "Transcribe audio and get job data",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Getting started with &TSC;",
+ "title": "Getting started with Amazon Transcribe",
"url": "transcribe/latest/dg/getting-started.html"
},
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "StartTranscriptionJob",
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_GettingStartedTranscriptionJobs_section.html"
},
- "sdk_pages": {
- "java": {
- "2": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/java_2_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- },
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Start a transcription job with &TSC;.",
+ "Start a transcription job with Amazon Transcribe.",
"Wait for the job to complete.",
"Get the URI where the transcript is stored."
],
@@ -1067,84 +210,23 @@
{
"id": "transcribe_Scenario_CustomVocabulary",
"file": "transcribe_metadata.yaml",
- "languages": {
- "Python": {
- "name": "Python",
- "property": "python",
- "versions": [
- {
- "sdk_version": 3,
- "block_content": null,
- "excerpts": [
- {
- "description": "Transcribe an audio file that contains a reading of Jabberwocky by Lewis Carroll. Start by creating functions that wrap &TSC; actions.",
- "snippet_tags": [
- "python.example_code.transcribe.StartTranscriptionJob",
- "python.example_code.transcribe.GetTranscriptionJob",
- "python.example_code.transcribe.DeleteTranscriptionJob",
- "python.example_code.transcribe.CreateVocabulary",
- "python.example_code.transcribe.GetVocabulary",
- "python.example_code.transcribe.UpdateVocabulary",
- "python.example_code.transcribe.ListVocabularies",
- "python.example_code.transcribe.DeleteVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- },
- {
- "description": "Call the wrapper functions to transcribe audio without a custom vocabulary and then with different versions of a custom vocabulary to see improved results.",
- "snippet_tags": [
- "python.example_code.transcribe.Scenario_CustomVocabulary"
- ],
- "snippet_files": [],
- "genai": "none"
- }
- ],
- "github": "python/example_code/transcribe",
- "sdkguide": null,
- "more_info": []
- }
- ]
- }
- },
- "title": "Create and refine an &TSC; custom vocabulary using an &AWS; SDK",
+ "languages": [],
+ "title": "Create and refine an Amazon Transcribe custom vocabulary using an AWS SDK",
"title_abbrev": "Create and refine a custom vocabulary",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
- "services": {
- "transcribe": {
- "__set__": [
- "GetVocabulary",
- "CreateVocabulary",
- "DeleteTranscriptionJob",
- "DeleteVocabulary",
- "UpdateVocabulary",
- "StartTranscriptionJob",
- "ListVocabularies",
- "GetTranscriptionJob"
- ]
- }
- },
+ "services": [],
"doc_filenames": {
"service_pages": {
"transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
},
- "sdk_pages": {
- "python": {
- "3": {
- "actions_scenarios": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/python_3_transcribe_code_examples.html#scenarios"
- },
- "cross_service": null
- }
- }
- }
+ "sdk_pages": []
},
"synopsis_list": [
- "Upload an audio file to &S3;.",
- "Run an &TSC; job to transcribe the file and get the results.",
+ "Upload an audio file to Amazon S3.",
+ "Run an Amazon Transcribe job to transcribe the file and get the results.",
"Create and refine a custom vocabulary to improve transcription accuracy.",
"Run jobs with custom vocabularies and get the results."
],
From 884f385f00bfdb24ec76b85f3876f4e3876a7688 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Thu, 27 Mar 2025 13:21:04 -0500
Subject: [PATCH 08/13] Fix edge cases of duplicated services.
---
.github/workflows/catalog.yml | 2 +-
.tools/scanners/catalog_runner.py | 94 ++++++++++++++++++++++---------
.tools/scanners/config.py | 5 ++
3 files changed, 74 insertions(+), 27 deletions(-)
diff --git a/.github/workflows/catalog.yml b/.github/workflows/catalog.yml
index 4eebd6cb2f7..98b79e42dd4 100644
--- a/.github/workflows/catalog.yml
+++ b/.github/workflows/catalog.yml
@@ -30,6 +30,6 @@ jobs:
- name: Install dependencies
run: >-
python3 -m pip install -r .tools/scanners/requirements.txt
- - name: Check WRITEMEs
+ - name: Check Catalogs
run: >-
python3 .tools/scanners/catalog.py --check --diff
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index 024db1110b8..e2308ce6668 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -7,6 +7,7 @@
import os
import json
+from difflib import unified_diff
from pathlib import Path
from typing import Optional, Dict
from copy import deepcopy
@@ -21,6 +22,11 @@
def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
+ """
+ Processes the metadata for the scanner.
+ :param doc_gen: The documentation generator
+ :return: The populated scanner.
+ """
for path in (doc_gen.root / ".doc_gen/metadata").glob("*_metadata.yaml"):
doc_gen.process_metadata(path)
doc_gen.collect_snippets()
@@ -32,20 +38,22 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
return None
scanner = Scanner(doc_gen)
-
# Preload cross-content examples
scanner.load_crosses()
-
return scanner
def main():
- # Load all examples immediately for cross references. Trades correctness for speed.
+ """
+ Main entry point of the catalog generation.
+ """
+ # Load all examples immediately for cross-references. Trades correctness for speed.
doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
# To get the complete list, fill the missing fields.
doc_gen.fill_missing_fields()
- languages = ['Python:3'] # Currently enabled only for Python version 3.
+ # Currently enabled only for Python version 3. Add more languages to enable catalog generation.
+ languages = ['Python:3']
parser = argparse.ArgumentParser()
parser.add_argument(
"--languages",
@@ -111,20 +119,24 @@ def main():
id = f"{language}:{version}:{service}"
try:
renderer.set_example(service, language, int(version), False)
- service_folder_path = renderer.lang_config["service_folder"]
- logging.debug("Cataloging %s", id)
- catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
- logging.debug("Status %s", catalog_status)
-
- if catalog_status == RenderStatus.UPDATED:
- if args.dry_run:
- diff = None
- failed.append((id, diff))
- else:
- written.append(id)
- elif catalog_status == RenderStatus.UNCHANGED:
+ # Ignore folders that are duplicates due to service folder overrides.
+ if service in renderer.lang_config["service_folder_ignores"]:
+ logging.debug("Ignoring %s", id)
unchanged.append(id)
- pass
+ else:
+ service_folder_path = renderer.lang_config["service_folder"]
+ logging.debug("Cataloging %s", id)
+ catalog_status = write_catalog_json(doc_gen, service, language, service_folder_path, args.dry_run)
+ logging.debug("Status %s", catalog_status)
+
+ if catalog_status == RenderStatus.UPDATED:
+ if args.dry_run:
+ failed.append(id)
+ else:
+ written.append(id)
+ elif catalog_status == RenderStatus.UNCHANGED:
+ unchanged.append(id)
+ pass
except FileNotFoundError as fnfe:
logging.debug(fnfe, exc_info=True)
skipped.append(id)
@@ -144,12 +156,7 @@ def main():
done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
print(done_list or "(None Written)")
if failed:
- if args.diff:
- failed_list = "\n".join(
- f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
- )
- else:
- failed_list = "\n".join(f"Incorrect: {f[0]}" for f in sorted(failed))
+ failed_list = "\n".join(f"Incorrect: {f}" for f in sorted(failed))
print(failed_list)
print("Rerun catalog.py to update the example catalog list.")
print("Catalog Run completed.")
@@ -157,10 +164,19 @@ def main():
def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry_run):
+ """
+ Writes or checks the catalog json file for the language/service combination.
+ :param doc_gen: The documentation generator.
+ :param service_name: Service name for the catalog.
+ :param language_name: Language name for the catalog.
+ :param folder_path: Folder path for the resulting file.
+ :param is_dry_run: True to compare only.
+ :return: A render status of UNCHANGED, or UPDATED.
+ """
filepath = (
Path(__file__).parent.parent.parent
/ folder_path
- / 'examples_catalog.json'
+ / config.catalog_filename
)
language_examples = []
@@ -194,7 +210,10 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
with open(filepath, "r", encoding="utf-8") as example_meta:
old_catalog = example_meta.read()
except FileNotFoundError:
- old_catalog = ""
+ old_catalog = ''
+ # If the list is empty or the folder does not exist do not expect a file.
+ if len(language_examples) == 0 or not os.path.exists(folder_path):
+ return RenderStatus.UNCHANGED
if old_catalog == new_catalog:
return RenderStatus.UNCHANGED
@@ -203,11 +222,34 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
print(f"Writing serialized versions of DocGen to {filepath}")
with open(filepath, "w", encoding="utf-8") as example_meta:
example_meta.write(new_catalog)
+ else:
+ diff = make_catalog_diff(new_catalog, old_catalog, service_name)
+ print('diff:')
+ print(diff)
return RenderStatus.UPDATED
+def make_catalog_diff(new_catalog, current_catalog, service):
+ """
+ Generate a diff text for the old and new catalogs.
+ :param new_catalog: The newly updated catalog.
+ :param current_catalog: The current catalog file contents.
+ :param service: The service to catalog.
+ :return: The diff text.
+ """
+ current = current_catalog.split("\n")
+ expected = new_catalog.split("\n")
+ diff = unified_diff(current, expected, f"{service}/current", f"{service}/expected")
+ return "\n".join(diff)
+
+
def sanitize_example_title(example, service) -> [str, None]:
- """Clean up the text in an example."""
+ """
+ Clean up the title text for an example.
+ :param example: The example to update.
+ :param service: The service name.
+ :return: The cleaned title string.
+ """
# API examples use the API name.
if example.category == 'Api':
return sorted(example.services[service])[0]
diff --git a/.tools/scanners/config.py b/.tools/scanners/config.py
index 2f1c3816511..687f68487bf 100644
--- a/.tools/scanners/config.py
+++ b/.tools/scanners/config.py
@@ -3,6 +3,7 @@
readme = "README.md"
saved_readme = "README.old.md"
+catalog_filename = "examples_catalog.json"
doc_base_url = "https://docs.aws.amazon.com"
categories = {
"hello": "Hello",
@@ -153,6 +154,10 @@
"secrets-manager": "python/example_code/secretsmanager",
"dynamodb": "python/example_code/dynamodb",
},
+ "service_folder_ignores": [
+ "cognito",
+ "elastic-load-balancing",
+ ]
}
},
"Ruby": {
From 761a52fb8f4332f114ddb6ecc183bd8e139a37eb Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:21:33 -0500
Subject: [PATCH 09/13] Use latest version of runner in new location.
---
.tools/scanners/runner.py | 213 ++++++++++++++++----------------------
1 file changed, 91 insertions(+), 122 deletions(-)
diff --git a/.tools/scanners/runner.py b/.tools/scanners/runner.py
index a01ef677ed3..b1425d166ac 100755
--- a/.tools/scanners/runner.py
+++ b/.tools/scanners/runner.py
@@ -1,20 +1,27 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
-import argparse
-import config
+import typer
+from typing_extensions import Annotated
import logging
import os
-import json
-from collections import defaultdict
+
from difflib import unified_diff
+from enum import Enum
from pathlib import Path
from typing import Optional
-from render import Renderer, MissingMetadataError, RenderStatus
+from render import Renderer, RenderStatus, MissingMetadataError
from scanner import Scanner
-from aws_doc_sdk_examples_tools.doc_gen import DocGen, DocGenEncoder
+from aws_doc_sdk_examples_tools.doc_gen import DocGen
+
+
+# Default to not using Rich
+if "USE_RICH" not in os.environ:
+ import typer.core
+
+ typer.core.rich = None # type: ignore
logging.basicConfig(level=os.environ.get("LOGLEVEL", "INFO").upper(), force=True)
@@ -29,7 +36,6 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
failed_list = "\n".join(f"DocGen Error: {e}" for e in error_strings)
print(f"Metadata errors encountered:\n\t{failed_list}")
return None
-
scanner = Scanner(doc_gen)
# Preload cross-content examples
@@ -38,61 +44,70 @@ def prepare_scanner(doc_gen: DocGen) -> Optional[Scanner]:
return scanner
-def main():
- # Load all examples immediately for cross references. Trades correctness for speed.
- doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
-
- languages = doc_gen.languages()
- parser = argparse.ArgumentParser()
- parser.add_argument(
- "--languages",
- choices=[*languages] + ["all"],
- nargs="+",
- help="The languages of the SDK. Choose from: %(choices)s.",
- default=["all"],
- )
-
- parser.add_argument(
- "--services",
- choices=[*doc_gen.services.keys()] + ["all"],
- nargs="+",
- help="The targeted service. Choose from: %(choices)s.",
- default=["all"],
- )
- parser.add_argument(
- "--safe",
- action="store_true",
- help=f"Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme}).",
- )
- parser.add_argument(
- "--verbose",
- action="store_true",
- help="When set, output verbose debugging info.",
- )
- parser.add_argument(
- "--dry-run",
- action="store_true",
- dest="dry_run",
- help="In dry run, compare current vs generated and exit with failure if they do not match.",
- default=False, # Change this to default false when we're ready to use this generally.
- )
- parser.add_argument("--no-dry-run", dest="dry_run", action="store_false")
- parser.add_argument("--check", dest="dry_run", action="store_true")
- parser.add_argument("--diff", action="store_true", default=False)
- args = parser.parse_args()
-
- if "all" in args.languages:
- args.languages = [*languages]
-
- if "all" in args.services:
- args.services = [*doc_gen.services.keys()]
-
- if args.verbose:
+# Load all examples immediately for cross references. Trades correctness for speed.
+doc_gen = DocGen.from_root(Path(__file__).parent.parent.parent, incremental=True)
+
+
+Language = Enum(
+ "Language", {lang: lang for lang in ([*doc_gen.languages()] + ["all"])}
+) # type: ignore
+Service = Enum(
+ "Service", {serv: serv for serv in ([*doc_gen.services.keys()] + ["all"])}
+) # type: ignore
+
+
+def writeme(
+ languages: Annotated[
+ list[Language], # type: ignore
+ typer.Option(
+ help="The languages of the SDK.",
+ ),
+ ] = [
+ Language.all.value # type: ignore
+ ], # type: ignore
+ services: Annotated[
+ list[Service], # type: ignore
+ typer.Option(
+ help="The targeted service.",
+ ),
+ ] = [
+ Service.all.value # type: ignore
+ ], # type: ignore
+ safe: Annotated[
+ bool,
+ typer.Option(
+ help="Save a copy of the original README as the 'saved_readme' value specified in config.py ({config.saved_readme})."
+ ),
+ ] = True,
+ verbose: Annotated[
+ bool, typer.Option(help="When set, output verbose debugging info.")
+ ] = False,
+ dry_run: Annotated[
+ bool,
+ typer.Option(
+ help="In dry run, compare current vs generated and exit with failure if they do not match."
+ ),
+ ] = False,
+ check: Annotated[bool, typer.Option(help="Alias for --dry-run.")] = False,
+ diff: Annotated[
+ bool, typer.Option(help="Show a diff of READMEs that have changed.")
+ ] = False,
+):
+ if Language.all in languages: # type: ignore
+ languages = list(Language) # type: ignore
+ languages.remove(Language.all) # type: ignore
+
+ if Service.all in services: # type: ignore
+ services = list(Service) # type: ignore
+ services.remove(Service.all) # type: ignore
+
+ if verbose:
logging.basicConfig(level=logging.DEBUG)
- logging.debug(f"Args configuration: {args}")
+ if check:
+ dry_run = check
- if args.dry_run:
+ if dry_run:
print("Dry run, no changes will be made.")
skipped = []
@@ -107,29 +122,27 @@ def main():
return -1
renderer = Renderer(scanner)
-
- for language_and_version in args.languages:
- (language, version) = language_and_version.split(":")
- write_language_json(doc_gen, language)
-
- for service in args.services:
- for language_and_version in args.languages:
- (language, version) = language_and_version.split(":")
- write_service_json(doc_gen, service, language)
+ for service in services:
+ if service == Service.all: # type: ignore
+ continue
+ for language_and_version in languages:
+ if language_and_version == Language.all: # type: ignore
+ continue
+ (language, version) = language_and_version.value.split(":")
id = f"{language}:{version}:{service}"
try:
- renderer.set_example(service, language, int(version), args.safe)
+ renderer.set_example(service.value, language, int(version), safe)
logging.debug("Rendering %s", id)
render_status = renderer.render()
logging.debug("Status %s", render_status)
if render_status == RenderStatus.UPDATED:
- if args.dry_run:
- diff = None
- if args.diff:
- diff = make_diff(renderer, id)
- failed.append((id, diff))
+ if dry_run:
+ diff_text = None
+ if diff:
+ diff_text = make_diff(renderer, id)
+ failed.append((id, diff_text))
else:
renderer.write()
written.append(id)
@@ -148,10 +161,10 @@ def main():
skipped.append(id)
except MissingMetadataError as mme:
logging.debug(mme, exc_info=True)
- failed.append(id)
+ failed.append((id, None))
except Exception as e:
logging.error(e, exc_info=True)
- failed.append(id)
+ failed.append((id, None))
skip_list = "\n".join(f"Skipped {f}" for f in sorted(skipped))
logging.debug(skip_list or "(None Skipped)")
@@ -164,11 +177,11 @@ def main():
if no_folder:
no_folder_list = "\n".join(f"No folder: {f}" for f in sorted(no_folder))
print(no_folder_list)
- if not args.dry_run:
+ if not dry_run:
done_list = "\n".join(f"Wrote {f}" for f in sorted(written))
print(done_list or "(None Written)")
if failed:
- if args.diff:
+ if diff:
failed_list = "\n".join(
f"Diff: {f[1]}" for f in sorted(failed, key=lambda f: f[0])
)
@@ -185,47 +198,3 @@ def make_diff(renderer, id):
expected = renderer.readme_text.split("\n")
diff = unified_diff(current, expected, f"{id}/current", f"{id}/expected")
return "\n".join(diff)
-
-
-def write_service_json(doc_gen, service_name, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_{service_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
- doc_gen.fill_missing_fields()
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- for sdk_version in language.versions:
- for svc_name in example.services:
- if svc_name == service_name and lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
-
-
-def write_language_json(doc_gen, language_name):
- # Test creating a file
- filepath = f"example_json/{language_name}_examples_list.json"
- filepath = filepath.lower()
- print("Writing serialized versions of DocGen to %s", filepath)
-
- language_examples = []
- for example in doc_gen.examples.values():
- for lang_name, language in example.languages.items():
- if lang_name == language_name:
- language_examples.append(example)
-
- with open(filepath, "w") as example_meta:
- example_meta.write(
- json.dumps(
- {"examples": language_examples},
- cls=DocGenEncoder, indent="\t"
- )
- )
From 1c6469055a8d0a0a3ad65262b8c8266526780cd7 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:41:22 -0500
Subject: [PATCH 10/13] Updates to documentation.
---
.github/workflows/writeme.yml | 2 +-
.tools/scanners/README.md | 106 +++++++++++++++++++++++-----------
rustv1/README.md | 2 +-
3 files changed, 75 insertions(+), 35 deletions(-)
diff --git a/.github/workflows/writeme.yml b/.github/workflows/writeme.yml
index 18f0da6d41e..ccac5ea133f 100644
--- a/.github/workflows/writeme.yml
+++ b/.github/workflows/writeme.yml
@@ -29,7 +29,7 @@ jobs:
python-version: 3.11 # install the python needed
- name: Install dependencies
run: >-
- python3 -m pip install -r .tools/readmes/requirements.txt
+ python3 -m pip install -r .tools/scanners/requirements.txt
- name: Check WRITEMEs
run: >-
python3 .tools/scanners/writeme.py --check --diff
diff --git a/.tools/scanners/README.md b/.tools/scanners/README.md
index 5c21ec87ef4..d0b1f440e24 100644
--- a/.tools/scanners/README.md
+++ b/.tools/scanners/README.md
@@ -2,17 +2,19 @@
## Overview
-Describes WRITEME, a tool to automatically generate service-level READMEs from
-metadata and Jinja templates.
+Describes a set of scanners to generate documents from the example metadata in this repository.
-This is an internal tool intended for use only by the AWS code examples team.
+- [writeme.py](#WRITEME) - generates READMEs from metadata. Enabled for all SDK languages.
+- [catalog.py](#Catalog) - generates catalog files with example listings. Currently enabled for Python only.
+
+### General Information
## Prerequisites
-We recommend a virtual environment to run this tool.
+We recommend a virtual environment to run these tools.
```
-cd .tools/readmes
+cd .tools/scanners
python -m venv .venv
# Windows
@@ -26,30 +28,6 @@ Depending on how you have Python installed and on your operating system,
the commands might vary slightly. For example, on Windows, use `py` in place of
`python` and uses backslashes in the `venv` path.
-## Generate a README
-
-> These instructions assume you're running the commands from the `.tools/readmes`
-> directory, using the venv installed there.
-
-WRITEME creates content primarily from metadata you have already
-authored for the SOS project. After you have authored metadata and snippet tags
-for your examples, run the following command in the `.tools/readmes` folder:
-
-```
-python -m writeme --languages : --services
-```
-
-WRITEME reads metadata and config data and generates READMEs in the service
-folder for the specified languages, versions, and services.
-
-For example, to generate an S3 README for Python:
-
-```
-python -m writeme --languages Python:3 --services s3
-```
-
-This creates a README.md file in the `python/example_code/s3` folder.
-
### Parameters
- `--languages` must match a top-level language:version in sdks.yaml.
@@ -58,8 +36,8 @@ This creates a README.md file in the `python/example_code/s3` folder.
`saved_readme` value in config.py (such as README.old.md).
- `--verbose` When set, output verbose debugging info.
- `--dry-run`, `--no-dry-run` In dry run, compare current vs generated and exit with failure if they do not match.
-- `--check` Verifies whether the existing README.md matches the proposed new README.md
- (but does not write a new README.md). This is the same check that is run by the GitHub action.
+- `--check` Verifies whether the existing generated file matches the generated content.
+ (but does not write a new file). This is the same check that is run by the GitHub action.
You can get inline usage info by using the `-h` flag:
@@ -73,6 +51,7 @@ Additional configuration is kept in `config.py`.
- `entities` is a dictionary of entities that are not otherwise defined in
services.yaml.
+- `catalog_filename` is the base name for generated catalog files.
- `language` is a dictionary of language and version for each SDK. Fields are:
- `base_folder` the root folder for the SDK version.
- `service_folder` a Jinja template of the service folder for the SDK version.
@@ -83,6 +62,38 @@ Additional configuration is kept in `config.py`.
and if the generated link is wrong, you can update it manually. On subsequent runs
of WRITEME, the existing link is kept.
+
+### WRITEME
+WRITEME is a tool to automatically generate service-level READMEs from
+metadata and Jinja templates.
+
+This is an internal tool intended for use only by the AWS code examples team.
+
+## Generate a README
+
+> These instructions assume you're running the commands from the `.tools/scanners`
+> directory, using the venv installed there.
+
+WRITEME creates content primarily from metadata you have already
+authored for the SOS project. After you have authored metadata and snippet tags
+for your examples, run the following command in the `.tools/scanners` folder:
+
+```
+python -m writeme --languages : --services
+```
+
+WRITEME reads metadata and config data and generates READMEs in the service
+folder for the specified languages, versions, and services.
+
+For example, to generate an S3 README for Python:
+
+```
+python -m writeme --languages Python:3 --services s3
+```
+
+This creates a README.md file in the `python/example_code/s3` folder.
+
+
### Custom content
Custom content can be per-SDK or per-README.
@@ -114,13 +125,13 @@ empty if you don't need custom content.
versions, and services.
```
-python .tools/readmes/writeme.py --languages : : --service
+python .tools/scanners/writeme.py --languages : : --service
```
For example, to generate S3 and STS READMEs for Python sdk version 3 and Go sdk version 2:
```
-python .tools/readmes/writeme.py --languages Python:3 Go:2 --services s3 sts
+python .tools/scanners/writeme.py --languages Python:3 Go:2 --services s3 sts
```
This creates the README.md files in `python/example_code/s3` and other folders.
@@ -147,3 +158,32 @@ And yes, building all readmes for all languages after changing metadata or templ
```
python -m writeme
```
+
+### Catalog
+Catalog.py is a tool to automatically generate service-level example catalogs (examples_catalog.json) from metadata using shared document generation tools.
+
+This is an internal tool intended for use only by the AWS code examples team.
+
+## Generate a Catalog
+
+> These instructions assume you're running the commands from the `.tools/scanners`
+> directory, using the venv installed there.
+
+WRITEME creates content primarily from metadata you have already
+authored for the SOS project. After you have authored metadata and snippet tags
+for your examples, run the following command in the `.tools/scanners` folder:
+
+```
+python -m catalog --languages : --services
+```
+
+Catalog.py reads metadata and config data and generates listings of examples in the service
+folder for the specified languages and versions. The file will not be generated if no examples exist.
+
+For example, to generate an S3 README for Python:
+
+```
+python -m catalog --languages Python:3 --services s3
+```
+
+This creates an `examples_catalog.json` file in the `python/example_code/s3` folder.
\ No newline at end of file
diff --git a/rustv1/README.md b/rustv1/README.md
index 75dc3b35841..1d55de6758c 100644
--- a/rustv1/README.md
+++ b/rustv1/README.md
@@ -98,7 +98,7 @@ these examples in an isolated environment.
## Updating Rust Version
-If a rust version releases (most likely) a clippy or has some other breaking change, the Weathertop dashboard will go red. The easiest way to handle this is to run `./tools/set_rust_version.py [rust_version]` (using a venv with the appropriate requirements), creating a commit with those updates, and then running `cargo clippy --fix` in the appropriate folder before making a second commit with those fixes. Line numbers will certainly change, so don't forget to run WRITEME - `./.tools/readmes/.venv/bin/python ./.tools/readmes/writeme.py --languages Rust:1`.
+If a rust version releases (most likely) a clippy or has some other breaking change, the Weathertop dashboard will go red. The easiest way to handle this is to run `./tools/set_rust_version.py [rust_version]` (using a venv with the appropriate requirements), creating a commit with those updates, and then running `cargo clippy --fix` in the appropriate folder before making a second commit with those fixes. Line numbers will certainly change, so don't forget to run WRITEME - `./.tools/scanners/.venv/bin/python ./.tools/readmes/writeme.py --languages Rust:1`.
## Contributing
From 5bdf5c131b88d053acdff56d58cd8a3175b97f67 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Mon, 31 Mar 2025 09:42:16 -0500
Subject: [PATCH 11/13] Update examples_catalog.json
---
.../bedrock-runtime/examples_catalog.json | 20 +++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
index a48468a5105..dafea665d49 100644
--- a/python/example_code/bedrock-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -620,6 +620,26 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "bedrock-runtime_Scenario_AmazonNova_TextToVideo",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": [],
+ "title": "Use Amazon Nova Reel to generate a video from a text prompt",
+ "title_abbrev": "Text-to-video",
+ "synopsis": "use Amazon Nova Reel to generate a video from a text prompt.",
+ "category": "Amazon Nova Reel",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
"file": "bedrock-runtime_metadata.yaml",
From 7ac8037b561252cc007f104c7274234b8fab1189 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Mon, 31 Mar 2025 11:21:05 -0500
Subject: [PATCH 12/13] Updating catalog sort.
---
.tools/scanners/catalog_runner.py | 3 +
.../example_code/aurora/examples_catalog.json | 40 +-
.../auto-scaling/examples_catalog.json | 40 +-
.../bedrock-runtime/examples_catalog.json | 420 +++++++++---------
.../bedrock/examples_catalog.json | 30 +-
.../cognito/examples_catalog.json | 40 +-
.../comprehend/examples_catalog.json | 96 ++--
.../dynamodb/examples_catalog.json | 338 +++++++-------
python/example_code/ec2/examples_catalog.json | 100 ++---
python/example_code/ecr/examples_catalog.json | 40 +-
.../examples_catalog.json | 100 ++---
.../example_code/glue/examples_catalog.json | 40 +-
python/example_code/iam/examples_catalog.json | 396 ++++++++---------
.../iotsitewise/examples_catalog.json | 40 +-
.../keyspaces/examples_catalog.json | 40 +-
.../example_code/lambda/examples_catalog.json | 286 ++++++------
.../lookoutvision/examples_catalog.json | 178 ++++----
.../medical-imaging/examples_catalog.json | 40 +-
python/example_code/rds/examples_catalog.json | 86 ++--
.../redshift/examples_catalog.json | 40 +-
.../rekognition/examples_catalog.json | 148 +++---
python/example_code/s3/examples_catalog.json | 276 ++++++------
.../scheduler/examples_catalog.json | 40 +-
.../secretsmanager/examples_catalog.json | 44 +-
python/example_code/ses/examples_catalog.json | 180 ++++----
python/example_code/sns/examples_catalog.json | 192 ++++----
python/example_code/sqs/examples_catalog.json | 178 ++++----
python/example_code/ssm/examples_catalog.json | 40 +-
.../support/examples_catalog.json | 40 +-
.../textract/examples_catalog.json | 92 ++--
30 files changed, 1813 insertions(+), 1810 deletions(-)
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index e2308ce6668..f0ec48d24ae 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -193,6 +193,9 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
example.doc_filenames.sdk_pages = []
example.services = []
+ # Order the examples by id.
+ language_examples.sort(key=lambda x: x.category)
+
new_catalog = json.dumps(
{"examples": language_examples},
cls=DocGenEncoder, indent="\t"
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
index 04f659f01b4..e7887096171 100644
--- a/python/example_code/aurora/examples_catalog.json
+++ b/python/example_code/aurora/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "aurora_Hello",
- "file": "aurora_metadata.yaml",
- "languages": [],
- "title": "Hello Aurora",
- "title_abbrev": "Hello Aurora",
- "synopsis": "get started using Aurora.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "aurora_DescribeDBClusterParameterGroups",
"file": "aurora_metadata.yaml",
@@ -345,6 +325,26 @@
],
"source_key": null
},
+ {
+ "id": "aurora_Hello",
+ "file": "aurora_metadata.yaml",
+ "languages": [],
+ "title": "Hello Aurora",
+ "title_abbrev": "Hello Aurora",
+ "synopsis": "get started using Aurora.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "cross_RDSDataTracker",
"file": "cross_metadata.yaml",
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
index 256da1d3aa6..647aa273335 100644
--- a/python/example_code/auto-scaling/examples_catalog.json
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "auto-scaling_Hello",
- "file": "auto-scaling_metadata.yaml",
- "languages": [],
- "title": "Hello Auto Scaling",
- "title_abbrev": "Hello Auto Scaling",
- "synopsis": "get started using Auto Scaling.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "auto-scaling_CreateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
@@ -267,6 +247,26 @@
],
"source_key": null
},
+ {
+ "id": "auto-scaling_Hello",
+ "file": "auto-scaling_metadata.yaml",
+ "languages": [],
+ "title": "Hello Auto Scaling",
+ "title_abbrev": "Hello Auto Scaling",
+ "synopsis": "get started using Auto Scaling.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "cross_ResilientService",
"file": "cross_metadata.yaml",
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
index dafea665d49..024cd0cf021 100644
--- a/python/example_code/bedrock-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "bedrock-runtime_Hello",
- "file": "bedrock-runtime_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon Bedrock",
- "title_abbrev": "Hello Amazon Bedrock",
- "synopsis": "get started using Amazon Bedrock.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
@@ -41,19 +21,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_AmazonNovaText",
+ "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
- "category": "Amazon Nova",
+ "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
+ "category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
},
"sdk_pages": []
},
@@ -61,19 +41,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_AmazonTitanText",
+ "id": "bedrock-runtime_Converse_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
- "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "category": "Amazon Titan Text",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
},
"sdk_pages": []
},
@@ -81,19 +61,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_ToolUse",
+ "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "A tool use example illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
- "title_abbrev": "Tool use with the Converse API",
- "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
- "category": "Scenarios",
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
},
"sdk_pages": []
},
@@ -101,19 +81,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_AnthropicClaude",
+ "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "category": "Anthropic Claude",
+ "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
+ "category": "Amazon Nova Canvas",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
},
"sdk_pages": []
},
@@ -121,19 +101,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_CohereCommand",
+ "id": "bedrock-runtime_Scenario_AmazonNova_TextToVideo",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
- "category": "Cohere Command",
+ "title": "Use Amazon Nova Reel to generate a video from a text prompt",
+ "title_abbrev": "Text-to-video",
+ "synopsis": "use Amazon Nova Reel to generate a video from a text prompt.",
+ "category": "Amazon Nova Reel",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.html"
},
"sdk_pages": []
},
@@ -141,19 +121,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_MetaLlama",
+ "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
- "category": "Meta Llama",
+ "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
+ "category": "Amazon Titan Image Generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
},
"sdk_pages": []
},
@@ -161,19 +141,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_Mistral",
+ "id": "bedrock-runtime_Converse_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
- "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
- "category": "Mistral AI",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
},
"sdk_pages": []
},
@@ -181,19 +161,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
+ "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Amazon Nova",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
},
"sdk_pages": []
},
@@ -201,19 +181,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
+ "id": "bedrock-runtime_InvokeModel_TitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
},
"sdk_pages": []
},
@@ -221,19 +201,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Anthropic Claude",
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
},
"sdk_pages": []
},
@@ -241,39 +221,42 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_CohereCommand",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Cohere Command",
+ "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "",
+ "category": "Amazon Titan Text Embeddings",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Get started creating your first embedding.",
+ "Create embeddings configuring the number of dimensions and normalization (V2 only)."
+ ],
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_MetaLlama",
+ "id": "bedrock-runtime_Converse_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Meta Llama",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -281,19 +264,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_Mistral",
+ "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Mistral AI",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -301,19 +284,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
+ "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
- "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
- "category": "AI21 Labs Jurassic-2",
+ "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -321,19 +304,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_TitanText",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
- "category": "Amazon Titan Text",
+ "title": "Invoke Anthropic Claude models on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -341,19 +324,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -361,19 +344,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_CohereCommand",
+ "id": "bedrock-runtime_Converse_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel: Command and Command Light",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -381,19 +364,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_CohereCommandR",
+ "id": "bedrock-runtime_ConverseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel: Command R and R+",
- "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -401,19 +384,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_MetaLlama3",
+ "id": "bedrock-runtime_InvokeModel_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel: Llama 3",
- "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
- "category": "Meta Llama",
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -421,19 +404,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_MistralAi",
+ "id": "bedrock-runtime_InvokeModel_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
- "category": "Mistral AI",
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command R and R+",
+ "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
},
"sdk_pages": []
},
@@ -441,19 +424,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream",
- "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
- "category": "Amazon Titan Text",
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -461,19 +444,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude models on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream",
- "synopsis": "send a text message to Anthropic Claude models, using the Invoke Model API, and print the response stream.",
- "category": "Anthropic Claude",
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
},
"sdk_pages": []
},
@@ -481,19 +464,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -501,19 +484,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
+ "id": "bedrock-runtime_Hello",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
- "category": "Cohere Command",
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
},
"sdk_pages": []
},
@@ -521,19 +504,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
+ "id": "bedrock-runtime_Converse_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
- "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
"category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
},
"sdk_pages": []
},
@@ -541,19 +524,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
+ "id": "bedrock-runtime_ConverseStream_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream",
- "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
- "category": "Mistral AI",
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
},
"sdk_pages": []
},
@@ -561,19 +544,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
+ "id": "bedrock-runtime_InvokeModel_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
- "category": "Amazon Nova Canvas",
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MetaLlama3_section.html"
},
"sdk_pages": []
},
@@ -581,19 +564,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
- "category": "Amazon Titan Image Generator",
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
},
"sdk_pages": []
},
@@ -601,19 +584,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_StableDiffusion",
+ "id": "bedrock-runtime_Converse_Mistral",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
- "category": "Stable Diffusion",
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
},
"sdk_pages": []
},
@@ -621,19 +604,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_AmazonNova_TextToVideo",
+ "id": "bedrock-runtime_ConverseStream_Mistral",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Use Amazon Nova Reel to generate a video from a text prompt",
- "title_abbrev": "Text-to-video",
- "synopsis": "use Amazon Nova Reel to generate a video from a text prompt.",
- "category": "Amazon Nova Reel",
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
},
"sdk_pages": []
},
@@ -641,42 +624,39 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
+ "id": "bedrock-runtime_InvokeModel_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
- "synopsis": "",
- "category": "Amazon Titan Text Embeddings",
+ "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Get started creating your first embedding.",
- "Create embeddings configuring the number of dimensions and normalization (V2 only)."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
- "title_abbrev": "Scenario: Tool use with the Converse API",
- "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
- "category": "Anthropic Claude",
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
},
"sdk_pages": []
},
@@ -684,19 +664,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
+ "id": "bedrock-runtime_Scenario_ToolUse",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
- "title_abbrev": "Scenario: Tool use with the Converse API",
+ "title": "A tool use example illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
+ "title_abbrev": "Tool use with the Converse API",
"synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
- "category": "Cohere Command",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUse_section.html"
},
"sdk_pages": []
},
@@ -746,6 +726,26 @@
},
"synopsis_list": [],
"source_key": null
+ },
+ {
+ "id": "bedrock-runtime_InvokeModel_StableDiffusion",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": [],
+ "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
+ "category": "Stable Diffusion",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
index 89b5c97d5d6..41a26e238d7 100644
--- a/python/example_code/bedrock/examples_catalog.json
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -1,19 +1,19 @@
{
"examples": [
{
- "id": "bedrock_Hello",
+ "id": "bedrock_GetFoundationModel",
"file": "bedrock_metadata.yaml",
"languages": [],
- "title": "Hello Amazon Bedrock",
- "title_abbrev": "Hello Amazon Bedrock",
- "synopsis": "get started using Amazon Bedrock.",
- "category": "Hello",
+ "title": "GetFoundationModel",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "bedrock_GetFoundationModel",
+ "id": "bedrock_ListFoundationModels",
"file": "bedrock_metadata.yaml",
"languages": [],
- "title": "GetFoundationModel",
+ "title": "ListFoundationModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_GetFoundationModel_section.html"
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
},
"sdk_pages": []
},
@@ -41,19 +41,19 @@
"source_key": null
},
{
- "id": "bedrock_ListFoundationModels",
+ "id": "bedrock_Hello",
"file": "bedrock_metadata.yaml",
"languages": [],
- "title": "ListFoundationModels",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
index fd0205b6d49..9069cf1924d 100644
--- a/python/example_code/cognito/examples_catalog.json
+++ b/python/example_code/cognito/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "cognito-identity-provider_Hello",
- "file": "cognito-identity-provider_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon Cognito",
- "title_abbrev": "Hello Amazon Cognito",
- "synopsis": "get started using Amazon Cognito.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "cognito-identity-provider_SignUp",
"file": "cognito-identity-provider_metadata.yaml",
@@ -260,6 +240,26 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "cognito-identity-provider_Hello",
+ "file": "cognito-identity-provider_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon Cognito",
+ "title_abbrev": "Hello Amazon Cognito",
+ "synopsis": "get started using Amazon Cognito.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
"file": "cognito-identity-provider_metadata.yaml",
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
index 3761227787b..8b1b887a653 100644
--- a/python/example_code/comprehend/examples_catalog.json
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -140,31 +140,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "comprehend_Usage_ComprehendClassifier",
- "file": "comprehend_metadata.yaml",
- "languages": [],
- "title": "Train a custom Amazon Comprehend classifier and classify documents using an AWS SDK",
- "title_abbrev": "Train a custom classifier and classify documents",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create an Amazon Comprehend multi-label classifier.",
- "Train the classifier on sample data.",
- "Run a classification job on a second set of data.",
- "Extract the job output data from Amazon S3."
- ],
- "source_key": null
- },
{
"id": "comprehend_DetectDominantLanguage",
"file": "comprehend_metadata.yaml",
@@ -286,35 +261,30 @@
"source_key": null
},
{
- "id": "comprehend_Usage_DetectApis",
+ "id": "comprehend_StartTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "Detect document elements with Amazon Comprehend and an AWS SDK",
- "title_abbrev": "Detect document elements",
+ "title": "StartTopicsDetectionJob",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Detect languages, entities, and key phrases in a document.",
- "Detect personally identifiable information (PII) in a document.",
- "Detect the sentiment of a document.",
- "Detect syntax elements in a document."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "comprehend_StartTopicsDetectionJob",
+ "id": "comprehend_DescribeTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "StartTopicsDetectionJob",
+ "title": "DescribeTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -323,7 +293,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
},
"sdk_pages": []
},
@@ -331,10 +301,10 @@
"source_key": null
},
{
- "id": "comprehend_DescribeTopicsDetectionJob",
+ "id": "comprehend_ListTopicsDetectionJobs",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DescribeTopicsDetectionJob",
+ "title": "ListTopicsDetectionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -343,7 +313,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
},
"sdk_pages": []
},
@@ -351,23 +321,53 @@
"source_key": null
},
{
- "id": "comprehend_ListTopicsDetectionJobs",
+ "id": "comprehend_Usage_ComprehendClassifier",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "ListTopicsDetectionJobs",
- "title_abbrev": "",
+ "title": "Train a custom Amazon Comprehend classifier and classify documents using an AWS SDK",
+ "title_abbrev": "Train a custom classifier and classify documents",
"synopsis": "",
- "category": "Api",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_ComprehendClassifier_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an Amazon Comprehend multi-label classifier.",
+ "Train the classifier on sample data.",
+ "Run a classification job on a second set of data.",
+ "Extract the job output data from Amazon S3."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "comprehend_Usage_DetectApis",
+ "file": "comprehend_metadata.yaml",
+ "languages": [],
+ "title": "Detect document elements with Amazon Comprehend and an AWS SDK",
+ "title_abbrev": "Detect document elements",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_Usage_DetectApis_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Detect languages, entities, and key phrases in a document.",
+ "Detect personally identifiable information (PII) in a document.",
+ "Detect the sentiment of a document.",
+ "Detect syntax elements in a document."
+ ],
"source_key": null
},
{
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
index 8b055464134..2e3ce9f8674 100644
--- a/python/example_code/dynamodb/examples_catalog.json
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -1,20 +1,19 @@
{
"examples": [
{
- "id": "cross_DynamoDBDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_CreateTable",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a web application to track DynamoDB data",
- "title_abbrev": "Create a web application to track DynamoDB data",
- "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
+ "title": "CreateTable",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "dynamodb",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
},
"sdk_pages": []
},
@@ -22,22 +21,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_BatchGetItem",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create an API Gateway REST API to track COVID-19 data",
- "title_abbrev": "Create a REST API to track COVID-19 data",
- "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
- "category": "Scenarios",
+ "title": "BatchGetItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
- "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
},
"sdk_pages": []
},
@@ -45,21 +41,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayWebsocketChat",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_DescribeTable",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a websocket chat application with API Gateway",
- "title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "DescribeTable",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
},
"sdk_pages": []
},
@@ -67,22 +61,19 @@
"source_key": null
},
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_BatchWriteItem",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
+ "title": "BatchWriteItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "sfn",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
},
"sdk_pages": []
},
@@ -90,22 +81,19 @@
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_DeleteTable",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "DeleteTable",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
},
"sdk_pages": []
},
@@ -113,23 +101,19 @@
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_PutItem",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
- "category": "Scenarios",
+ "title": "PutItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
},
"sdk_pages": []
},
@@ -137,19 +121,19 @@
"source_key": null
},
{
- "id": "dynamodb_Hello",
+ "id": "dynamodb_GetItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Hello DynamoDB",
- "title_abbrev": "Hello DynamoDB",
- "synopsis": "get started using DynamoDB.",
- "category": "Hello",
+ "title": "GetItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
},
"sdk_pages": []
},
@@ -157,10 +141,10 @@
"source_key": null
},
{
- "id": "dynamodb_CreateTable",
+ "id": "dynamodb_UpdateItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "CreateTable",
+ "title": "UpdateItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -169,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
},
"sdk_pages": []
},
@@ -177,10 +161,10 @@
"source_key": null
},
{
- "id": "dynamodb_BatchGetItem",
+ "id": "dynamodb_DeleteItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "BatchGetItem",
+ "title": "DeleteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -189,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
},
"sdk_pages": []
},
@@ -197,10 +181,10 @@
"source_key": null
},
{
- "id": "dynamodb_DescribeTable",
+ "id": "dynamodb_ListTables",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "DescribeTable",
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -209,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
},
"sdk_pages": []
},
@@ -217,10 +201,10 @@
"source_key": null
},
{
- "id": "dynamodb_BatchWriteItem",
+ "id": "dynamodb_Query",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "BatchWriteItem",
+ "title": "Query",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -229,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
},
"sdk_pages": []
},
@@ -237,10 +221,10 @@
"source_key": null
},
{
- "id": "dynamodb_DeleteTable",
+ "id": "dynamodb_Scan",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "DeleteTable",
+ "title": "Scan",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -249,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
},
"sdk_pages": []
},
@@ -257,10 +241,10 @@
"source_key": null
},
{
- "id": "dynamodb_PutItem",
+ "id": "dynamodb_ExecuteStatement",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "PutItem",
+ "title": "ExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -269,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
},
"sdk_pages": []
},
@@ -277,10 +261,10 @@
"source_key": null
},
{
- "id": "dynamodb_GetItem",
+ "id": "dynamodb_BatchExecuteStatement",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "GetItem",
+ "title": "BatchExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -289,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
},
"sdk_pages": []
},
@@ -297,39 +281,46 @@
"source_key": null
},
{
- "id": "dynamodb_UpdateItem",
+ "id": "dynamodb_Scenario_GettingStartedMovies",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "UpdateItem",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a table that can hold movie data.",
+ "Put, get, and update a single movie in the table.",
+ "Write movie data to the table from a sample JSON file.",
+ "Query for movies that were released in a given year.",
+ "Scan for movies that were released in a range of years.",
+ "Delete a movie from the table, then delete the table."
+ ],
"source_key": null
},
{
- "id": "dynamodb_DeleteItem",
+ "id": "dynamodb_Hello",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "DeleteItem",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello DynamoDB",
+ "title_abbrev": "Hello DynamoDB",
+ "synopsis": "get started using DynamoDB.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Hello_section.html"
},
"sdk_pages": []
},
@@ -337,19 +328,20 @@
"source_key": null
},
{
- "id": "dynamodb_ListTables",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ListTables",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "dynamodb",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
"sdk_pages": []
},
@@ -357,19 +349,22 @@
"source_key": null
},
{
- "id": "dynamodb_Query",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Query",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an API Gateway REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
"sdk_pages": []
},
@@ -377,19 +372,21 @@
"source_key": null
},
{
- "id": "dynamodb_Scan",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Scan",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a websocket chat application with API Gateway",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
"sdk_pages": []
},
@@ -397,19 +394,22 @@
"source_key": null
},
{
- "id": "dynamodb_ExecuteStatement",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ExecuteStatement",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -417,19 +417,22 @@
"source_key": null
},
{
- "id": "dynamodb_BatchExecuteStatement",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "BatchExecuteStatement",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -437,55 +440,52 @@
"source_key": null
},
{
- "id": "dynamodb_Usage_DaxDemo",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
- "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
- "synopsis": "",
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
"category": "Scenarios",
- "guide_topic": {
- "title": "Developing with the DynamoDB Accelerator Client",
- "url": "amazondynamodb/latest/developerguide/DAX.client.html"
- },
- "service_main": null,
+ "guide_topic": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
- "Get, query, and scan the table with both clients and compare their performance."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "dynamodb_Scenario_GettingStartedMovies",
+ "id": "dynamodb_Usage_DaxDemo",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
- "title_abbrev": "",
+ "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
+ "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
"synopsis": "",
- "category": "Basics",
- "guide_topic": null,
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Developing with the DynamoDB Accelerator Client",
+ "url": "amazondynamodb/latest/developerguide/DAX.client.html"
+ },
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create a table that can hold movie data.",
- "Put, get, and update a single movie in the table.",
- "Write movie data to the table from a sample JSON file.",
- "Query for movies that were released in a given year.",
- "Scan for movies that were released in a range of years.",
- "Delete a movie from the table, then delete the table."
+ "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
+ "Get, query, and scan the table with both clients and compare their performance."
],
"source_key": null
},
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
index d6888377319..a14614a054b 100644
--- a/python/example_code/ec2/examples_catalog.json
+++ b/python/example_code/ec2/examples_catalog.json
@@ -1,55 +1,5 @@
{
"examples": [
- {
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
- ],
- "source_key": null
- },
- {
- "id": "ec2_Hello",
- "file": "ec2_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon EC2",
- "title_abbrev": "Hello Amazon EC2",
- "synopsis": "get started using Amazon EC2.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "ec2_CreateKeyPair",
"file": "ec2_metadata.yaml",
@@ -695,6 +645,56 @@
"Connect to your instance with SSH, then clean up resources."
],
"source_key": null
+ },
+ {
+ "id": "ec2_Hello",
+ "file": "ec2_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon EC2",
+ "title_abbrev": "Hello Amazon EC2",
+ "synopsis": "get started using Amazon EC2.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
index 7fb816a952b..0525b2785f9 100644
--- a/python/example_code/ecr/examples_catalog.json
+++ b/python/example_code/ecr/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "ecr_Hello",
- "file": "ecr_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon ECR",
- "title_abbrev": "Hello Amazon ECR",
- "synopsis": "get started using Amazon ECR.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "ecr_SetRepositoryPolicy",
"file": "ecr_metadata.yaml",
@@ -209,6 +189,26 @@
"Delete Amazon ECR repositories."
],
"source_key": null
+ },
+ {
+ "id": "ecr_Hello",
+ "file": "ecr_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon ECR",
+ "title_abbrev": "Hello Amazon ECR",
+ "synopsis": "get started using Amazon ECR.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
index 0df2ed8697d..869871e577d 100644
--- a/python/example_code/elastic-load-balancing/examples_catalog.json
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -1,55 +1,5 @@
{
"examples": [
- {
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
- ],
- "source_key": null
- },
- {
- "id": "elastic-load-balancing-v2_Hello",
- "file": "elastic-load-balancing-v2_metadata.yaml",
- "languages": [],
- "title": "Hello Elastic Load Balancing",
- "title_abbrev": "Hello Elastic Load Balancing",
- "synopsis": "get started using Elastic Load Balancing.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "elastic-load-balancing-v2_DescribeLoadBalancers",
"file": "elastic-load-balancing-v2_metadata.yaml",
@@ -189,6 +139,56 @@
},
"synopsis_list": [],
"source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_Hello",
+ "file": "elastic-load-balancing-v2_metadata.yaml",
+ "languages": [],
+ "title": "Hello Elastic Load Balancing",
+ "title_abbrev": "Hello Elastic Load Balancing",
+ "synopsis": "get started using Elastic Load Balancing.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
index 75362e06891..dc5dc062902 100644
--- a/python/example_code/glue/examples_catalog.json
+++ b/python/example_code/glue/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "glue_Hello",
- "file": "glue_metadata.yaml",
- "languages": [],
- "title": "Hello AWS Glue",
- "title_abbrev": "Hello AWS Glue",
- "synopsis": "get started using AWS Glue.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "glue_GetCrawler",
"file": "glue_metadata.yaml",
@@ -327,6 +307,26 @@
"List information about job runs, view transformed data, and clean up resources."
],
"source_key": null
+ },
+ {
+ "id": "glue_Hello",
+ "file": "glue_metadata.yaml",
+ "languages": [],
+ "title": "Hello AWS Glue",
+ "title_abbrev": "Hello AWS Glue",
+ "synopsis": "get started using AWS Glue.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
index 71910e40571..ef4a7479226 100644
--- a/python/example_code/iam/examples_catalog.json
+++ b/python/example_code/iam/examples_catalog.json
@@ -1,55 +1,5 @@
{
"examples": [
- {
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
- ],
- "source_key": null
- },
- {
- "id": "iam_Hello",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Hello IAM",
- "title_abbrev": "Hello IAM",
- "synopsis": "get started using IAM.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "iam_CreateAccountAlias",
"file": "iam_metadata.yaml",
@@ -230,31 +180,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_AccountManagement",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Manage your IAM account using an AWS SDK",
- "title_abbrev": "Manage your account",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Get and update the account alias.",
- "Generate a report of users and credentials.",
- "Get a summary of account usage.",
- "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
- ],
- "source_key": null
- },
{
"id": "iam_CreateAccessKey",
"file": "iam_metadata.yaml",
@@ -355,30 +280,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_ManageAccessKeys",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Manage IAM access keys using an AWS SDK",
- "title_abbrev": "Manage access keys",
- "synopsis": "manage access keys. ",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create and list access keys.",
- "Find out when and how an access key was last used.",
- "Update and delete access keys."
- ],
- "source_key": null
- },
{
"id": "iam_CreatePolicy",
"file": "iam_metadata.yaml",
@@ -499,31 +400,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_RollbackPolicyVersion",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Roll back an IAM policy version using an AWS SDK",
- "title_abbrev": "Roll back a policy version",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Get the list of policy versions in order by date.",
- "Find the default policy version.",
- "Make the previous policy version the default.",
- "Delete the old default version."
- ],
- "source_key": null
- },
{
"id": "iam_AttachRolePolicy",
"file": "iam_metadata.yaml",
@@ -584,31 +460,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_PolicyManagement",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Manage IAM policies using an AWS SDK",
- "title_abbrev": "Manage policies",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create and list policies.",
- "Create and get policy versions.",
- "Roll back a policy to a previous version.",
- "Delete policies."
- ],
- "source_key": null
- },
{
"id": "iam_CreateRole",
"file": "iam_metadata.yaml",
@@ -709,30 +560,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_RoleManagement",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Manage IAM roles using an AWS SDK",
- "title_abbrev": "Manage roles",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create an IAM role.",
- "Attach and detach policies for a role.",
- "Delete a role."
- ],
- "source_key": null
- },
{
"id": "iam_CreateUser",
"file": "iam_metadata.yaml",
@@ -853,31 +680,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "iam_Scenario_UserPolicies",
- "file": "iam_metadata.yaml",
- "languages": [],
- "title": "Create read-only and read-write IAM users using an AWS SDK",
- "title_abbrev": "Create read-only and read-write users",
- "synopsis": "create users and attach policies to them. ",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create two IAM users.",
- "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
- "Attach a policy for the second user to get objects from the bucket.",
- "Get different permissions to the bucket based on user credentials."
- ],
- "source_key": null
- },
{
"id": "iam_ListGroups",
"file": "iam_metadata.yaml",
@@ -982,6 +784,204 @@
"Assume the role and list S3 buckets using temporary credentials, then clean up resources."
],
"source_key": null
+ },
+ {
+ "id": "iam_Hello",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Hello IAM",
+ "title_abbrev": "Hello IAM",
+ "synopsis": "get started using IAM.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_AccountManagement",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Manage your IAM account using an AWS SDK",
+ "title_abbrev": "Manage your account",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Get and update the account alias.",
+ "Generate a report of users and credentials.",
+ "Get a summary of account usage.",
+ "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_ManageAccessKeys",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Manage IAM access keys using an AWS SDK",
+ "title_abbrev": "Manage access keys",
+ "synopsis": "manage access keys. ",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create and list access keys.",
+ "Find out when and how an access key was last used.",
+ "Update and delete access keys."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RollbackPolicyVersion",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Roll back an IAM policy version using an AWS SDK",
+ "title_abbrev": "Roll back a policy version",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RollbackPolicyVersion_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Get the list of policy versions in order by date.",
+ "Find the default policy version.",
+ "Make the previous policy version the default.",
+ "Delete the old default version."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_PolicyManagement",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Manage IAM policies using an AWS SDK",
+ "title_abbrev": "Manage policies",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create and list policies.",
+ "Create and get policy versions.",
+ "Roll back a policy to a previous version.",
+ "Delete policies."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_RoleManagement",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Manage IAM roles using an AWS SDK",
+ "title_abbrev": "Manage roles",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create an IAM role.",
+ "Attach and detach policies for a role.",
+ "Delete a role."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_Scenario_UserPolicies",
+ "file": "iam_metadata.yaml",
+ "languages": [],
+ "title": "Create read-only and read-write IAM users using an AWS SDK",
+ "title_abbrev": "Create read-only and read-write users",
+ "synopsis": "create users and attach policies to them. ",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create two IAM users.",
+ "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
+ "Attach a policy for the second user to get objects from the bucket.",
+ "Get different permissions to the bucket based on user credentials."
+ ],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
index 29a407e01ec..561019fea9d 100644
--- a/python/example_code/iotsitewise/examples_catalog.json
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "iotsitewise_Hello",
- "file": "iot_sitewise_metadata.yaml",
- "languages": [],
- "title": "Hello AWS IoT SiteWise",
- "title_abbrev": "Hello AWS IoT SiteWise",
- "synopsis": "get started using AWS IoT SiteWise.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "iotsitewise_DescribeGateway",
"file": "iot_sitewise_metadata.yaml",
@@ -309,6 +289,26 @@
"Delete the AWS IoT SiteWise Assets."
],
"source_key": null
+ },
+ {
+ "id": "iotsitewise_Hello",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": [],
+ "title": "Hello AWS IoT SiteWise",
+ "title_abbrev": "Hello AWS IoT SiteWise",
+ "synopsis": "get started using AWS IoT SiteWise.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
index 918fb14621c..d0608fb549a 100644
--- a/python/example_code/keyspaces/examples_catalog.json
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "keyspaces_Hello",
- "file": "keyspaces_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon Keyspaces",
- "title_abbrev": "Hello Amazon Keyspaces",
- "synopsis": "get started using Amazon Keyspaces.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "keyspaces_CreateKeyspace",
"file": "keyspaces_metadata.yaml",
@@ -245,6 +225,26 @@
"Restore the table to its previous state and clean up resources."
],
"source_key": null
+ },
+ {
+ "id": "keyspaces_Hello",
+ "file": "keyspaces_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon Keyspaces",
+ "title_abbrev": "Hello Amazon Keyspaces",
+ "synopsis": "get started using Amazon Keyspaces.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
index ea638211c7b..05f9750f17e 100644
--- a/python/example_code/lambda/examples_catalog.json
+++ b/python/example_code/lambda/examples_catalog.json
@@ -1,22 +1,19 @@
{
"examples": [
{
- "id": "cross_ApiGatewayDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "lambda_CreateFunction",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create an API Gateway REST API to track COVID-19 data",
- "title_abbrev": "Create a REST API to track COVID-19 data",
- "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
- "category": "Scenarios",
+ "title": "CreateFunction",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
- "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
},
"sdk_pages": []
},
@@ -24,21 +21,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayWebsocketChat",
- "file": "cross_metadata.yaml",
+ "id": "lambda_DeleteFunction",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a websocket chat application with API Gateway",
- "title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "DeleteFunction",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
},
"sdk_pages": []
},
@@ -46,22 +41,19 @@
"source_key": null
},
{
- "id": "cross_AuroraRestLendingLibrary",
- "file": "cross_metadata.yaml",
+ "id": "lambda_Invoke",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a lending library REST API",
- "title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
- "category": "Scenarios",
+ "title": "Invoke",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
},
"sdk_pages": []
},
@@ -69,22 +61,19 @@
"source_key": null
},
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "lambda_GetFunction",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
+ "title": "GetFunction",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "sfn",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
},
"sdk_pages": []
},
@@ -92,22 +81,19 @@
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "lambda_UpdateFunctionCode",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "UpdateFunctionCode",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
},
"sdk_pages": []
},
@@ -115,23 +101,19 @@
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "lambda_UpdateFunctionConfiguration",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
- "category": "Scenarios",
+ "title": "UpdateFunctionConfiguration",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
},
"sdk_pages": []
},
@@ -139,19 +121,19 @@
"source_key": null
},
{
- "id": "lambda_Hello",
+ "id": "lambda_ListFunctions",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "Hello Lambda",
- "title_abbrev": "Hello Lambda",
- "synopsis": "get started using Lambda.",
- "category": "Hello",
+ "title": "ListFunctions",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
},
"sdk_pages": []
},
@@ -159,39 +141,48 @@
"source_key": null
},
{
- "id": "lambda_CreateFunction",
+ "id": "lambda_Scenario_GettingStartedFunctions",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "CreateFunction",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
- "guide_topic": null,
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Create a Lambda function with the console",
+ "url": "lambda/latest/dg/getting-started-create-function.html"
+ },
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an IAM role and Lambda function, then upload handler code.",
+ "Invoke the function with a single parameter and get results.",
+ "Update the function code and configure with an environment variable.",
+ "Invoke the function with new parameters and get results. Display the returned execution log.",
+ "List the functions for your account, then clean up resources."
+ ],
"source_key": null
},
{
- "id": "lambda_DeleteFunction",
+ "id": "lambda_Hello",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "DeleteFunction",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Lambda",
+ "title_abbrev": "Hello Lambda",
+ "synopsis": "get started using Lambda.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
},
"sdk_pages": []
},
@@ -199,19 +190,22 @@
"source_key": null
},
{
- "id": "lambda_Invoke",
- "file": "lambda_metadata.yaml",
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Invoke",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an API Gateway REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
"sdk_pages": []
},
@@ -219,19 +213,21 @@
"source_key": null
},
{
- "id": "lambda_GetFunction",
- "file": "lambda_metadata.yaml",
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "GetFunction",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a websocket chat application with API Gateway",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
"sdk_pages": []
},
@@ -239,19 +235,22 @@
"source_key": null
},
{
- "id": "lambda_UpdateFunctionCode",
- "file": "lambda_metadata.yaml",
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "UpdateFunctionCode",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
"sdk_pages": []
},
@@ -259,19 +258,22 @@
"source_key": null
},
{
- "id": "lambda_UpdateFunctionConfiguration",
- "file": "lambda_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "UpdateFunctionConfiguration",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -279,19 +281,22 @@
"source_key": null
},
{
- "id": "lambda_ListFunctions",
- "file": "lambda_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ListFunctions",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -299,32 +304,27 @@
"source_key": null
},
{
- "id": "lambda_Scenario_GettingStartedFunctions",
- "file": "lambda_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Basics",
- "guide_topic": {
- "title": "Create a Lambda function with the console",
- "url": "lambda/latest/dg/getting-started-create-function.html"
- },
- "service_main": null,
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an IAM role and Lambda function, then upload handler code.",
- "Invoke the function with a single parameter and get results.",
- "Update the function code and configure with an environment variable.",
- "Invoke the function with new parameters and get results. Display the returned execution log.",
- "List the functions for your account, then clean up resources."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
index 5c0ed0e43ac..8f58cb0f0ee 100644
--- a/python/example_code/lookoutvision/examples_catalog.json
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -23,29 +23,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "lookoutvision_Scenario_CreateManifestFile",
- "file": "lookoutvision_metadata.yaml",
- "languages": [],
- "title": "Create a Lookout for Vision manifest file using an AWS SDK",
- "title_abbrev": "Create a manifest file",
- "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
- "category": "Scenarios",
- "guide_topic": {
- "title": "Creating a manifest file",
- "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
- },
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "lookoutvision_DeleteDataset",
"file": "lookoutvision_metadata.yaml",
@@ -92,52 +69,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "lookoutvision_Scenario_FindTagInProjects",
- "file": "lookoutvision_metadata.yaml",
- "languages": [],
- "title": "Find a Lookout for Vision project with a specific tag using an AWS SDK",
- "title_abbrev": "Find a project with a specific tag",
- "synopsis": "find a Lookout for Vision project with a specific tag.",
- "category": "Scenarios",
- "guide_topic": {
- "title": "Tagging models",
- "url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
- },
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "lookoutvision_Scenario_ExportDatasets",
- "file": "lookoutvision_metadata.yaml",
- "languages": [],
- "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
- "title_abbrev": "Export the datasets from a project",
- "synopsis": "export the datasets from a Lookout for Vision project.",
- "category": "Scenarios",
- "guide_topic": {
- "title": "Exporting datasets from a project (SDK)",
- "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
- },
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "lookoutvision_StartModel",
"file": "lookoutvision_metadata.yaml",
@@ -184,26 +115,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "lookoutvision_Scenario_ListHostedModels",
- "file": "lookoutvision_metadata.yaml",
- "languages": [],
- "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
- "title_abbrev": "List models that are currently hosted",
- "synopsis": "list Lookout for Vision models that are currently hosted.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "lookoutvision_DetectAnomalies",
"file": "lookoutvision_metadata.yaml",
@@ -408,6 +319,95 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "lookoutvision_Scenario_CreateManifestFile",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": [],
+ "title": "Create a Lookout for Vision manifest file using an AWS SDK",
+ "title_abbrev": "Create a manifest file",
+ "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Creating a manifest file",
+ "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
+ },
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_FindTagInProjects",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": [],
+ "title": "Find a Lookout for Vision project with a specific tag using an AWS SDK",
+ "title_abbrev": "Find a project with a specific tag",
+ "synopsis": "find a Lookout for Vision project with a specific tag.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Tagging models",
+ "url": "lookout-for-vision/latest/developer-guide/tagging-model.html"
+ },
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_FindTagInProjects_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ExportDatasets",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": [],
+ "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
+ "title_abbrev": "Export the datasets from a project",
+ "synopsis": "export the datasets from a Lookout for Vision project.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Exporting datasets from a project (SDK)",
+ "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
+ },
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "lookoutvision_Scenario_ListHostedModels",
+ "file": "lookoutvision_metadata.yaml",
+ "languages": [],
+ "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
+ "title_abbrev": "List models that are currently hosted",
+ "synopsis": "list Lookout for Vision models that are currently hosted.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "lookoutvision_Scenario_CreateTrainStartModel",
"file": "lookoutvision_metadata.yaml",
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
index e6846dc4339..98898771ac3 100644
--- a/python/example_code/medical-imaging/examples_catalog.json
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "medical-imaging_Hello",
- "file": "medical-imaging_metadata.yaml",
- "languages": [],
- "title": "Hello HealthImaging",
- "title_abbrev": "Hello HealthImaging",
- "synopsis": "get started using HealthImaging.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "medical-imaging_CreateDatastore",
"file": "medical-imaging_metadata.yaml",
@@ -380,6 +360,26 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "medical-imaging_Hello",
+ "file": "medical-imaging_metadata.yaml",
+ "languages": [],
+ "title": "Hello HealthImaging",
+ "title_abbrev": "Hello HealthImaging",
+ "synopsis": "get started using HealthImaging.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "medical-imaging_Scenario_TaggingDataStores",
"file": "medical-imaging_metadata.yaml",
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
index 15f9fdbafa4..56e66700353 100644
--- a/python/example_code/rds/examples_catalog.json
+++ b/python/example_code/rds/examples_catalog.json
@@ -1,48 +1,5 @@
{
"examples": [
- {
- "id": "cross_RDSDataTracker",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create an Aurora Serverless work item tracker",
- "title_abbrev": "Create an Aurora Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "aurora",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
- "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "rds_Hello",
- "file": "rds_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon RDS",
- "title_abbrev": "Hello Amazon RDS",
- "synopsis": "get started using Amazon RDS.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "rds_CreateDBInstance",
"file": "rds_metadata.yaml",
@@ -307,6 +264,49 @@
"Delete the instance and parameter group."
],
"source_key": null
+ },
+ {
+ "id": "rds_Hello",
+ "file": "rds_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon RDS",
+ "title_abbrev": "Hello Amazon RDS",
+ "synopsis": "get started using Amazon RDS.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
index baaecc01bbe..c7e6e55da02 100644
--- a/python/example_code/redshift/examples_catalog.json
+++ b/python/example_code/redshift/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "redshift_Hello",
- "file": "redshift_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon Redshift",
- "title_abbrev": "Hello Amazon Redshift",
- "synopsis": "get started using Amazon Redshift.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "redshift_CreateCluster",
"file": "redshift_metadata.yaml",
@@ -167,6 +147,26 @@
"Delete the Amazon Redshift cluster."
],
"source_key": null
+ },
+ {
+ "id": "redshift_Hello",
+ "file": "redshift_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon Redshift",
+ "title_abbrev": "Hello Amazon Redshift",
+ "synopsis": "get started using Amazon Redshift.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
index 614f58790d5..be8c06a7f1a 100644
--- a/python/example_code/rekognition/examples_catalog.json
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -1,51 +1,5 @@
{
"examples": [
- {
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "rekognition_DescribeCollection",
"file": "rekognition_metadata.yaml",
@@ -253,34 +207,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "rekognition_Usage_FindFacesInCollection",
- "file": "rekognition_metadata.yaml",
- "languages": [],
- "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
- "title_abbrev": "Build a collection and find faces in it",
- "synopsis": "",
- "category": "Scenarios",
- "guide_topic": {
- "title": "Searching faces in a collection",
- "url": "rekognition/latest/dg/collections.html"
- },
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create an Amazon Rekognition collection.",
- "Add images to the collection and detect faces in it.",
- "Search the collection for faces that match a reference image.",
- "Delete a collection."
- ],
- "source_key": null
- },
{
"id": "rekognition_DetectFaces",
"file": "rekognition_metadata.yaml",
@@ -419,6 +345,80 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "rekognition_Usage_FindFacesInCollection",
+ "file": "rekognition_metadata.yaml",
+ "languages": [],
+ "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
+ "title_abbrev": "Build a collection and find faces in it",
+ "synopsis": "",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Searching faces in a collection",
+ "url": "rekognition/latest/dg/collections.html"
+ },
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create an Amazon Rekognition collection.",
+ "Add images to the collection and detect faces in it.",
+ "Search the collection for faces that match a reference image.",
+ "Delete a collection."
+ ],
+ "source_key": null
+ },
{
"id": "rekognition_Usage_DetectAndDisplayImage",
"file": "rekognition_metadata.yaml",
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
index 4932ed1bdec..c777550b135 100644
--- a/python/example_code/s3/examples_catalog.json
+++ b/python/example_code/s3/examples_catalog.json
@@ -1,117 +1,5 @@
{
"examples": [
- {
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "textract",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_TextractComprehendDetectEntities",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect entities in text extracted from an image using an AWS SDK",
- "title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "textract",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "s3_Hello",
- "file": "s3_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon S3",
- "title_abbrev": "Hello Amazon S3",
- "synopsis": "get started using Amazon S3.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "s3_CreateBucket",
"file": "s3_metadata.yaml",
@@ -672,6 +560,144 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "s3_Scenario_GettingStarted",
+ "file": "s3_metadata.yaml",
+ "languages": [],
+ "title": "Learn the basics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Create a bucket and upload a file to it.",
+ "Download an object from a bucket.",
+ "Copy an object to a subfolder in a bucket.",
+ "List the objects in a bucket.",
+ "Delete the bucket objects and the bucket."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "s3_Hello",
+ "file": "s3_metadata.yaml",
+ "languages": [],
+ "title": "Hello Amazon S3",
+ "title_abbrev": "Hello Amazon S3",
+ "synopsis": "get started using Amazon S3.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "s3_Scenario_UsingLargeFiles",
"file": "s3_metadata.yaml",
@@ -761,32 +787,6 @@
],
"source_key": null
},
- {
- "id": "s3_Scenario_GettingStarted",
- "file": "s3_metadata.yaml",
- "languages": [],
- "title": "Learn the basics",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Basics",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Create a bucket and upload a file to it.",
- "Download an object from a bucket.",
- "Copy an object to a subfolder in a bucket.",
- "List the objects in a bucket.",
- "Delete the bucket objects and the bucket."
- ],
- "source_key": null
- },
{
"id": "s3_Scenario_ConditionalRequests",
"file": "s3_metadata.yaml",
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
index 678f52b627a..30f798145b2 100644
--- a/python/example_code/scheduler/examples_catalog.json
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "scheduler_hello",
- "file": "scheduler_metadata.yaml",
- "languages": [],
- "title": "Hello EventBridge Scheduler",
- "title_abbrev": "Hello EventBridge Scheduler",
- "synopsis": "get started using EventBridge Scheduler.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "scheduler_CreateSchedule",
"file": "scheduler_metadata.yaml",
@@ -100,6 +80,26 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "scheduler_hello",
+ "file": "scheduler_metadata.yaml",
+ "languages": [],
+ "title": "Hello EventBridge Scheduler",
+ "title_abbrev": "Hello EventBridge Scheduler",
+ "synopsis": "get started using EventBridge Scheduler.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "scheduler_ScheduledEventsScenario",
"file": "scheduler_metadata.yaml",
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
index 018e74f59c5..6bc4c7f3ab8 100644
--- a/python/example_code/secretsmanager/examples_catalog.json
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -1,22 +1,19 @@
{
"examples": [
{
- "id": "cross_AuroraRestLendingLibrary",
- "file": "cross_metadata.yaml",
+ "id": "secrets-manager_GetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
"languages": [],
- "title": "Create a lending library REST API",
- "title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
- "category": "Scenarios",
+ "title": "GetSecretValue",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
},
"sdk_pages": []
},
@@ -24,10 +21,10 @@
"source_key": null
},
{
- "id": "secrets-manager_GetSecretValue",
+ "id": "secrets-manager_BatchGetSecretValue",
"file": "secrets-manager_metadata.yaml",
"languages": [],
- "title": "GetSecretValue",
+ "title": "BatchGetSecretValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -36,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
},
"sdk_pages": []
},
@@ -44,19 +41,22 @@
"source_key": null
},
{
- "id": "secrets-manager_BatchGetSecretValue",
- "file": "secrets-manager_metadata.yaml",
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "BatchGetSecretValue",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_BatchGetSecretValue_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
index ab1d2753126..eb61f6b9b50 100644
--- a/python/example_code/ses/examples_catalog.json
+++ b/python/example_code/ses/examples_catalog.json
@@ -1,95 +1,5 @@
{
"examples": [
- {
- "id": "cross_RDSDataTracker",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create an Aurora Serverless work item tracker",
- "title_abbrev": "Create an Aurora Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "aurora",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
- "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_DynamoDBDataTracker",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create a web application to track DynamoDB data",
- "title_abbrev": "Create a web application to track DynamoDB data",
- "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "dynamodb",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "ses_SendEmail",
"file": "ses_metadata.yaml",
@@ -490,6 +400,96 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "aurora",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "dynamodb",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "ses_Scenario_GenerateSmtpCredentials",
"file": "ses_metadata.yaml",
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
index 51e10c175cc..84d6b3cafe3 100644
--- a/python/example_code/sns/examples_catalog.json
+++ b/python/example_code/sns/examples_catalog.json
@@ -1,23 +1,19 @@
{
"examples": [
{
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
+ "id": "sns_ListSubscriptions",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
+ "title": "ListSubscriptions",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
},
"sdk_pages": []
},
@@ -25,22 +21,19 @@
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "sns_ListTopics",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "ListTopics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
},
"sdk_pages": []
},
@@ -48,23 +41,19 @@
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "sns_CreateTopic",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
- "category": "Scenarios",
+ "title": "CreateTopic",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
},
"sdk_pages": []
},
@@ -72,23 +61,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "sns_DeleteTopic",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
+ "title": "DeleteTopic",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
},
"sdk_pages": []
},
@@ -96,10 +81,10 @@
"source_key": null
},
{
- "id": "sns_ListSubscriptions",
+ "id": "sns_Publish",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "ListSubscriptions",
+ "title": "Publish",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -108,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
},
"sdk_pages": []
},
@@ -116,10 +101,10 @@
"source_key": null
},
{
- "id": "sns_ListTopics",
+ "id": "sns_SetSubscriptionAttributes",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "ListTopics",
+ "title": "SetSubscriptionAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -128,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
},
"sdk_pages": []
},
@@ -136,10 +121,10 @@
"source_key": null
},
{
- "id": "sns_CreateTopic",
+ "id": "sns_Subscribe",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "CreateTopic",
+ "title": "Subscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -148,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
},
"sdk_pages": []
},
@@ -156,10 +141,10 @@
"source_key": null
},
{
- "id": "sns_DeleteTopic",
+ "id": "sns_Unsubscribe",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "DeleteTopic",
+ "title": "Unsubscribe",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -168,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
},
"sdk_pages": []
},
@@ -176,19 +161,23 @@
"source_key": null
},
{
- "id": "sns_Publish",
- "file": "sns_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Publish",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -196,19 +185,22 @@
"source_key": null
},
{
- "id": "sns_PublishTextSMS",
- "file": "sns_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
- "title_abbrev": "Publish an SMS text message",
- "synopsis": "publish SMS messages using Amazon SNS.",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
"category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -216,19 +208,23 @@
"source_key": null
},
{
- "id": "sns_SetSubscriptionAttributes",
- "file": "sns_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "SetSubscriptionAttributes",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
@@ -236,19 +232,23 @@
"source_key": null
},
{
- "id": "sns_Subscribe",
- "file": "sns_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Subscribe",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -256,19 +256,19 @@
"source_key": null
},
{
- "id": "sns_Unsubscribe",
+ "id": "sns_PublishTextSMS",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Unsubscribe",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
+ "title_abbrev": "Publish an SMS text message",
+ "synopsis": "publish SMS messages using Amazon SNS.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
index 0b70c1a9eeb..d614997ca9b 100644
--- a/python/example_code/sqs/examples_catalog.json
+++ b/python/example_code/sqs/examples_catalog.json
@@ -1,22 +1,19 @@
{
"examples": [
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "sqs_CreateQueue",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
+ "title": "CreateQueue",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "sfn",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
},
"sdk_pages": []
},
@@ -24,23 +21,19 @@
"source_key": null
},
{
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
+ "id": "sqs_GetQueueUrl",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
+ "title": "GetQueueUrl",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
},
"sdk_pages": []
},
@@ -48,23 +41,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "sqs_ListQueues",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
+ "title": "ListQueues",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
},
"sdk_pages": []
},
@@ -72,20 +61,19 @@
"source_key": null
},
{
- "id": "sns_PublishFifoTopic",
- "file": "sns_metadata.yaml",
+ "id": "sqs_DeleteQueue",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
- "title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO Amazon SNS topic.",
- "category": "Scenarios",
+ "title": "DeleteQueue",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
},
"sdk_pages": []
},
@@ -93,10 +81,10 @@
"source_key": null
},
{
- "id": "sqs_CreateQueue",
+ "id": "sqs_SendMessage",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "CreateQueue",
+ "title": "SendMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -105,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
},
"sdk_pages": []
},
@@ -113,10 +101,10 @@
"source_key": null
},
{
- "id": "sqs_GetQueueUrl",
+ "id": "sqs_SendMessageBatch",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "GetQueueUrl",
+ "title": "SendMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -125,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
},
"sdk_pages": []
},
@@ -133,10 +121,10 @@
"source_key": null
},
{
- "id": "sqs_ListQueues",
+ "id": "sqs_ReceiveMessage",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "ListQueues",
+ "title": "ReceiveMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -145,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
},
"sdk_pages": []
},
@@ -153,10 +141,10 @@
"source_key": null
},
{
- "id": "sqs_DeleteQueue",
+ "id": "sqs_DeleteMessage",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "DeleteQueue",
+ "title": "DeleteMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -165,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
},
"sdk_pages": []
},
@@ -173,10 +161,10 @@
"source_key": null
},
{
- "id": "sqs_SendMessage",
+ "id": "sqs_DeleteMessageBatch",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "SendMessage",
+ "title": "DeleteMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -185,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
},
"sdk_pages": []
},
@@ -193,19 +181,22 @@
"source_key": null
},
{
- "id": "sqs_SendMessageBatch",
- "file": "sqs_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "SendMessageBatch",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -213,19 +204,23 @@
"source_key": null
},
{
- "id": "sqs_ReceiveMessage",
- "file": "sqs_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ReceiveMessage",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -233,19 +228,23 @@
"source_key": null
},
{
- "id": "sqs_DeleteMessage",
- "file": "sqs_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteMessage",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -253,19 +252,20 @@
"source_key": null
},
{
- "id": "sqs_DeleteMessageBatch",
- "file": "sqs_metadata.yaml",
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "DeleteMessageBatch",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
index 3bd37df7166..07477666887 100644
--- a/python/example_code/ssm/examples_catalog.json
+++ b/python/example_code/ssm/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "ssm_Hello",
- "file": "ssm_metadata.yaml",
- "languages": [],
- "title": "Hello Systems Manager",
- "title_abbrev": "Hello Systems Manager",
- "synopsis": "get started using Systems Manager.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "ssm_CreateOpsItem",
"file": "ssm_metadata.yaml",
@@ -267,6 +247,26 @@
"Delete the maintenance window, OpsItem, and document."
],
"source_key": null
+ },
+ {
+ "id": "ssm_Hello",
+ "file": "ssm_metadata.yaml",
+ "languages": [],
+ "title": "Hello Systems Manager",
+ "title_abbrev": "Hello Systems Manager",
+ "synopsis": "get started using Systems Manager.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
index dc34b207ac1..05f6c759c40 100644
--- a/python/example_code/support/examples_catalog.json
+++ b/python/example_code/support/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "support_Hello",
- "file": "support_metadata.yaml",
- "languages": [],
- "title": "Hello Support",
- "title_abbrev": "Hello Support",
- "synopsis": "get started using Support.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "support_AddAttachmentsToSet",
"file": "support_metadata.yaml",
@@ -227,6 +207,26 @@
"Get and display a list of resolved cases for the current day."
],
"source_key": null
+ },
+ {
+ "id": "support_Hello",
+ "file": "support_metadata.yaml",
+ "languages": [],
+ "title": "Hello Support",
+ "title_abbrev": "Hello Support",
+ "synopsis": "get started using Support.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
index 2c04467dd55..79e9c64b395 100644
--- a/python/example_code/textract/examples_catalog.json
+++ b/python/example_code/textract/examples_catalog.json
@@ -1,51 +1,5 @@
{
"examples": [
- {
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "textract",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_TextractComprehendDetectEntities",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Detect entities in text extracted from an image using an AWS SDK",
- "title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "textract",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "textract_AnalyzeDocument",
"file": "textract_metadata.yaml",
@@ -145,6 +99,52 @@
},
"synopsis_list": [],
"source_key": null
+ },
+ {
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "textract",
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
From 9c0adad053cba2d7ca894293691dd1dbc3703e98 Mon Sep 17 00:00:00 2001
From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com>
Date: Mon, 31 Mar 2025 11:26:52 -0500
Subject: [PATCH 13/13] Redo catalog sorting.
---
.tools/scanners/catalog_runner.py | 2 +-
python/example_code/acm/examples_catalog.json | 36 +-
.../example_code/aurora/examples_catalog.json | 134 +++---
.../auto-scaling/examples_catalog.json | 112 ++---
.../bedrock-agent/examples_catalog.json | 46 +-
.../bedrock-runtime/examples_catalog.json | 436 +++++++++---------
.../bedrock/examples_catalog.json | 24 +-
.../cloudfront/examples_catalog.json | 12 +-
.../cloudwatch-logs/examples_catalog.json | 24 +-
.../cognito/examples_catalog.json | 116 ++---
.../comprehend/examples_catalog.json | 90 ++--
.../example_code/config/examples_catalog.json | 12 +-
.../dynamodb/examples_catalog.json | 358 +++++++-------
python/example_code/ec2/examples_catalog.json | 276 +++++------
python/example_code/ecr/examples_catalog.json | 66 +--
.../examples_catalog.json | 96 ++--
python/example_code/emr/examples_catalog.json | 58 +--
.../glacier/examples_catalog.json | 98 ++--
.../example_code/glue/examples_catalog.json | 124 ++---
.../healthlake/examples_catalog.json | 66 +--
python/example_code/iam/examples_catalog.json | 396 ++++++++--------
.../iotsitewise/examples_catalog.json | 118 ++---
.../keyspaces/examples_catalog.json | 72 +--
.../examples_catalog.json | 216 ++++-----
.../kinesis/examples_catalog.json | 24 +-
python/example_code/kms/examples_catalog.json | 180 ++++----
.../example_code/lambda/examples_catalog.json | 280 +++++------
.../lookoutvision/examples_catalog.json | 198 ++++----
.../medical-imaging/examples_catalog.json | 198 ++++----
.../organizations/examples_catalog.json | 30 +-
.../example_code/polly/examples_catalog.json | 42 +-
python/example_code/rds/examples_catalog.json | 130 +++---
.../redshift/examples_catalog.json | 58 +--
.../rekognition/examples_catalog.json | 252 +++++-----
python/example_code/s3/examples_catalog.json | 412 ++++++++---------
.../scheduler/examples_catalog.json | 40 +-
.../secretsmanager/examples_catalog.json | 38 +-
python/example_code/ses/examples_catalog.json | 282 +++++------
.../example_code/sesv2/examples_catalog.json | 72 +--
python/example_code/sns/examples_catalog.json | 204 ++++----
python/example_code/sqs/examples_catalog.json | 200 ++++----
python/example_code/ssm/examples_catalog.json | 108 ++---
.../support/examples_catalog.json | 40 +-
.../textract/examples_catalog.json | 88 ++--
.../transcribe/examples_catalog.json | 116 ++---
45 files changed, 2990 insertions(+), 2990 deletions(-)
diff --git a/.tools/scanners/catalog_runner.py b/.tools/scanners/catalog_runner.py
index f0ec48d24ae..1ddd297037d 100644
--- a/.tools/scanners/catalog_runner.py
+++ b/.tools/scanners/catalog_runner.py
@@ -194,7 +194,7 @@ def write_catalog_json(doc_gen, service_name, language_name, folder_path, is_dry
example.services = []
# Order the examples by id.
- language_examples.sort(key=lambda x: x.category)
+ language_examples.sort(key=lambda x: x.id)
new_catalog = json.dumps(
{"examples": language_examples},
diff --git a/python/example_code/acm/examples_catalog.json b/python/example_code/acm/examples_catalog.json
index 47cabd47c3a..ffb921f5fe2 100644
--- a/python/example_code/acm/examples_catalog.json
+++ b/python/example_code/acm/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "acm_DescribeCertificate",
+ "id": "acm_AddTagsToCertificate",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "DescribeCertificate",
+ "title": "AddTagsToCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "acm_GetCertificate",
+ "id": "acm_DeleteCertificate",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "GetCertificate",
+ "title": "DeleteCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "acm_ListCertificates",
+ "id": "acm_DescribeCertificate",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "ListCertificates",
+ "title": "DescribeCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DescribeCertificate_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "acm_ImportCertificate",
+ "id": "acm_GetCertificate",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "ImportCertificate",
+ "title": "GetCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_GetCertificate_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "acm_DeleteCertificate",
+ "id": "acm_ImportCertificate",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "DeleteCertificate",
+ "title": "ImportCertificate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_DeleteCertificate_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ImportCertificate_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "acm_AddTagsToCertificate",
+ "id": "acm_ListCertificates",
"file": "acm_metadata.yaml",
"languages": [],
- "title": "AddTagsToCertificate",
+ "title": "ListCertificates",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_AddTagsToCertificate_section.html"
+ "acm": "https://docs.aws.amazon.com/code-library/latest/ug/acm_example_acm_ListCertificates_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/aurora/examples_catalog.json b/python/example_code/aurora/examples_catalog.json
index e7887096171..20d9a806925 100644
--- a/python/example_code/aurora/examples_catalog.json
+++ b/python/example_code/aurora/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "aurora_DescribeDBClusterParameterGroups",
+ "id": "aurora_CreateDBCluster",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DescribeDBClusterParameterGroups",
+ "title": "CreateDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "aurora_DeleteDBClusterParameterGroup",
+ "id": "aurora_CreateDBClusterSnapshot",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DeleteDBClusterParameterGroup",
+ "title": "CreateDBClusterSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "aurora_DescribeDBClusterParameters",
+ "id": "aurora_CreateDBInstance",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DescribeDBClusterParameters",
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "aurora_ModifyDBClusterParameterGroup",
+ "id": "aurora_DeleteDBCluster",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "ModifyDBClusterParameterGroup",
+ "title": "DeleteDBCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "aurora_DescribeDBClusters",
+ "id": "aurora_DeleteDBClusterParameterGroup",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DescribeDBClusters",
+ "title": "DeleteDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBClusterParameterGroup_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "aurora_CreateDBCluster",
+ "id": "aurora_DeleteDBInstance",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "CreateDBCluster",
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBCluster_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "aurora_DeleteDBCluster",
+ "id": "aurora_DescribeDBClusterParameterGroups",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DeleteDBCluster",
+ "title": "DescribeDBClusterParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBCluster_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameterGroups_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "aurora_CreateDBClusterSnapshot",
+ "id": "aurora_DescribeDBClusterParameters",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "CreateDBClusterSnapshot",
+ "title": "DescribeDBClusterParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBClusterSnapshot_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusterParameters_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "aurora_CreateDBInstance",
+ "id": "aurora_DescribeDBClusters",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "CreateDBInstance",
+ "title": "DescribeDBClusters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_CreateDBInstance_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBClusters_section.html"
},
"sdk_pages": []
},
@@ -241,10 +241,10 @@
"source_key": null
},
{
- "id": "aurora_DescribeOrderableDBInstanceOptions",
+ "id": "aurora_DescribeDBInstances",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DescribeOrderableDBInstanceOptions",
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
},
"sdk_pages": []
},
@@ -261,10 +261,10 @@
"source_key": null
},
{
- "id": "aurora_DescribeDBInstances",
+ "id": "aurora_DescribeOrderableDBInstanceOptions",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DescribeDBInstances",
+ "title": "DescribeOrderableDBInstanceOptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeDBInstances_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DescribeOrderableDBInstanceOptions_section.html"
},
"sdk_pages": []
},
@@ -281,10 +281,30 @@
"source_key": null
},
{
- "id": "aurora_DeleteDBInstance",
+ "id": "aurora_Hello",
"file": "aurora_metadata.yaml",
"languages": [],
- "title": "DeleteDBInstance",
+ "title": "Hello Aurora",
+ "title_abbrev": "Hello Aurora",
+ "synopsis": "get started using Aurora.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "aurora_ModifyDBClusterParameterGroup",
+ "file": "aurora_metadata.yaml",
+ "languages": [],
+ "title": "ModifyDBClusterParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +313,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_DeleteDBInstance_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_ModifyDBClusterParameterGroup_section.html"
},
"sdk_pages": []
},
@@ -326,19 +346,22 @@
"source_key": null
},
{
- "id": "aurora_Hello",
- "file": "aurora_metadata.yaml",
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Hello Aurora",
- "title_abbrev": "Hello Aurora",
- "synopsis": "get started using Aurora.",
- "category": "Hello",
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_aurora_Hello_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
"sdk_pages": []
},
@@ -367,29 +390,6 @@
},
"synopsis_list": [],
"source_key": null
- },
- {
- "id": "cross_AuroraRestLendingLibrary",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create a lending library REST API",
- "title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "aurora",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/auto-scaling/examples_catalog.json b/python/example_code/auto-scaling/examples_catalog.json
index 647aa273335..c21b93180eb 100644
--- a/python/example_code/auto-scaling/examples_catalog.json
+++ b/python/example_code/auto-scaling/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "auto-scaling_CreateAutoScalingGroup",
+ "id": "auto-scaling_AttachLoadBalancerTargetGroups",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "CreateAutoScalingGroup",
+ "title": "AttachLoadBalancerTargetGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "auto-scaling_DeleteAutoScalingGroup",
+ "id": "auto-scaling_CreateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "DeleteAutoScalingGroup",
+ "title": "CreateAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_CreateAutoScalingGroup_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "auto-scaling_DescribeAutoScalingGroups",
+ "id": "auto-scaling_DeleteAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "DescribeAutoScalingGroups",
+ "title": "DeleteAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DeleteAutoScalingGroup_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "auto-scaling_UpdateAutoScalingGroup",
+ "id": "auto-scaling_DescribeAutoScalingGroups",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "UpdateAutoScalingGroup",
+ "title": "DescribeAutoScalingGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingGroups_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
+ "id": "auto-scaling_DescribeAutoScalingInstances",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "TerminateInstanceInAutoScalingGroup",
+ "title": "DescribeAutoScalingInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "auto-scaling_SetDesiredCapacity",
+ "id": "auto-scaling_DescribeScalingActivities",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "SetDesiredCapacity",
+ "title": "DescribeScalingActivities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "auto-scaling_DescribeAutoScalingInstances",
+ "id": "auto-scaling_DisableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "DescribeAutoScalingInstances",
+ "title": "DisableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeAutoScalingInstances_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "auto-scaling_DescribeScalingActivities",
+ "id": "auto-scaling_EnableMetricsCollection",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "DescribeScalingActivities",
+ "title": "EnableMetricsCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DescribeScalingActivities_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
},
"sdk_pages": []
},
@@ -161,19 +161,19 @@
"source_key": null
},
{
- "id": "auto-scaling_EnableMetricsCollection",
+ "id": "auto-scaling_Hello",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "EnableMetricsCollection",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Auto Scaling",
+ "title_abbrev": "Hello Auto Scaling",
+ "synopsis": "get started using Auto Scaling.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_EnableMetricsCollection_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
},
"sdk_pages": []
},
@@ -181,30 +181,37 @@
"source_key": null
},
{
- "id": "auto-scaling_DisableMetricsCollection",
+ "id": "auto-scaling_Scenario_GroupsAndInstances",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "DisableMetricsCollection",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_DisableMetricsCollection_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an Amazon EC2 Auto Scaling group with a launch template and Availability Zones, and get information about running instances.",
+ "Enable Amazon CloudWatch metrics collection.",
+ "Update the group's desired capacity and wait for an instance to start.",
+ "Terminate an instance in the group.",
+ "List scaling activities that occur in response to user requests and capacity changes.",
+ "Get statistics for CloudWatch metrics, then clean up resources."
+ ],
"source_key": null
},
{
- "id": "auto-scaling_AttachLoadBalancerTargetGroups",
+ "id": "auto-scaling_SetDesiredCapacity",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "AttachLoadBalancerTargetGroups",
+ "title": "SetDesiredCapacity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +220,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_AttachLoadBalancerTargetGroups_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_SetDesiredCapacity_section.html"
},
"sdk_pages": []
},
@@ -221,46 +228,39 @@
"source_key": null
},
{
- "id": "auto-scaling_Scenario_GroupsAndInstances",
+ "id": "auto-scaling_TerminateInstanceInAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "TerminateInstanceInAutoScalingGroup",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Scenario_GroupsAndInstances_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_TerminateInstanceInAutoScalingGroup_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an Amazon EC2 Auto Scaling group with a launch template and Availability Zones, and get information about running instances.",
- "Enable Amazon CloudWatch metrics collection.",
- "Update the group's desired capacity and wait for an instance to start.",
- "Terminate an instance in the group.",
- "List scaling activities that occur in response to user requests and capacity changes.",
- "Get statistics for CloudWatch metrics, then clean up resources."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "auto-scaling_Hello",
+ "id": "auto-scaling_UpdateAutoScalingGroup",
"file": "auto-scaling_metadata.yaml",
"languages": [],
- "title": "Hello Auto Scaling",
- "title_abbrev": "Hello Auto Scaling",
- "synopsis": "get started using Auto Scaling.",
- "category": "Hello",
+ "title": "UpdateAutoScalingGroup",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_Hello_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_auto-scaling_UpdateAutoScalingGroup_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/bedrock-agent/examples_catalog.json b/python/example_code/bedrock-agent/examples_catalog.json
index 525f116b8cd..89c49708627 100644
--- a/python/example_code/bedrock-agent/examples_catalog.json
+++ b/python/example_code/bedrock-agent/examples_catalog.json
@@ -121,23 +121,31 @@
"source_key": null
},
{
- "id": "bedrock-agent_ListAgents",
+ "id": "bedrock-agent_GettingStartedWithBedrockAgents",
"file": "bedrock-agent_metadata.yaml",
"languages": [],
- "title": "ListAgents",
- "title_abbrev": "",
+ "title": "An end-to-end example showing how to create and invoke Amazon Bedrock Agents using an AWS SDK",
+ "title_abbrev": "Create and invoke an agent",
"synopsis": "",
- "category": "Api",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an execution role for the agent.",
+ "Create the agent and deploy a DRAFT version.",
+ "Create a Lambda function that implements the agent's capabilities.",
+ "Create an action group that connects the agent to the Lambda function.",
+ "Deploy the fully configured agent.",
+ "Invoke the agent with user-provided prompts.",
+ "Delete all created resources."
+ ],
"source_key": null
},
{
@@ -181,10 +189,10 @@
"source_key": null
},
{
- "id": "bedrock-agent_PrepareAgent",
+ "id": "bedrock-agent_ListAgents",
"file": "bedrock-agent_metadata.yaml",
"languages": [],
- "title": "PrepareAgent",
+ "title": "ListAgents",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +201,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_ListAgents_section.html"
},
"sdk_pages": []
},
@@ -201,31 +209,23 @@
"source_key": null
},
{
- "id": "bedrock-agent_GettingStartedWithBedrockAgents",
+ "id": "bedrock-agent_PrepareAgent",
"file": "bedrock-agent_metadata.yaml",
"languages": [],
- "title": "An end-to-end example showing how to create and invoke Amazon Bedrock Agents using an AWS SDK",
- "title_abbrev": "Create and invoke an agent",
+ "title": "PrepareAgent",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.html"
+ "bedrock-agent": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-agent_example_bedrock-agent_PrepareAgent_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an execution role for the agent.",
- "Create the agent and deploy a DRAFT version.",
- "Create a Lambda function that implements the agent's capabilities.",
- "Create an action group that connects the agent to the Lambda function.",
- "Deploy the fully configured agent.",
- "Invoke the agent with user-provided prompts.",
- "Delete all created resources."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
diff --git a/python/example_code/bedrock-runtime/examples_catalog.json b/python/example_code/bedrock-runtime/examples_catalog.json
index 024cd0cf021..777f52a7718 100644
--- a/python/example_code/bedrock-runtime/examples_catalog.json
+++ b/python/example_code/bedrock-runtime/examples_catalog.json
@@ -1,19 +1,19 @@
{
"examples": [
{
- "id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
+ "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke AI21 Labs Jurassic-2 on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
- "category": "AI21 Labs Jurassic-2",
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
},
"sdk_pages": []
},
@@ -21,19 +21,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
+ "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
- "category": "AI21 Labs Jurassic-2",
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
},
"sdk_pages": []
},
@@ -41,19 +41,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_AmazonNovaText",
+ "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
- "category": "Amazon Nova",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -61,19 +61,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AmazonNovaText",
+ "id": "bedrock-runtime_ConverseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
"title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Amazon Nova",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonNovaText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -81,19 +81,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
+ "id": "bedrock-runtime_ConverseStream_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
- "category": "Amazon Nova Canvas",
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
},
"sdk_pages": []
},
@@ -101,19 +101,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_AmazonNova_TextToVideo",
+ "id": "bedrock-runtime_ConverseStream_Mistral",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Use Amazon Nova Reel to generate a video from a text prompt",
- "title_abbrev": "Text-to-video",
- "synopsis": "use Amazon Nova Reel to generate a video from a text prompt.",
- "category": "Amazon Nova Reel",
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
+ "title_abbrev": "ConverseStream",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
+ "id": "bedrock-runtime_Converse_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
- "category": "Amazon Titan Image Generator",
+ "title": "Invoke AI21 Labs Jurassic-2 on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using Bedrock's Converse API.",
+ "category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Ai21LabsJurassic2_section.html"
},
"sdk_pages": []
},
@@ -141,19 +141,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_AmazonTitanText",
+ "id": "bedrock-runtime_Converse_AmazonNovaText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
+ "title": "Invoke Amazon Nova on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
- "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
- "category": "Amazon Titan Text",
+ "synopsis": "send a text message to Amazon Nova, using Bedrock's Converse API.",
+ "category": "Amazon Nova",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonNovaText_section.html"
},
"sdk_pages": []
},
@@ -161,19 +161,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AmazonTitanText",
+ "id": "bedrock-runtime_Converse_AmazonTitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API and process the response stream in real-time.",
+ "title": "Invoke Amazon Titan Text on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Amazon Titan Text, using Bedrock's Converse API.",
"category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AmazonTitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AmazonTitanText_section.html"
},
"sdk_pages": []
},
@@ -181,19 +181,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_TitanText",
+ "id": "bedrock-runtime_Converse_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
- "category": "Amazon Titan Text",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -201,19 +201,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
+ "id": "bedrock-runtime_Converse_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream",
- "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
- "category": "Amazon Titan Text",
+ "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -221,42 +221,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
- "file": "bedrock-runtime_metadata.yaml",
- "languages": [],
- "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
- "title_abbrev": "InvokeModel",
- "synopsis": "",
- "category": "Amazon Titan Text Embeddings",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Get started creating your first embedding.",
- "Create embeddings configuring the number of dimensions and normalization (V2 only)."
- ],
- "source_key": null
- },
- {
- "id": "bedrock-runtime_Converse_AnthropicClaude",
+ "id": "bedrock-runtime_Converse_MetaLlama",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API",
+ "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
"title_abbrev": "Converse",
- "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API.",
- "category": "Anthropic Claude",
+ "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
},
"sdk_pages": []
},
@@ -264,19 +241,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_AnthropicClaude",
+ "id": "bedrock-runtime_Converse_Mistral",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Anthropic Claude, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Anthropic Claude",
+ "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
+ "title_abbrev": "Converse",
+ "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
},
"sdk_pages": []
},
@@ -284,19 +261,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
+ "id": "bedrock-runtime_Hello",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
- "category": "Anthropic Claude",
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
},
"sdk_pages": []
},
@@ -324,19 +301,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
- "title_abbrev": "Scenario: Tool use with the Converse API",
- "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
- "category": "Anthropic Claude",
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -344,19 +321,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_CohereCommand",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API.",
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
"category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
},
"sdk_pages": []
},
@@ -364,19 +341,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_CohereCommand",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Cohere Command, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Cohere Command",
+ "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
+ "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
+ "category": "Meta Llama",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
},
"sdk_pages": []
},
@@ -384,19 +361,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_CohereCommand",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel: Command and Command Light",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
- "category": "Cohere Command",
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
},
"sdk_pages": []
},
@@ -404,19 +381,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_CohereCommandR",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
- "title_abbrev": "InvokeModel: Command R and R+",
- "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
- "category": "Cohere Command",
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API with a response stream",
+ "title_abbrev": "InvokeModelWithResponseStream",
+ "synopsis": "send a text message to Amazon Titan Text models, using the Invoke Model API, and print the response stream.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanText_section.html"
},
"sdk_pages": []
},
@@ -424,39 +401,42 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommand",
+ "id": "bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Command and Command Light",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
- "category": "Cohere Command",
+ "title": "Invoke Amazon Titan Text Embeddings on Amazon Bedrock",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "",
+ "category": "Amazon Titan Text Embeddings",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Get started creating your first embedding.",
+ "Create embeddings configuring the number of dimensions and normalization (V2 only)."
+ ],
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR",
+ "id": "bedrock-runtime_InvokeModel_Ai21LabsJurassic2",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Command R and R+",
- "synopsis": "send a text message to Cohere Command, using the Invoke Model API with a response stream.",
- "category": "Cohere Command",
+ "title": "Invoke AI21 Labs Jurassic-2 models on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to AI21 Labs Jurassic-2, using the Invoke Model API.",
+ "category": "AI21 Labs Jurassic-2",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_Ai21LabsJurassic2_section.html"
},
"sdk_pages": []
},
@@ -464,19 +444,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
+ "id": "bedrock-runtime_InvokeModel_AmazonNovaImageGeneration",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
- "title_abbrev": "Scenario: Tool use with the Converse API",
- "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
- "category": "Cohere Command",
+ "title": "Invoke Amazon Nova Canvas on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Nova Canvas on Amazon Bedrock to generate an image.",
+ "category": "Amazon Nova Canvas",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AmazonNovaImageGeneration_section.html"
},
"sdk_pages": []
},
@@ -484,19 +464,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Hello",
+ "id": "bedrock-runtime_InvokeModel_AnthropicClaude",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Hello Amazon Bedrock",
- "title_abbrev": "Hello Amazon Bedrock",
- "synopsis": "get started using Amazon Bedrock.",
- "category": "Hello",
+ "title": "Invoke Anthropic Claude on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Anthropic Claude, using the Invoke Model API.",
+ "category": "Anthropic Claude",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Hello_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_AnthropicClaude_section.html"
},
"sdk_pages": []
},
@@ -504,19 +484,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_MetaLlama",
+ "id": "bedrock-runtime_InvokeModel_CohereCommand",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API.",
- "category": "Meta Llama",
+ "title": "Invoke Cohere Command on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command and Command Light",
+ "synopsis": "send a text message to Cohere Command, using the Invoke Model API.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_MetaLlama_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommand_section.html"
},
"sdk_pages": []
},
@@ -524,19 +504,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_MetaLlama",
+ "id": "bedrock-runtime_InvokeModel_CohereCommandR",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Meta Llama, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Meta Llama",
+ "title": "Invoke Cohere Command R and R+ on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel: Command R and R+",
+ "synopsis": "send a text message to Cohere Command R and R+, using the Invoke Model API.",
+ "category": "Cohere Command",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_MetaLlama_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_CohereCommandR_section.html"
},
"sdk_pages": []
},
@@ -564,19 +544,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3",
+ "id": "bedrock-runtime_InvokeModel_MistralAi",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Meta Llama 3 on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream: Llama 3",
- "synopsis": "send a text message to Meta Llama 3, using the Invoke Model API, and print the response stream.",
- "category": "Meta Llama",
+ "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
+ "category": "Mistral AI",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
},
"sdk_pages": []
},
@@ -584,19 +564,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_Converse_Mistral",
+ "id": "bedrock-runtime_InvokeModel_StableDiffusion",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API",
- "title_abbrev": "Converse",
- "synopsis": "send a text message to Mistral, using Bedrock's Converse API.",
- "category": "Mistral AI",
+ "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
+ "category": "Stable Diffusion",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Converse_Mistral_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
},
"sdk_pages": []
},
@@ -604,19 +584,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_ConverseStream_Mistral",
+ "id": "bedrock-runtime_InvokeModel_TitanImageGenerator",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral on Amazon Bedrock using Bedrock's Converse API with a response stream",
- "title_abbrev": "ConverseStream",
- "synopsis": "send a text message to Mistral, using Bedrock's Converse API and process the response stream in real-time.",
- "category": "Mistral AI",
+ "title": "Invoke Amazon Titan Image on Amazon Bedrock to generate an image",
+ "title_abbrev": "InvokeModel",
+ "synopsis": "invoke Amazon Titan Image on Amazon Bedrock to generate an image.",
+ "category": "Amazon Titan Image Generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_ConverseStream_Mistral_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanImageGenerator_section.html"
},
"sdk_pages": []
},
@@ -624,19 +604,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModel_MistralAi",
+ "id": "bedrock-runtime_InvokeModel_TitanText",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API",
+ "title": "Invoke Amazon Titan Text models on Amazon Bedrock using the Invoke Model API",
"title_abbrev": "InvokeModel",
- "synopsis": "send a text message to Mistral models, using the Invoke Model API.",
- "category": "Mistral AI",
+ "synopsis": "send a text message to Amazon Titan Text, using the Invoke Model API.",
+ "category": "Amazon Titan Text",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_MistralAi_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_TitanText_section.html"
},
"sdk_pages": []
},
@@ -644,19 +624,19 @@
"source_key": null
},
{
- "id": "bedrock-runtime_InvokeModelWithResponseStream_MistralAi",
+ "id": "bedrock-runtime_Scenario_AmazonNova_TextToVideo",
"file": "bedrock-runtime_metadata.yaml",
"languages": [],
- "title": "Invoke Mistral AI models on Amazon Bedrock using the Invoke Model API with a response stream",
- "title_abbrev": "InvokeModelWithResponseStream",
- "synopsis": "send a text message to Mistral AI models, using the Invoke Model API, and print the response stream.",
- "category": "Mistral AI",
+ "title": "Use Amazon Nova Reel to generate a video from a text prompt",
+ "title_abbrev": "Text-to-video",
+ "synopsis": "use Amazon Nova Reel to generate a video from a text prompt.",
+ "category": "Amazon Nova Reel",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModelWithResponseStream_MistralAi_section.html"
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_AmazonNova_TextToVideo_section.html"
},
"sdk_pages": []
},
@@ -683,6 +663,46 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Anthropic Claude",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "bedrock-runtime_Scenario_ToolUseDemo_CohereCommand",
+ "file": "bedrock-runtime_metadata.yaml",
+ "languages": [],
+ "title": "A tool use demo illustrating how to connect AI models on Amazon Bedrock with a custom tool or API",
+ "title_abbrev": "Scenario: Tool use with the Converse API",
+ "synopsis": "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input.",
+ "category": "Cohere Command",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_Scenario_ToolUseDemo_CohereCommand_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "cross_FMPlayground",
"file": "cross_metadata.yaml",
@@ -726,26 +746,6 @@
},
"synopsis_list": [],
"source_key": null
- },
- {
- "id": "bedrock-runtime_InvokeModel_StableDiffusion",
- "file": "bedrock-runtime_metadata.yaml",
- "languages": [],
- "title": "Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image",
- "title_abbrev": "InvokeModel",
- "synopsis": "invoke Stability.ai Stable Diffusion XL on Amazon Bedrock to generate an image.",
- "category": "Stable Diffusion",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "bedrock-runtime": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock-runtime_example_bedrock-runtime_InvokeModel_StableDiffusion_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/bedrock/examples_catalog.json b/python/example_code/bedrock/examples_catalog.json
index 41a26e238d7..490e2be9fff 100644
--- a/python/example_code/bedrock/examples_catalog.json
+++ b/python/example_code/bedrock/examples_catalog.json
@@ -21,19 +21,19 @@
"source_key": null
},
{
- "id": "bedrock_ListFoundationModels",
+ "id": "bedrock_Hello",
"file": "bedrock_metadata.yaml",
"languages": [],
- "title": "ListFoundationModels",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon Bedrock",
+ "title_abbrev": "Hello Amazon Bedrock",
+ "synopsis": "get started using Amazon Bedrock.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
},
"sdk_pages": []
},
@@ -41,19 +41,19 @@
"source_key": null
},
{
- "id": "bedrock_Hello",
+ "id": "bedrock_ListFoundationModels",
"file": "bedrock_metadata.yaml",
"languages": [],
- "title": "Hello Amazon Bedrock",
- "title_abbrev": "Hello Amazon Bedrock",
- "synopsis": "get started using Amazon Bedrock.",
- "category": "Hello",
+ "title": "ListFoundationModels",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_Hello_section.html"
+ "bedrock": "https://docs.aws.amazon.com/code-library/latest/ug/bedrock_example_bedrock_ListFoundationModels_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/cloudfront/examples_catalog.json b/python/example_code/cloudfront/examples_catalog.json
index dfb4848a2bc..c3ecd482df9 100644
--- a/python/example_code/cloudfront/examples_catalog.json
+++ b/python/example_code/cloudfront/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "cloudfront_ListDistributions",
+ "id": "cloudfront_GetDistributionConfig",
"file": "cloudfront_metadata.yaml",
"languages": [],
- "title": "ListDistributions",
+ "title": "GetDistributionConfig",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "cloudfront_GetDistributionConfig",
+ "id": "cloudfront_ListDistributions",
"file": "cloudfront_metadata.yaml",
"languages": [],
- "title": "GetDistributionConfig",
+ "title": "ListDistributions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_GetDistributionConfig_section.html"
+ "cloudfront": "https://docs.aws.amazon.com/code-library/latest/ug/cloudfront_example_cloudfront_ListDistributions_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/cloudwatch-logs/examples_catalog.json b/python/example_code/cloudwatch-logs/examples_catalog.json
index 69df9980a38..fef34fda230 100644
--- a/python/example_code/cloudwatch-logs/examples_catalog.json
+++ b/python/example_code/cloudwatch-logs/examples_catalog.json
@@ -21,19 +21,19 @@
"source_key": null
},
{
- "id": "cloudwatch-logs_StartQuery",
+ "id": "cloudwatch-logs_Scenario_BigQuery",
"file": "cloudwatch-logs_metadata.yaml",
"languages": [],
- "title": "StartQuery",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use CloudWatch Logs to run a large query",
+ "title_abbrev": "Run a large query",
+ "synopsis": "use CloudWatch Logs to query more than 10,000 records.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
},
"sdk_pages": []
},
@@ -41,19 +41,19 @@
"source_key": null
},
{
- "id": "cloudwatch-logs_Scenario_BigQuery",
+ "id": "cloudwatch-logs_StartQuery",
"file": "cloudwatch-logs_metadata.yaml",
"languages": [],
- "title": "Use CloudWatch Logs to run a large query",
- "title_abbrev": "Run a large query",
- "synopsis": "use CloudWatch Logs to query more than 10,000 records.",
- "category": "Scenarios",
+ "title": "StartQuery",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_Scenario_BigQuery_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cloudwatch-logs_StartQuery_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/cognito/examples_catalog.json b/python/example_code/cognito/examples_catalog.json
index 9069cf1924d..aeac8c374a9 100644
--- a/python/example_code/cognito/examples_catalog.json
+++ b/python/example_code/cognito/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "cognito-identity-provider_SignUp",
+ "id": "cognito-identity-provider_AdminGetUser",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "SignUp",
+ "title": "AdminGetUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_AdminGetUser",
+ "id": "cognito-identity-provider_AdminInitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "AdminGetUser",
+ "title": "AdminInitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminGetUser_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_ResendConfirmationCode",
+ "id": "cognito-identity-provider_AdminRespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "ResendConfirmationCode",
+ "title": "AdminRespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_ConfirmSignUp",
+ "id": "cognito-identity-provider_AssociateSoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "ConfirmSignUp",
+ "title": "AssociateSoftwareToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_ListUsers",
+ "id": "cognito-identity-provider_ConfirmDevice",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "ListUsers",
+ "title": "ConfirmDevice",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_AdminInitiateAuth",
+ "id": "cognito-identity-provider_ConfirmSignUp",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "AdminInitiateAuth",
+ "title": "ConfirmSignUp",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminInitiateAuth_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmSignUp_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_AssociateSoftwareToken",
+ "id": "cognito-identity-provider_Hello",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "AssociateSoftwareToken",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon Cognito",
+ "title_abbrev": "Hello Amazon Cognito",
+ "synopsis": "get started using Amazon Cognito.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AssociateSoftwareToken_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_VerifySoftwareToken",
+ "id": "cognito-identity-provider_InitiateAuth",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "VerifySoftwareToken",
+ "title": "InitiateAuth",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_AdminRespondToAuthChallenge",
+ "id": "cognito-identity-provider_ListUsers",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "AdminRespondToAuthChallenge",
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_AdminRespondToAuthChallenge_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ListUsers_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_ConfirmDevice",
+ "id": "cognito-identity-provider_ResendConfirmationCode",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "ConfirmDevice",
+ "title": "ResendConfirmationCode",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ConfirmDevice_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_ResendConfirmationCode_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_InitiateAuth",
+ "id": "cognito-identity-provider_RespondToAuthChallenge",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "InitiateAuth",
+ "title": "RespondToAuthChallenge",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_InitiateAuth_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
},
"sdk_pages": []
},
@@ -221,39 +221,43 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_RespondToAuthChallenge",
+ "id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "RespondToAuthChallenge",
- "title_abbrev": "",
+ "title": "Sign up a user with an Amazon Cognito user pool that requires MFA using an AWS SDK",
+ "title_abbrev": "Sign up a user with a user pool that requires MFA",
"synopsis": "",
- "category": "Api",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_RespondToAuthChallenge_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Sign up and confirm a user with a username, password, and email address.",
+ "Set up multi-factor authentication by associating an MFA application with the user.",
+ "Sign in by using a password and an MFA code."
+ ],
"source_key": null
},
{
- "id": "cognito-identity-provider_Hello",
+ "id": "cognito-identity-provider_SignUp",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "Hello Amazon Cognito",
- "title_abbrev": "Hello Amazon Cognito",
- "synopsis": "get started using Amazon Cognito.",
- "category": "Hello",
+ "title": "SignUp",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Hello_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_SignUp_section.html"
},
"sdk_pages": []
},
@@ -261,27 +265,23 @@
"source_key": null
},
{
- "id": "cognito-identity-provider_Scenario_SignUpUserWithMfa",
+ "id": "cognito-identity-provider_VerifySoftwareToken",
"file": "cognito-identity-provider_metadata.yaml",
"languages": [],
- "title": "Sign up a user with an Amazon Cognito user pool that requires MFA using an AWS SDK",
- "title_abbrev": "Sign up a user with a user pool that requires MFA",
+ "title": "VerifySoftwareToken",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.html"
+ "cognito-identity-provider": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_VerifySoftwareToken_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Sign up and confirm a user with a username, password, and email address.",
- "Set up multi-factor authentication by associating an MFA application with the user.",
- "Sign in by using a password and an MFA code."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/comprehend/examples_catalog.json b/python/example_code/comprehend/examples_catalog.json
index 8b1b887a653..74b7a2a2cf0 100644
--- a/python/example_code/comprehend/examples_catalog.json
+++ b/python/example_code/comprehend/examples_catalog.json
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "comprehend_DescribeDocumentClassifier",
+ "id": "comprehend_DeleteDocumentClassifier",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DescribeDocumentClassifier",
+ "title": "DeleteDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "comprehend_ListDocumentClassifiers",
+ "id": "comprehend_DescribeDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "ListDocumentClassifiers",
+ "title": "DescribeDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "comprehend_DeleteDocumentClassifier",
+ "id": "comprehend_DescribeDocumentClassifier",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DeleteDocumentClassifier",
+ "title": "DescribeDocumentClassifier",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DeleteDocumentClassifier_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassifier_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "comprehend_StartDocumentClassificationJob",
+ "id": "comprehend_DescribeTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "StartDocumentClassificationJob",
+ "title": "DescribeTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "comprehend_DescribeDocumentClassificationJob",
+ "id": "comprehend_DetectDominantLanguage",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DescribeDocumentClassificationJob",
+ "title": "DetectDominantLanguage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeDocumentClassificationJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "comprehend_ListDocumentClassificationJobs",
+ "id": "comprehend_DetectEntities",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "ListDocumentClassificationJobs",
+ "title": "DetectEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectDominantLanguage",
+ "id": "comprehend_DetectKeyPhrases",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectDominantLanguage",
+ "title": "DetectKeyPhrases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectDominantLanguage_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectEntities",
+ "id": "comprehend_DetectPiiEntities",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectEntities",
+ "title": "DetectPiiEntities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectEntities_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectKeyPhrases",
+ "id": "comprehend_DetectSentiment",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectKeyPhrases",
+ "title": "DetectSentiment",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectKeyPhrases_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectPiiEntities",
+ "id": "comprehend_DetectSyntax",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectPiiEntities",
+ "title": "DetectSyntax",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectPiiEntities_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectSentiment",
+ "id": "comprehend_ListDocumentClassificationJobs",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectSentiment",
+ "title": "ListDocumentClassificationJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSentiment_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassificationJobs_section.html"
},
"sdk_pages": []
},
@@ -241,10 +241,10 @@
"source_key": null
},
{
- "id": "comprehend_DetectSyntax",
+ "id": "comprehend_ListDocumentClassifiers",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DetectSyntax",
+ "title": "ListDocumentClassifiers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DetectSyntax_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListDocumentClassifiers_section.html"
},
"sdk_pages": []
},
@@ -261,10 +261,10 @@
"source_key": null
},
{
- "id": "comprehend_StartTopicsDetectionJob",
+ "id": "comprehend_ListTopicsDetectionJobs",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "StartTopicsDetectionJob",
+ "title": "ListTopicsDetectionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
},
"sdk_pages": []
},
@@ -281,10 +281,10 @@
"source_key": null
},
{
- "id": "comprehend_DescribeTopicsDetectionJob",
+ "id": "comprehend_StartDocumentClassificationJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "DescribeTopicsDetectionJob",
+ "title": "StartDocumentClassificationJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +293,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_DescribeTopicsDetectionJob_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartDocumentClassificationJob_section.html"
},
"sdk_pages": []
},
@@ -301,10 +301,10 @@
"source_key": null
},
{
- "id": "comprehend_ListTopicsDetectionJobs",
+ "id": "comprehend_StartTopicsDetectionJob",
"file": "comprehend_metadata.yaml",
"languages": [],
- "title": "ListTopicsDetectionJobs",
+ "title": "StartTopicsDetectionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +313,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_ListTopicsDetectionJobs_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_comprehend_StartTopicsDetectionJob_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/config/examples_catalog.json b/python/example_code/config/examples_catalog.json
index 9828529037c..b8be17488af 100644
--- a/python/example_code/config/examples_catalog.json
+++ b/python/example_code/config/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "config-service_PutConfigRule",
+ "id": "config-service_DeleteConfigRule",
"file": "config-service_metadata.yaml",
"languages": [],
- "title": "PutConfigRule",
+ "title": "DeleteConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "config-service_DeleteConfigRule",
+ "id": "config-service_PutConfigRule",
"file": "config-service_metadata.yaml",
"languages": [],
- "title": "DeleteConfigRule",
+ "title": "PutConfigRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_DeleteConfigRule_section.html"
+ "config-service": "https://docs.aws.amazon.com/code-library/latest/ug/config-service_example_config-service_PutConfigRule_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/dynamodb/examples_catalog.json b/python/example_code/dynamodb/examples_catalog.json
index 2e3ce9f8674..1526876073a 100644
--- a/python/example_code/dynamodb/examples_catalog.json
+++ b/python/example_code/dynamodb/examples_catalog.json
@@ -1,19 +1,22 @@
{
"examples": [
{
- "id": "dynamodb_CreateTable",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateTable",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an API Gateway REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
"sdk_pages": []
},
@@ -21,19 +24,21 @@
"source_key": null
},
{
- "id": "dynamodb_BatchGetItem",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "BatchGetItem",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a websocket chat application with API Gateway",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
"sdk_pages": []
},
@@ -41,19 +46,20 @@
"source_key": null
},
{
- "id": "dynamodb_DescribeTable",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DescribeTable",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "dynamodb",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
"sdk_pages": []
},
@@ -61,19 +67,22 @@
"source_key": null
},
{
- "id": "dynamodb_BatchWriteItem",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "BatchWriteItem",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -81,19 +90,23 @@
"source_key": null
},
{
- "id": "dynamodb_DeleteTable",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteTable",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
@@ -101,19 +114,22 @@
"source_key": null
},
{
- "id": "dynamodb_PutItem",
- "file": "dynamodb_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "PutItem",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -121,10 +137,10 @@
"source_key": null
},
{
- "id": "dynamodb_GetItem",
+ "id": "dynamodb_BatchExecuteStatement",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "GetItem",
+ "title": "BatchExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +149,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
},
"sdk_pages": []
},
@@ -141,10 +157,10 @@
"source_key": null
},
{
- "id": "dynamodb_UpdateItem",
+ "id": "dynamodb_BatchGetItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "UpdateItem",
+ "title": "BatchGetItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +169,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchGetItem_section.html"
},
"sdk_pages": []
},
@@ -161,10 +177,10 @@
"source_key": null
},
{
- "id": "dynamodb_DeleteItem",
+ "id": "dynamodb_BatchWriteItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "DeleteItem",
+ "title": "BatchWriteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +189,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchWriteItem_section.html"
},
"sdk_pages": []
},
@@ -181,10 +197,10 @@
"source_key": null
},
{
- "id": "dynamodb_ListTables",
+ "id": "dynamodb_CreateTable",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "ListTables",
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +209,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_CreateTable_section.html"
},
"sdk_pages": []
},
@@ -201,10 +217,10 @@
"source_key": null
},
{
- "id": "dynamodb_Query",
+ "id": "dynamodb_DeleteItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Query",
+ "title": "DeleteItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +229,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteItem_section.html"
},
"sdk_pages": []
},
@@ -221,10 +237,10 @@
"source_key": null
},
{
- "id": "dynamodb_Scan",
+ "id": "dynamodb_DeleteTable",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Scan",
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +249,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DeleteTable_section.html"
},
"sdk_pages": []
},
@@ -241,10 +257,10 @@
"source_key": null
},
{
- "id": "dynamodb_ExecuteStatement",
+ "id": "dynamodb_DescribeTable",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "ExecuteStatement",
+ "title": "DescribeTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +269,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_DescribeTable_section.html"
},
"sdk_pages": []
},
@@ -261,10 +277,10 @@
"source_key": null
},
{
- "id": "dynamodb_BatchExecuteStatement",
+ "id": "dynamodb_ExecuteStatement",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "BatchExecuteStatement",
+ "title": "ExecuteStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +289,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_BatchExecuteStatement_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ExecuteStatement_section.html"
},
"sdk_pages": []
},
@@ -281,30 +297,23 @@
"source_key": null
},
{
- "id": "dynamodb_Scenario_GettingStartedMovies",
+ "id": "dynamodb_GetItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "GetItem",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_GetItem_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a table that can hold movie data.",
- "Put, get, and update a single movie in the table.",
- "Write movie data to the table from a sample JSON file.",
- "Query for movies that were released in a given year.",
- "Scan for movies that were released in a range of years.",
- "Delete a movie from the table, then delete the table."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
@@ -328,20 +337,19 @@
"source_key": null
},
{
- "id": "cross_DynamoDBDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_ListTables",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a web application to track DynamoDB data",
- "title_abbrev": "Create a web application to track DynamoDB data",
- "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
+ "title": "ListTables",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "dynamodb",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_ListTables_section.html"
},
"sdk_pages": []
},
@@ -349,22 +357,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_PutItem",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create an API Gateway REST API to track COVID-19 data",
- "title_abbrev": "Create a REST API to track COVID-19 data",
- "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
- "category": "Scenarios",
+ "title": "PutItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
- "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_PutItem_section.html"
},
"sdk_pages": []
},
@@ -372,21 +377,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayWebsocketChat",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_Query",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a websocket chat application with API Gateway",
- "title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "Query",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Query_section.html"
},
"sdk_pages": []
},
@@ -394,22 +397,19 @@
"source_key": null
},
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_Scan",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
+ "title": "Scan",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "sfn",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scan_section.html"
},
"sdk_pages": []
},
@@ -417,125 +417,125 @@
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_Scenario_GettingStartedMovies",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "Learn the basics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_GettingStartedMovies_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a table that can hold movie data.",
+ "Put, get, and update a single movie in the table.",
+ "Write movie data to the table from a sample JSON file.",
+ "Query for movies that were released in a given year.",
+ "Scan for movies that were released in a range of years.",
+ "Delete a movie from the table, then delete the table."
+ ],
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "dynamodb_Scenario_PartiQLBatch",
+ "file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "title": "Query a DynamoDB table by using batches of PartiQL statements and an AWS SDK",
+ "title_abbrev": "Query a table by using batches of PartiQL statements",
+ "synopsis": "",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Get a batch of items by running multiple SELECT statements.",
+ "Add a batch of items by running multiple INSERT statements.",
+ "Update a batch of items by running multiple UPDATE statements.",
+ "Delete a batch of items by running multiple DELETE statements."
+ ],
"source_key": null
},
{
- "id": "dynamodb_Usage_DaxDemo",
+ "id": "dynamodb_Scenario_PartiQLSingle",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
- "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
+ "title": "Query a DynamoDB table using PartiQL and an AWS SDK",
+ "title_abbrev": "Query a table using PartiQL",
"synopsis": "",
"category": "Scenarios",
- "guide_topic": {
- "title": "Developing with the DynamoDB Accelerator Client",
- "url": "amazondynamodb/latest/developerguide/DAX.client.html"
- },
+ "guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
- "Get, query, and scan the table with both clients and compare their performance."
+ "Get an item by running a SELECT statement.",
+ "Add an item by running an INSERT statement.",
+ "Update an item by running an UPDATE statement.",
+ "Delete an item by running a DELETE statement."
],
"source_key": null
},
{
- "id": "dynamodb_Scenario_PartiQLSingle",
+ "id": "dynamodb_UpdateItem",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Query a DynamoDB table using PartiQL and an AWS SDK",
- "title_abbrev": "Query a table using PartiQL",
+ "title": "UpdateItem",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLSingle_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_UpdateItem_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Get an item by running a SELECT statement.",
- "Add an item by running an INSERT statement.",
- "Update an item by running an UPDATE statement.",
- "Delete an item by running a DELETE statement."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "dynamodb_Scenario_PartiQLBatch",
+ "id": "dynamodb_Usage_DaxDemo",
"file": "dynamodb_metadata.yaml",
"languages": [],
- "title": "Query a DynamoDB table by using batches of PartiQL statements and an AWS SDK",
- "title_abbrev": "Query a table by using batches of PartiQL statements",
+ "title": "Accelerate DynamoDB reads with DynamoDB Accelerator using an AWS SDK",
+ "title_abbrev": "Accelerate reads with DynamoDB Accelerator",
"synopsis": "",
"category": "Scenarios",
- "guide_topic": null,
+ "guide_topic": {
+ "title": "Developing with the DynamoDB Accelerator Client",
+ "url": "amazondynamodb/latest/developerguide/DAX.client.html"
+ },
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Scenario_PartiQLBatch_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_dynamodb_Usage_DaxDemo_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Get a batch of items by running multiple SELECT statements.",
- "Add a batch of items by running multiple INSERT statements.",
- "Update a batch of items by running multiple UPDATE statements.",
- "Delete a batch of items by running multiple DELETE statements."
+ "Create and write data to a table with both the DynamoDB Accelerator and SDK clients.",
+ "Get, query, and scan the table with both clients and compare their performance."
],
"source_key": null
}
diff --git a/python/example_code/ec2/examples_catalog.json b/python/example_code/ec2/examples_catalog.json
index a14614a054b..62d94366415 100644
--- a/python/example_code/ec2/examples_catalog.json
+++ b/python/example_code/ec2/examples_catalog.json
@@ -1,30 +1,40 @@
{
"examples": [
{
- "id": "ec2_CreateKeyPair",
- "file": "ec2_metadata.yaml",
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateKeyPair",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
"source_key": null
},
{
- "id": "ec2_DescribeKeyPairs",
+ "id": "ec2_AllocateAddress",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeKeyPairs",
+ "title": "AllocateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +43,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
},
"sdk_pages": []
},
@@ -41,10 +51,10 @@
"source_key": null
},
{
- "id": "ec2_CreateSecurityGroup",
+ "id": "ec2_AssociateAddress",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "CreateSecurityGroup",
+ "title": "AssociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +63,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
},
"sdk_pages": []
},
@@ -61,10 +71,10 @@
"source_key": null
},
{
- "id": "ec2_RunInstances",
+ "id": "ec2_AuthorizeSecurityGroupIngress",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "RunInstances",
+ "title": "AuthorizeSecurityGroupIngress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +83,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
},
"sdk_pages": []
},
@@ -81,10 +91,10 @@
"source_key": null
},
{
- "id": "ec2_StartInstances",
+ "id": "ec2_CreateKeyPair",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "StartInstances",
+ "title": "CreateKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +103,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateKeyPair_section.html"
},
"sdk_pages": []
},
@@ -101,10 +111,10 @@
"source_key": null
},
{
- "id": "ec2_StopInstances",
+ "id": "ec2_CreateLaunchTemplate",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "StopInstances",
+ "title": "CreateLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +123,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
},
"sdk_pages": []
},
@@ -121,10 +131,10 @@
"source_key": null
},
{
- "id": "ec2_AllocateAddress",
+ "id": "ec2_CreateSecurityGroup",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "AllocateAddress",
+ "title": "CreateSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +143,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AllocateAddress_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateSecurityGroup_section.html"
},
"sdk_pages": []
},
@@ -141,10 +151,10 @@
"source_key": null
},
{
- "id": "ec2_AssociateAddress",
+ "id": "ec2_CreateVpc",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "AssociateAddress",
+ "title": "CreateVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +163,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AssociateAddress_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
},
"sdk_pages": []
},
@@ -161,10 +171,10 @@
"source_key": null
},
{
- "id": "ec2_DisassociateAddress",
+ "id": "ec2_CreateVpcEndpoint",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DisassociateAddress",
+ "title": "CreateVpcEndpoint",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +183,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
},
"sdk_pages": []
},
@@ -181,10 +191,10 @@
"source_key": null
},
{
- "id": "ec2_ReleaseAddress",
+ "id": "ec2_DeleteKeyPair",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "ReleaseAddress",
+ "title": "DeleteKeyPair",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +203,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
},
"sdk_pages": []
},
@@ -201,10 +211,10 @@
"source_key": null
},
{
- "id": "ec2_AuthorizeSecurityGroupIngress",
+ "id": "ec2_DeleteLaunchTemplate",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "AuthorizeSecurityGroupIngress",
+ "title": "DeleteLaunchTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +223,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
},
"sdk_pages": []
},
@@ -221,10 +231,10 @@
"source_key": null
},
{
- "id": "ec2_DeleteKeyPair",
+ "id": "ec2_DeleteSecurityGroup",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DeleteKeyPair",
+ "title": "DeleteSecurityGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +243,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteKeyPair_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
},
"sdk_pages": []
},
@@ -241,10 +251,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeSecurityGroups",
+ "id": "ec2_DeleteVpc",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeSecurityGroups",
+ "title": "DeleteVpc",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +263,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
},
"sdk_pages": []
},
@@ -261,10 +271,10 @@
"source_key": null
},
{
- "id": "ec2_DeleteSecurityGroup",
+ "id": "ec2_DeleteVpcEndpoints",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DeleteSecurityGroup",
+ "title": "DeleteVpcEndpoints",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +283,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteSecurityGroup_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
},
"sdk_pages": []
},
@@ -281,10 +291,10 @@
"source_key": null
},
{
- "id": "ec2_TerminateInstances",
+ "id": "ec2_DescribeAvailabilityZones",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "TerminateInstances",
+ "title": "DescribeAvailabilityZones",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +303,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
},
"sdk_pages": []
},
@@ -301,10 +311,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeInstances",
+ "id": "ec2_DescribeIamInstanceProfileAssociations",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeInstances",
+ "title": "DescribeIamInstanceProfileAssociations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +323,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
},
"sdk_pages": []
},
@@ -321,10 +331,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeRouteTables",
+ "id": "ec2_DescribeImages",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeRouteTables",
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -333,7 +343,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
},
"sdk_pages": []
},
@@ -341,10 +351,10 @@
"source_key": null
},
{
- "id": "ec2_RebootInstances",
+ "id": "ec2_DescribeInstanceTypes",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "RebootInstances",
+ "title": "DescribeInstanceTypes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +363,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
},
"sdk_pages": []
},
@@ -361,10 +371,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeImages",
+ "id": "ec2_DescribeInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeImages",
+ "title": "DescribeInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -373,7 +383,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeImages_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstances_section.html"
},
"sdk_pages": []
},
@@ -381,10 +391,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeInstanceTypes",
+ "id": "ec2_DescribeKeyPairs",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeInstanceTypes",
+ "title": "DescribeKeyPairs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -393,7 +403,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeInstanceTypes_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeKeyPairs_section.html"
},
"sdk_pages": []
},
@@ -401,10 +411,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeAvailabilityZones",
+ "id": "ec2_DescribeRouteTables",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeAvailabilityZones",
+ "title": "DescribeRouteTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -413,7 +423,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeRouteTables_section.html"
},
"sdk_pages": []
},
@@ -421,10 +431,10 @@
"source_key": null
},
{
- "id": "ec2_CreateVpc",
+ "id": "ec2_DescribeSecurityGroups",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "CreateVpc",
+ "title": "DescribeSecurityGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -433,7 +443,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpc_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSecurityGroups_section.html"
},
"sdk_pages": []
},
@@ -441,10 +451,10 @@
"source_key": null
},
{
- "id": "ec2_DeleteVpc",
+ "id": "ec2_DescribeSubnets",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DeleteVpc",
+ "title": "DescribeSubnets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -453,7 +463,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpc_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
},
"sdk_pages": []
},
@@ -461,10 +471,10 @@
"source_key": null
},
{
- "id": "ec2_CreateVpcEndpoint",
+ "id": "ec2_DescribeVpcs",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "CreateVpcEndpoint",
+ "title": "DescribeVpcs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -473,7 +483,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateVpcEndpoint_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
},
"sdk_pages": []
},
@@ -481,10 +491,10 @@
"source_key": null
},
{
- "id": "ec2_DeleteVpcEndpoints",
+ "id": "ec2_DisassociateAddress",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DeleteVpcEndpoints",
+ "title": "DisassociateAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,7 +503,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteVpcEndpoints_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DisassociateAddress_section.html"
},
"sdk_pages": []
},
@@ -501,19 +511,19 @@
"source_key": null
},
{
- "id": "ec2_DescribeIamInstanceProfileAssociations",
+ "id": "ec2_Hello",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeIamInstanceProfileAssociations",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon EC2",
+ "title_abbrev": "Hello Amazon EC2",
+ "synopsis": "get started using Amazon EC2.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeIamInstanceProfileAssociations_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
},
"sdk_pages": []
},
@@ -521,10 +531,10 @@
"source_key": null
},
{
- "id": "ec2_ReplaceIamInstanceProfileAssociation",
+ "id": "ec2_RebootInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "ReplaceIamInstanceProfileAssociation",
+ "title": "RebootInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -533,7 +543,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RebootInstances_section.html"
},
"sdk_pages": []
},
@@ -541,10 +551,10 @@
"source_key": null
},
{
- "id": "ec2_CreateLaunchTemplate",
+ "id": "ec2_ReleaseAddress",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "CreateLaunchTemplate",
+ "title": "ReleaseAddress",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -553,7 +563,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_CreateLaunchTemplate_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReleaseAddress_section.html"
},
"sdk_pages": []
},
@@ -561,10 +571,10 @@
"source_key": null
},
{
- "id": "ec2_DeleteLaunchTemplate",
+ "id": "ec2_ReplaceIamInstanceProfileAssociation",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DeleteLaunchTemplate",
+ "title": "ReplaceIamInstanceProfileAssociation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -573,7 +583,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DeleteLaunchTemplate_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_ReplaceIamInstanceProfileAssociation_section.html"
},
"sdk_pages": []
},
@@ -581,10 +591,10 @@
"source_key": null
},
{
- "id": "ec2_DescribeVpcs",
+ "id": "ec2_RunInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeVpcs",
+ "title": "RunInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -593,7 +603,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeVpcs_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_RunInstances_section.html"
},
"sdk_pages": []
},
@@ -601,65 +611,65 @@
"source_key": null
},
{
- "id": "ec2_DescribeSubnets",
+ "id": "ec2_Scenario_GetStartedInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "DescribeSubnets",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_DescribeSubnets_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a key pair and security group.",
+ "Select an Amazon Machine Image (AMI) and compatible instance type, then create an instance.",
+ "Stop and restart the instance.",
+ "Associate an Elastic IP address with your instance.",
+ "Connect to your instance with SSH, then clean up resources."
+ ],
"source_key": null
},
{
- "id": "ec2_Scenario_GetStartedInstances",
+ "id": "ec2_StartInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "StartInstances",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Scenario_GetStartedInstances_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StartInstances_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a key pair and security group.",
- "Select an Amazon Machine Image (AMI) and compatible instance type, then create an instance.",
- "Stop and restart the instance.",
- "Associate an Elastic IP address with your instance.",
- "Connect to your instance with SSH, then clean up resources."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "ec2_Hello",
+ "id": "ec2_StopInstances",
"file": "ec2_metadata.yaml",
"languages": [],
- "title": "Hello Amazon EC2",
- "title_abbrev": "Hello Amazon EC2",
- "synopsis": "get started using Amazon EC2.",
- "category": "Hello",
+ "title": "StopInstances",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_Hello_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_StopInstances_section.html"
},
"sdk_pages": []
},
@@ -667,33 +677,23 @@
"source_key": null
},
{
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
+ "id": "ec2_TerminateInstances",
+ "file": "ec2_metadata.yaml",
"languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
- "category": "Scenarios",
+ "title": "TerminateInstances",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_ec2_TerminateInstances_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/ecr/examples_catalog.json b/python/example_code/ecr/examples_catalog.json
index 0525b2785f9..ad427e0840d 100644
--- a/python/example_code/ecr/examples_catalog.json
+++ b/python/example_code/ecr/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "ecr_SetRepositoryPolicy",
+ "id": "ecr_CreateRepository",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "SetRepositoryPolicy",
+ "title": "CreateRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "ecr_GetRepositoryPolicy",
+ "id": "ecr_DeleteRepository",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "GetRepositoryPolicy",
+ "title": "DeleteRepository",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "ecr_GetAuthorizationToken",
+ "id": "ecr_DescribeImages",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "GetAuthorizationToken",
+ "title": "DescribeImages",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "ecr_PutLifeCyclePolicy",
+ "id": "ecr_DescribeRepositories",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "PutLifeCyclePolicy",
+ "title": "DescribeRepositories",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "ecr_DescribeImages",
+ "id": "ecr_GetAuthorizationToken",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "DescribeImages",
+ "title": "GetAuthorizationToken",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeImages_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetAuthorizationToken_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "ecr_DeleteRepository",
+ "id": "ecr_GetRepositoryPolicy",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "DeleteRepository",
+ "title": "GetRepositoryPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DeleteRepository_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_GetRepositoryPolicy_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "ecr_CreateRepository",
+ "id": "ecr_Hello",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "CreateRepository",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon ECR",
+ "title_abbrev": "Hello Amazon ECR",
+ "synopsis": "get started using Amazon ECR.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_CreateRepository_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "ecr_DescribeRepositories",
+ "id": "ecr_PutLifeCyclePolicy",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "DescribeRepositories",
+ "title": "PutLifeCyclePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_DescribeRepositories_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_PutLifeCyclePolicy_section.html"
},
"sdk_pages": []
},
@@ -191,19 +191,19 @@
"source_key": null
},
{
- "id": "ecr_Hello",
+ "id": "ecr_SetRepositoryPolicy",
"file": "ecr_metadata.yaml",
"languages": [],
- "title": "Hello Amazon ECR",
- "title_abbrev": "Hello Amazon ECR",
- "synopsis": "get started using Amazon ECR.",
- "category": "Hello",
+ "title": "SetRepositoryPolicy",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_Hello_section.html"
+ "ecr": "https://docs.aws.amazon.com/code-library/latest/ug/ecr_example_ecr_SetRepositoryPolicy_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/elastic-load-balancing/examples_catalog.json b/python/example_code/elastic-load-balancing/examples_catalog.json
index 869871e577d..ac70cb63f52 100644
--- a/python/example_code/elastic-load-balancing/examples_catalog.json
+++ b/python/example_code/elastic-load-balancing/examples_catalog.json
@@ -1,10 +1,40 @@
{
"examples": [
{
- "id": "elastic-load-balancing-v2_DescribeLoadBalancers",
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "elastic-load-balancing-v2_CreateListener",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "DescribeLoadBalancers",
+ "title": "CreateListener",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +43,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
},
"sdk_pages": []
},
@@ -21,10 +51,10 @@
"source_key": null
},
{
- "id": "elastic-load-balancing-v2_CreateTargetGroup",
+ "id": "elastic-load-balancing-v2_CreateLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "CreateTargetGroup",
+ "title": "CreateLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +63,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
},
"sdk_pages": []
},
@@ -41,10 +71,10 @@
"source_key": null
},
{
- "id": "elastic-load-balancing-v2_DeleteTargetGroup",
+ "id": "elastic-load-balancing-v2_CreateTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "DeleteTargetGroup",
+ "title": "CreateTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +83,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateTargetGroup_section.html"
},
"sdk_pages": []
},
@@ -61,10 +91,10 @@
"source_key": null
},
{
- "id": "elastic-load-balancing-v2_CreateLoadBalancer",
+ "id": "elastic-load-balancing-v2_DeleteLoadBalancer",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "CreateLoadBalancer",
+ "title": "DeleteLoadBalancer",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +103,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateLoadBalancer_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
},
"sdk_pages": []
},
@@ -81,10 +111,10 @@
"source_key": null
},
{
- "id": "elastic-load-balancing-v2_CreateListener",
+ "id": "elastic-load-balancing-v2_DeleteTargetGroup",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "CreateListener",
+ "title": "DeleteTargetGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +123,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_CreateListener_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteTargetGroup_section.html"
},
"sdk_pages": []
},
@@ -101,10 +131,10 @@
"source_key": null
},
{
- "id": "elastic-load-balancing-v2_DeleteLoadBalancer",
+ "id": "elastic-load-balancing-v2_DescribeLoadBalancers",
"file": "elastic-load-balancing-v2_metadata.yaml",
"languages": [],
- "title": "DeleteLoadBalancer",
+ "title": "DescribeLoadBalancers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +143,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DeleteLoadBalancer_section.html"
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_elastic-load-balancing-v2_DescribeLoadBalancers_section.html"
},
"sdk_pages": []
},
@@ -159,36 +189,6 @@
},
"synopsis_list": [],
"source_key": null
- },
- {
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
- ],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/emr/examples_catalog.json b/python/example_code/emr/examples_catalog.json
index c9ce9a958f7..69e39bf79a7 100644
--- a/python/example_code/emr/examples_catalog.json
+++ b/python/example_code/emr/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "emr_RunJobFlow",
+ "id": "emr_AddJobFlowSteps",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "RunJobFlow",
+ "title": "AddJobFlowSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "emr_TerminateJobFlows",
+ "id": "emr_DescribeStep",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "TerminateJobFlows",
+ "title": "DescribeStep",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "emr_AddJobFlowSteps",
+ "id": "emr_ListSteps",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "AddJobFlowSteps",
+ "title": "ListSteps",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_AddJobFlowSteps_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "emr_ListSteps",
+ "id": "emr_RunJobFlow",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "ListSteps",
+ "title": "RunJobFlow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_ListSteps_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_RunJobFlow_section.html"
},
"sdk_pages": []
},
@@ -101,19 +101,19 @@
"source_key": null
},
{
- "id": "emr_DescribeStep",
+ "id": "emr_Scenario_ShortLivedEmrCluster",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "DescribeStep",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a short-lived Amazon EMR cluster and run a step using an AWS SDK",
+ "title_abbrev": "Create a short-lived Amazon EMR cluster and run a step",
+ "synopsis": "create a short-lived Amazon EMR cluster that runs a step and automatically terminates after the step completes.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_DescribeStep_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "emr_Usage_InstallLibrariesWithSsm",
+ "id": "emr_TerminateJobFlows",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "Run a shell script to install libraries on Amazon EMR instances using an AWS SDK",
- "title_abbrev": "Run a shell script to install libraries",
- "synopsis": "use AWS Systems Manager to run a shell script on Amazon EMR instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
- "category": "Scenarios",
+ "title": "TerminateJobFlows",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_TerminateJobFlows_section.html"
},
"sdk_pages": []
},
@@ -141,19 +141,19 @@
"source_key": null
},
{
- "id": "emr_Scenario_ShortLivedEmrCluster",
+ "id": "emr_Usage_InstallLibrariesWithSsm",
"file": "emr_metadata.yaml",
"languages": [],
- "title": "Create a short-lived Amazon EMR cluster and run a step using an AWS SDK",
- "title_abbrev": "Create a short-lived Amazon EMR cluster and run a step",
- "synopsis": "create a short-lived Amazon EMR cluster that runs a step and automatically terminates after the step completes.",
+ "title": "Run a shell script to install libraries on Amazon EMR instances using an AWS SDK",
+ "title_abbrev": "Run a shell script to install libraries",
+ "synopsis": "use AWS Systems Manager to run a shell script on Amazon EMR instances that installs additional libraries. This way, you can automate instance management instead of running commands manually through an SSH connection.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Scenario_ShortLivedEmrCluster_section.html"
+ "emr": "https://docs.aws.amazon.com/code-library/latest/ug/emr_example_emr_Usage_InstallLibrariesWithSsm_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/glacier/examples_catalog.json b/python/example_code/glacier/examples_catalog.json
index 208f54a44f1..3bcc76d1963 100644
--- a/python/example_code/glacier/examples_catalog.json
+++ b/python/example_code/glacier/examples_catalog.json
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "glacier_ListVaults",
+ "id": "glacier_DeleteArchive",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "ListVaults",
+ "title": "DeleteArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "glacier_UploadArchive",
+ "id": "glacier_DeleteVault",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "UploadArchive",
+ "title": "DeleteVault",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "glacier_InitiateJob",
+ "id": "glacier_DeleteVaultNotifications",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "InitiateJob",
+ "title": "DeleteVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "glacier_ListJobs",
+ "id": "glacier_DescribeJob",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "ListJobs",
+ "title": "DescribeJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "glacier_DeleteVault",
+ "id": "glacier_GetJobOutput",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "DeleteVault",
+ "title": "GetJobOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVault_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "glacier_DeleteArchive",
+ "id": "glacier_GetVaultNotifications",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "DeleteArchive",
+ "title": "GetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteArchive_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "glacier_DescribeJob",
+ "id": "glacier_InitiateJob",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "DescribeJob",
+ "title": "InitiateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DescribeJob_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_InitiateJob_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "glacier_GetJobOutput",
+ "id": "glacier_ListJobs",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "GetJobOutput",
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListJobs_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "glacier_SetVaultNotifications",
+ "id": "glacier_ListVaults",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "SetVaultNotifications",
+ "title": "ListVaults",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_ListVaults_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "glacier_GetVaultNotifications",
+ "id": "glacier_SetVaultNotifications",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "GetVaultNotifications",
+ "title": "SetVaultNotifications",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_GetVaultNotifications_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_SetVaultNotifications_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "glacier_DeleteVaultNotifications",
+ "id": "glacier_UploadArchive",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "DeleteVaultNotifications",
+ "title": "UploadArchive",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_DeleteVaultNotifications_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_UploadArchive_section.html"
},
"sdk_pages": []
},
@@ -241,11 +241,11 @@
"source_key": null
},
{
- "id": "glacier_Usage_UploadNotifyInitiate",
+ "id": "glacier_Usage_RetrieveDelete",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "Archive a file to Amazon S3 Glacier, get notifications, and initiate a job using an AWS SDK",
- "title_abbrev": "Archive a file, get notifications, and initiate a job",
+ "title": "Get Amazon S3 Glacier archive content and delete the archive using an AWS SDK",
+ "title_abbrev": "Get archive content and delete the archive",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
@@ -253,24 +253,24 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create an Amazon S3 Glacier vault.",
- "Configure the vault to publish notifications to an Amazon SNS topic.",
- "Upload an archive file to the vault.",
- "Initiate an archive retrieval job."
+ "List jobs for an Amazon S3 Glacier vault and get job status.",
+ "Get the output of a completed archive retrieval job.",
+ "Delete an archive.",
+ "Delete a vault."
],
"source_key": null
},
{
- "id": "glacier_Usage_RetrieveDelete",
+ "id": "glacier_Usage_UploadNotifyInitiate",
"file": "glacier_metadata.yaml",
"languages": [],
- "title": "Get Amazon S3 Glacier archive content and delete the archive using an AWS SDK",
- "title_abbrev": "Get archive content and delete the archive",
+ "title": "Archive a file to Amazon S3 Glacier, get notifications, and initiate a job using an AWS SDK",
+ "title_abbrev": "Archive a file, get notifications, and initiate a job",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
@@ -278,15 +278,15 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_RetrieveDelete_section.html"
+ "glacier": "https://docs.aws.amazon.com/code-library/latest/ug/glacier_example_glacier_Usage_UploadNotifyInitiate_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "List jobs for an Amazon S3 Glacier vault and get job status.",
- "Get the output of a completed archive retrieval job.",
- "Delete an archive.",
- "Delete a vault."
+ "Create an Amazon S3 Glacier vault.",
+ "Configure the vault to publish notifications to an Amazon SNS topic.",
+ "Upload an archive file to the vault.",
+ "Initiate an archive retrieval job."
],
"source_key": null
}
diff --git a/python/example_code/glue/examples_catalog.json b/python/example_code/glue/examples_catalog.json
index dc5dc062902..81eb348b41e 100644
--- a/python/example_code/glue/examples_catalog.json
+++ b/python/example_code/glue/examples_catalog.json
@@ -1,25 +1,5 @@
{
"examples": [
- {
- "id": "glue_GetCrawler",
- "file": "glue_metadata.yaml",
- "languages": [],
- "title": "GetCrawler",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "glue_CreateCrawler",
"file": "glue_metadata.yaml",
@@ -41,10 +21,10 @@
"source_key": null
},
{
- "id": "glue_StartCrawler",
+ "id": "glue_CreateJob",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "StartCrawler",
+ "title": "CreateJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
},
"sdk_pages": []
},
@@ -61,10 +41,10 @@
"source_key": null
},
{
- "id": "glue_GetDatabase",
+ "id": "glue_DeleteCrawler",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "GetDatabase",
+ "title": "DeleteCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
},
"sdk_pages": []
},
@@ -81,10 +61,10 @@
"source_key": null
},
{
- "id": "glue_GetTables",
+ "id": "glue_DeleteDatabase",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "GetTables",
+ "title": "DeleteDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
},
"sdk_pages": []
},
@@ -101,10 +81,10 @@
"source_key": null
},
{
- "id": "glue_CreateJob",
+ "id": "glue_DeleteJob",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "CreateJob",
+ "title": "DeleteJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_CreateJob_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
},
"sdk_pages": []
},
@@ -121,10 +101,10 @@
"source_key": null
},
{
- "id": "glue_StartJobRun",
+ "id": "glue_DeleteTable",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "StartJobRun",
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
},
"sdk_pages": []
},
@@ -141,10 +121,10 @@
"source_key": null
},
{
- "id": "glue_ListJobs",
+ "id": "glue_GetCrawler",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "ListJobs",
+ "title": "GetCrawler",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetCrawler_section.html"
},
"sdk_pages": []
},
@@ -161,10 +141,10 @@
"source_key": null
},
{
- "id": "glue_GetJobRuns",
+ "id": "glue_GetDatabase",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "GetJobRuns",
+ "title": "GetDatabase",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetDatabase_section.html"
},
"sdk_pages": []
},
@@ -201,10 +181,10 @@
"source_key": null
},
{
- "id": "glue_DeleteJob",
+ "id": "glue_GetJobRuns",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "DeleteJob",
+ "title": "GetJobRuns",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteJob_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetJobRuns_section.html"
},
"sdk_pages": []
},
@@ -221,10 +201,10 @@
"source_key": null
},
{
- "id": "glue_DeleteTable",
+ "id": "glue_GetTables",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "DeleteTable",
+ "title": "GetTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteTable_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_GetTables_section.html"
},
"sdk_pages": []
},
@@ -241,19 +221,19 @@
"source_key": null
},
{
- "id": "glue_DeleteDatabase",
+ "id": "glue_Hello",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "DeleteDatabase",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello AWS Glue",
+ "title_abbrev": "Hello AWS Glue",
+ "synopsis": "get started using AWS Glue.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteDatabase_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
},
"sdk_pages": []
},
@@ -261,10 +241,10 @@
"source_key": null
},
{
- "id": "glue_DeleteCrawler",
+ "id": "glue_ListJobs",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "DeleteCrawler",
+ "title": "ListJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_DeleteCrawler_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_ListJobs_section.html"
},
"sdk_pages": []
},
@@ -309,19 +289,39 @@
"source_key": null
},
{
- "id": "glue_Hello",
+ "id": "glue_StartCrawler",
"file": "glue_metadata.yaml",
"languages": [],
- "title": "Hello AWS Glue",
- "title_abbrev": "Hello AWS Glue",
- "synopsis": "get started using AWS Glue.",
- "category": "Hello",
+ "title": "StartCrawler",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_Hello_section.html"
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartCrawler_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "glue_StartJobRun",
+ "file": "glue_metadata.yaml",
+ "languages": [],
+ "title": "StartJobRun",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "glue": "https://docs.aws.amazon.com/code-library/latest/ug/glue_example_glue_StartJobRun_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/healthlake/examples_catalog.json b/python/example_code/healthlake/examples_catalog.json
index 933f5a06d6a..a1667ac3b6a 100644
--- a/python/example_code/healthlake/examples_catalog.json
+++ b/python/example_code/healthlake/examples_catalog.json
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "healthlake_DescribeFHIRDatastore",
+ "id": "healthlake_DeleteFHIRDatastore",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "DescribeFHIRDatastore",
+ "title": "DeleteFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "healthlake_ListFHIRDatastores",
+ "id": "healthlake_DescribeFHIRDatastore",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "ListFHIRDatastores",
+ "title": "DescribeFHIRDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRDatastore_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "healthlake_DeleteFHIRDatastore",
+ "id": "healthlake_DescribeFHIRExportJob",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "DeleteFHIRDatastore",
+ "title": "DescribeFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DeleteFHIRDatastore_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "healthlake_StartFHIRImportJob",
+ "id": "healthlake_DescribeFHIRImportJob",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "StartFHIRImportJob",
+ "title": "DescribeFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "healthlake_DescribeFHIRImportJob",
+ "id": "healthlake_ListFHIRDatastores",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "DescribeFHIRImportJob",
+ "title": "ListFHIRDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRImportJob_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRDatastores_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "healthlake_ListFHIRImportJobs",
+ "id": "healthlake_ListFHIRExportJobs",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "ListFHIRImportJobs",
+ "title": "ListFHIRExportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "healthlake_StartFHIRExportJob",
+ "id": "healthlake_ListFHIRImportJobs",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "StartFHIRExportJob",
+ "title": "ListFHIRImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRImportJobs_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "healthlake_DescribeFHIRExportJob",
+ "id": "healthlake_ListTagsForResource",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "DescribeFHIRExportJob",
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_DescribeFHIRExportJob_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "healthlake_ListFHIRExportJobs",
+ "id": "healthlake_StartFHIRExportJob",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "ListFHIRExportJobs",
+ "title": "StartFHIRExportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListFHIRExportJobs_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRExportJob_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "healthlake_TagResource",
+ "id": "healthlake_StartFHIRImportJob",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "TagResource",
+ "title": "StartFHIRImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_StartFHIRImportJob_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "healthlake_ListTagsForResource",
+ "id": "healthlake_TagResource",
"file": "healthlake_metadata.yaml",
"languages": [],
- "title": "ListTagsForResource",
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_ListTagsForResource_section.html"
+ "healthlake": "https://docs.aws.amazon.com/code-library/latest/ug/healthlake_example_healthlake_TagResource_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/iam/examples_catalog.json b/python/example_code/iam/examples_catalog.json
index ef4a7479226..2ca71e503af 100644
--- a/python/example_code/iam/examples_catalog.json
+++ b/python/example_code/iam/examples_catalog.json
@@ -1,10 +1,40 @@
{
"examples": [
{
- "id": "iam_CreateAccountAlias",
+ "id": "cross_ResilientService",
+ "file": "cross_metadata.yaml",
+ "languages": [],
+ "title": "Build and manage a resilient service using an AWS SDK",
+ "title_abbrev": "Build and manage a resilient service",
+ "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
+ "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
+ "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [
+ "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
+ "Handle and distribute HTTP requests with Elastic Load Balancing.",
+ "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
+ "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
+ "Simulate a recommendation service with an Amazon DynamoDB table.",
+ "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ ],
+ "source_key": null
+ },
+ {
+ "id": "iam_AttachRolePolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateAccountAlias",
+ "title": "AttachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +43,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
},
"sdk_pages": []
},
@@ -21,10 +51,10 @@
"source_key": null
},
{
- "id": "iam_DeleteAccountAlias",
+ "id": "iam_AttachUserPolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DeleteAccountAlias",
+ "title": "AttachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +63,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
},
"sdk_pages": []
},
@@ -41,10 +71,10 @@
"source_key": null
},
{
- "id": "iam_ListAccountAliases",
+ "id": "iam_CreateAccessKey",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListAccountAliases",
+ "title": "CreateAccessKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +83,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
},
"sdk_pages": []
},
@@ -61,10 +91,10 @@
"source_key": null
},
{
- "id": "iam_GetAccountAuthorizationDetails",
+ "id": "iam_CreateAccountAlias",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetAccountAuthorizationDetails",
+ "title": "CreateAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +103,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccountAlias_section.html"
},
"sdk_pages": []
},
@@ -81,10 +111,10 @@
"source_key": null
},
{
- "id": "iam_GetAccountSummary",
+ "id": "iam_CreateInstanceProfile",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetAccountSummary",
+ "title": "CreateInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +123,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
},
"sdk_pages": []
},
@@ -101,10 +131,10 @@
"source_key": null
},
{
- "id": "iam_GenerateCredentialReport",
+ "id": "iam_CreatePolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GenerateCredentialReport",
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +143,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
},
"sdk_pages": []
},
@@ -121,10 +151,10 @@
"source_key": null
},
{
- "id": "iam_GetCredentialReport",
+ "id": "iam_CreatePolicyVersion",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetCredentialReport",
+ "title": "CreatePolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +163,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
},
"sdk_pages": []
},
@@ -141,10 +171,10 @@
"source_key": null
},
{
- "id": "iam_GetAccountPasswordPolicy",
+ "id": "iam_CreateRole",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetAccountPasswordPolicy",
+ "title": "CreateRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +183,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
},
"sdk_pages": []
},
@@ -161,10 +191,10 @@
"source_key": null
},
{
- "id": "iam_ListSAMLProviders",
+ "id": "iam_CreateServiceLinkedRole",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListSAMLProviders",
+ "title": "CreateServiceLinkedRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +203,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
},
"sdk_pages": []
},
@@ -181,10 +211,10 @@
"source_key": null
},
{
- "id": "iam_CreateAccessKey",
+ "id": "iam_CreateUser",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateAccessKey",
+ "title": "CreateUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +223,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateAccessKey_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
},
"sdk_pages": []
},
@@ -221,10 +251,10 @@
"source_key": null
},
{
- "id": "iam_GetAccessKeyLastUsed",
+ "id": "iam_DeleteAccountAlias",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetAccessKeyLastUsed",
+ "title": "DeleteAccountAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +263,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteAccountAlias_section.html"
},
"sdk_pages": []
},
@@ -241,10 +271,10 @@
"source_key": null
},
{
- "id": "iam_ListAccessKeys",
+ "id": "iam_DeleteInstanceProfile",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListAccessKeys",
+ "title": "DeleteInstanceProfile",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +283,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
},
"sdk_pages": []
},
@@ -261,10 +291,10 @@
"source_key": null
},
{
- "id": "iam_UpdateAccessKey",
+ "id": "iam_DeletePolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "UpdateAccessKey",
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +303,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
},
"sdk_pages": []
},
@@ -281,10 +311,10 @@
"source_key": null
},
{
- "id": "iam_CreatePolicy",
+ "id": "iam_DeleteRole",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreatePolicy",
+ "title": "DeleteRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +323,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
},
"sdk_pages": []
},
@@ -301,10 +331,10 @@
"source_key": null
},
{
- "id": "iam_DeletePolicy",
+ "id": "iam_DeleteUser",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DeletePolicy",
+ "title": "DeleteUser",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +343,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeletePolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
},
"sdk_pages": []
},
@@ -321,10 +351,10 @@
"source_key": null
},
{
- "id": "iam_CreatePolicyVersion",
+ "id": "iam_DetachRolePolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreatePolicyVersion",
+ "title": "DetachRolePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -333,7 +363,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreatePolicyVersion_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
},
"sdk_pages": []
},
@@ -341,10 +371,10 @@
"source_key": null
},
{
- "id": "iam_ListPolicies",
+ "id": "iam_DetachUserPolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListPolicies",
+ "title": "DetachUserPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +383,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
},
"sdk_pages": []
},
@@ -361,10 +391,10 @@
"source_key": null
},
{
- "id": "iam_GetPolicy",
+ "id": "iam_GenerateCredentialReport",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetPolicy",
+ "title": "GenerateCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -373,7 +403,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GenerateCredentialReport_section.html"
},
"sdk_pages": []
},
@@ -381,10 +411,10 @@
"source_key": null
},
{
- "id": "iam_GetPolicyVersion",
+ "id": "iam_GetAccessKeyLastUsed",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetPolicyVersion",
+ "title": "GetAccessKeyLastUsed",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -393,7 +423,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccessKeyLastUsed_section.html"
},
"sdk_pages": []
},
@@ -401,10 +431,10 @@
"source_key": null
},
{
- "id": "iam_AttachRolePolicy",
+ "id": "iam_GetAccountAuthorizationDetails",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "AttachRolePolicy",
+ "title": "GetAccountAuthorizationDetails",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -413,7 +443,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachRolePolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountAuthorizationDetails_section.html"
},
"sdk_pages": []
},
@@ -421,10 +451,10 @@
"source_key": null
},
{
- "id": "iam_ListAttachedRolePolicies",
+ "id": "iam_GetAccountPasswordPolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListAttachedRolePolicies",
+ "title": "GetAccountPasswordPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -433,7 +463,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountPasswordPolicy_section.html"
},
"sdk_pages": []
},
@@ -441,10 +471,10 @@
"source_key": null
},
{
- "id": "iam_DetachRolePolicy",
+ "id": "iam_GetAccountSummary",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DetachRolePolicy",
+ "title": "GetAccountSummary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -453,7 +483,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachRolePolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetAccountSummary_section.html"
},
"sdk_pages": []
},
@@ -461,10 +491,10 @@
"source_key": null
},
{
- "id": "iam_CreateRole",
+ "id": "iam_GetCredentialReport",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateRole",
+ "title": "GetCredentialReport",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -473,7 +503,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateRole_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetCredentialReport_section.html"
},
"sdk_pages": []
},
@@ -481,10 +511,10 @@
"source_key": null
},
{
- "id": "iam_ListRoles",
+ "id": "iam_GetPolicy",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListRoles",
+ "title": "GetPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,7 +523,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicy_section.html"
},
"sdk_pages": []
},
@@ -501,10 +531,10 @@
"source_key": null
},
{
- "id": "iam_GetRole",
+ "id": "iam_GetPolicyVersion",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "GetRole",
+ "title": "GetPolicyVersion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -513,7 +543,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetPolicyVersion_section.html"
},
"sdk_pages": []
},
@@ -521,10 +551,10 @@
"source_key": null
},
{
- "id": "iam_DeleteRole",
+ "id": "iam_GetRole",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DeleteRole",
+ "title": "GetRole",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -533,7 +563,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteRole_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_GetRole_section.html"
},
"sdk_pages": []
},
@@ -541,19 +571,19 @@
"source_key": null
},
{
- "id": "iam_ListRolePolicies",
+ "id": "iam_Hello",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListRolePolicies",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello IAM",
+ "title_abbrev": "Hello IAM",
+ "synopsis": "get started using IAM.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
},
"sdk_pages": []
},
@@ -561,10 +591,10 @@
"source_key": null
},
{
- "id": "iam_CreateUser",
+ "id": "iam_ListAccessKeys",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateUser",
+ "title": "ListAccessKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -573,7 +603,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateUser_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccessKeys_section.html"
},
"sdk_pages": []
},
@@ -581,10 +611,10 @@
"source_key": null
},
{
- "id": "iam_DeleteUser",
+ "id": "iam_ListAccountAliases",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DeleteUser",
+ "title": "ListAccountAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -593,7 +623,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteUser_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAccountAliases_section.html"
},
"sdk_pages": []
},
@@ -601,10 +631,10 @@
"source_key": null
},
{
- "id": "iam_ListUsers",
+ "id": "iam_ListAttachedRolePolicies",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListUsers",
+ "title": "ListAttachedRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -613,7 +643,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListAttachedRolePolicies_section.html"
},
"sdk_pages": []
},
@@ -621,10 +651,10 @@
"source_key": null
},
{
- "id": "iam_UpdateUser",
+ "id": "iam_ListGroups",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "UpdateUser",
+ "title": "ListGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -633,7 +663,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
},
"sdk_pages": []
},
@@ -641,10 +671,10 @@
"source_key": null
},
{
- "id": "iam_AttachUserPolicy",
+ "id": "iam_ListPolicies",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "AttachUserPolicy",
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -653,7 +683,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_AttachUserPolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListPolicies_section.html"
},
"sdk_pages": []
},
@@ -661,10 +691,10 @@
"source_key": null
},
{
- "id": "iam_DetachUserPolicy",
+ "id": "iam_ListRolePolicies",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DetachUserPolicy",
+ "title": "ListRolePolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -673,7 +703,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DetachUserPolicy_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRolePolicies_section.html"
},
"sdk_pages": []
},
@@ -681,10 +711,10 @@
"source_key": null
},
{
- "id": "iam_ListGroups",
+ "id": "iam_ListRoles",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "ListGroups",
+ "title": "ListRoles",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -693,7 +723,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListGroups_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListRoles_section.html"
},
"sdk_pages": []
},
@@ -701,10 +731,10 @@
"source_key": null
},
{
- "id": "iam_CreateServiceLinkedRole",
+ "id": "iam_ListSAMLProviders",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateServiceLinkedRole",
+ "title": "ListSAMLProviders",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -713,7 +743,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateServiceLinkedRole_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListSAMLProviders_section.html"
},
"sdk_pages": []
},
@@ -721,10 +751,10 @@
"source_key": null
},
{
- "id": "iam_CreateInstanceProfile",
+ "id": "iam_ListUsers",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "CreateInstanceProfile",
+ "title": "ListUsers",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -733,7 +763,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_CreateInstanceProfile_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_ListUsers_section.html"
},
"sdk_pages": []
},
@@ -741,23 +771,28 @@
"source_key": null
},
{
- "id": "iam_DeleteInstanceProfile",
+ "id": "iam_Scenario_AccountManagement",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "DeleteInstanceProfile",
- "title_abbrev": "",
+ "title": "Manage your IAM account using an AWS SDK",
+ "title_abbrev": "Manage your account",
"synopsis": "",
- "category": "Api",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_DeleteInstanceProfile_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Get and update the account alias.",
+ "Generate a report of users and credentials.",
+ "Get a summary of account usage.",
+ "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
+ ],
"source_key": null
},
{
@@ -786,61 +821,35 @@
"source_key": null
},
{
- "id": "iam_Hello",
+ "id": "iam_Scenario_ManageAccessKeys",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Hello IAM",
- "title_abbrev": "Hello IAM",
- "synopsis": "get started using IAM.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_ResilientService",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Build and manage a resilient service using an AWS SDK",
- "title_abbrev": "Build and manage a resilient service",
- "synopsis": "create a load-balanced web service that returns book, movie, and song recommendations. The example shows how the service responds to failures, and how to restructure the service for more resilience when failures occur.",
+ "title": "Manage IAM access keys using an AWS SDK",
+ "title_abbrev": "Manage access keys",
+ "synopsis": "manage access keys. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "auto-scaling": "https://docs.aws.amazon.com/code-library/latest/ug/auto-scaling_example_cross_ResilientService_section.html",
- "ec2": "https://docs.aws.amazon.com/code-library/latest/ug/ec2_example_cross_ResilientService_section.html",
- "elastic-load-balancing-v2": "https://docs.aws.amazon.com/code-library/latest/ug/elastic-load-balancing-v2_example_cross_ResilientService_section.html",
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_cross_ResilientService_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Use an Amazon EC2 Auto Scaling group to create Amazon Elastic Compute Cloud (Amazon EC2) instances based on a launch template and to keep the number of instances in a specified range.",
- "Handle and distribute HTTP requests with Elastic Load Balancing.",
- "Monitor the health of instances in an Auto Scaling group and forward requests only to healthy instances.",
- "Run a Python web server on each EC2 instance to handle HTTP requests. The web server responds with recommendations and health checks.",
- "Simulate a recommendation service with an Amazon DynamoDB table.",
- "Control web server response to requests and health checks by updating AWS Systems Manager parameters."
+ "Create and list access keys.",
+ "Find out when and how an access key was last used.",
+ "Update and delete access keys."
],
"source_key": null
},
{
- "id": "iam_Scenario_AccountManagement",
+ "id": "iam_Scenario_PolicyManagement",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Manage your IAM account using an AWS SDK",
- "title_abbrev": "Manage your account",
+ "title": "Manage IAM policies using an AWS SDK",
+ "title_abbrev": "Manage policies",
"synopsis": "",
"category": "Scenarios",
"guide_topic": null,
@@ -848,39 +857,39 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_AccountManagement_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Get and update the account alias.",
- "Generate a report of users and credentials.",
- "Get a summary of account usage.",
- "Get details for all users, groups, roles, and policies in your account, including their relationships to each other."
+ "Create and list policies.",
+ "Create and get policy versions.",
+ "Roll back a policy to a previous version.",
+ "Delete policies."
],
"source_key": null
},
{
- "id": "iam_Scenario_ManageAccessKeys",
+ "id": "iam_Scenario_RoleManagement",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Manage IAM access keys using an AWS SDK",
- "title_abbrev": "Manage access keys",
- "synopsis": "manage access keys. ",
+ "title": "Manage IAM roles using an AWS SDK",
+ "title_abbrev": "Manage roles",
+ "synopsis": "",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_ManageAccessKeys_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create and list access keys.",
- "Find out when and how an access key was last used.",
- "Update and delete access keys."
+ "Create an IAM role.",
+ "Attach and detach policies for a role.",
+ "Delete a role."
],
"source_key": null
},
@@ -910,77 +919,68 @@
"source_key": null
},
{
- "id": "iam_Scenario_PolicyManagement",
+ "id": "iam_Scenario_UserPolicies",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Manage IAM policies using an AWS SDK",
- "title_abbrev": "Manage policies",
- "synopsis": "",
+ "title": "Create read-only and read-write IAM users using an AWS SDK",
+ "title_abbrev": "Create read-only and read-write users",
+ "synopsis": "create users and attach policies to them. ",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_PolicyManagement_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create and list policies.",
- "Create and get policy versions.",
- "Roll back a policy to a previous version.",
- "Delete policies."
+ "Create two IAM users.",
+ "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
+ "Attach a policy for the second user to get objects from the bucket.",
+ "Get different permissions to the bucket based on user credentials."
],
"source_key": null
},
{
- "id": "iam_Scenario_RoleManagement",
+ "id": "iam_UpdateAccessKey",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Manage IAM roles using an AWS SDK",
- "title_abbrev": "Manage roles",
+ "title": "UpdateAccessKey",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_RoleManagement_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateAccessKey_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an IAM role.",
- "Attach and detach policies for a role.",
- "Delete a role."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "iam_Scenario_UserPolicies",
+ "id": "iam_UpdateUser",
"file": "iam_metadata.yaml",
"languages": [],
- "title": "Create read-only and read-write IAM users using an AWS SDK",
- "title_abbrev": "Create read-only and read-write users",
- "synopsis": "create users and attach policies to them. ",
- "category": "Scenarios",
+ "title": "UpdateUser",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_Scenario_UserPolicies_section.html"
+ "iam": "https://docs.aws.amazon.com/code-library/latest/ug/iam_example_iam_UpdateUser_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create two IAM users.",
- "Attach a policy for one user to get and put objects in an Amazon S3 bucket.",
- "Attach a policy for the second user to get objects from the bucket.",
- "Get different permissions to the bucket based on user credentials."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/iotsitewise/examples_catalog.json b/python/example_code/iotsitewise/examples_catalog.json
index 561019fea9d..038d428fc97 100644
--- a/python/example_code/iotsitewise/examples_catalog.json
+++ b/python/example_code/iotsitewise/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "iotsitewise_DescribeGateway",
+ "id": "iotsitewise_BatchPutAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DescribeGateway",
+ "title": "BatchPutAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "iotsitewise_DeleteGateway",
+ "id": "iotsitewise_CreateAsset",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DeleteGateway",
+ "title": "CreateAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "iotsitewise_CreateGateway",
+ "id": "iotsitewise_CreateAssetModel",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "CreateGateway",
+ "title": "CreateAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "iotsitewise_DescribePortal",
+ "id": "iotsitewise_CreateGateway",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DescribePortal",
+ "title": "CreateGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateGateway_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "iotsitewise_ListAssetModels",
+ "id": "iotsitewise_CreatePortal",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "ListAssetModels",
+ "title": "CreatePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "iotsitewise_DeletePortal",
+ "id": "iotsitewise_DeleteAsset",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DeletePortal",
+ "title": "DeleteAsset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "iotsitewise_CreatePortal",
+ "id": "iotsitewise_DeleteAssetModel",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "CreatePortal",
+ "title": "DeleteAssetModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreatePortal_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "iotsitewise_DeleteAssetModel",
+ "id": "iotsitewise_DeleteGateway",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DeleteAssetModel",
+ "title": "DeleteGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAssetModel_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteGateway_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "iotsitewise_DeleteAsset",
+ "id": "iotsitewise_DeletePortal",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "DeleteAsset",
+ "title": "DeletePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeleteAsset_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DeletePortal_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "iotsitewise_GetAssetPropertyValue",
+ "id": "iotsitewise_DescribeGateway",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "GetAssetPropertyValue",
+ "title": "DescribeGateway",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribeGateway_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "iotsitewise_BatchPutAssetPropertyValue",
+ "id": "iotsitewise_DescribePortal",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "BatchPutAssetPropertyValue",
+ "title": "DescribePortal",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_BatchPutAssetPropertyValue_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_DescribePortal_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "iotsitewise_CreateAsset",
+ "id": "iotsitewise_GetAssetPropertyValue",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "CreateAsset",
+ "title": "GetAssetPropertyValue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAsset_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_GetAssetPropertyValue_section.html"
},
"sdk_pages": []
},
@@ -241,10 +241,30 @@
"source_key": null
},
{
- "id": "iotsitewise_CreateAssetModel",
+ "id": "iotsitewise_Hello",
"file": "iot_sitewise_metadata.yaml",
"languages": [],
- "title": "CreateAssetModel",
+ "title": "Hello AWS IoT SiteWise",
+ "title_abbrev": "Hello AWS IoT SiteWise",
+ "synopsis": "get started using AWS IoT SiteWise.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "iotsitewise_ListAssetModels",
+ "file": "iot_sitewise_metadata.yaml",
+ "languages": [],
+ "title": "ListAssetModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_CreateAssetModel_section.html"
+ "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_ListAssetModels_section.html"
},
"sdk_pages": []
},
@@ -289,26 +309,6 @@
"Delete the AWS IoT SiteWise Assets."
],
"source_key": null
- },
- {
- "id": "iotsitewise_Hello",
- "file": "iot_sitewise_metadata.yaml",
- "languages": [],
- "title": "Hello AWS IoT SiteWise",
- "title_abbrev": "Hello AWS IoT SiteWise",
- "synopsis": "get started using AWS IoT SiteWise.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "iotsitewise": "https://docs.aws.amazon.com/code-library/latest/ug/iotsitewise_example_iotsitewise_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/keyspaces/examples_catalog.json b/python/example_code/keyspaces/examples_catalog.json
index d0608fb549a..9d343c2d170 100644
--- a/python/example_code/keyspaces/examples_catalog.json
+++ b/python/example_code/keyspaces/examples_catalog.json
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "keyspaces_GetKeyspace",
+ "id": "keyspaces_CreateTable",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "GetKeyspace",
+ "title": "CreateTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "keyspaces_ListKeyspaces",
+ "id": "keyspaces_DeleteKeyspace",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "ListKeyspaces",
+ "title": "DeleteKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "keyspaces_CreateTable",
+ "id": "keyspaces_DeleteTable",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "CreateTable",
+ "title": "DeleteTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_CreateTable_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "keyspaces_GetTable",
+ "id": "keyspaces_GetKeyspace",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "GetTable",
+ "title": "GetKeyspace",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetKeyspace_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "keyspaces_ListTables",
+ "id": "keyspaces_GetTable",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "ListTables",
+ "title": "GetTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_GetTable_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "keyspaces_UpdateTable",
+ "id": "keyspaces_Hello",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "UpdateTable",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon Keyspaces",
+ "title_abbrev": "Hello Amazon Keyspaces",
+ "synopsis": "get started using Amazon Keyspaces.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "keyspaces_RestoreTable",
+ "id": "keyspaces_ListKeyspaces",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "RestoreTable",
+ "title": "ListKeyspaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListKeyspaces_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "keyspaces_DeleteTable",
+ "id": "keyspaces_ListTables",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "DeleteTable",
+ "title": "ListTables",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteTable_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_ListTables_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "keyspaces_DeleteKeyspace",
+ "id": "keyspaces_RestoreTable",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "DeleteKeyspace",
+ "title": "RestoreTable",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_DeleteKeyspace_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_RestoreTable_section.html"
},
"sdk_pages": []
},
@@ -227,19 +227,19 @@
"source_key": null
},
{
- "id": "keyspaces_Hello",
+ "id": "keyspaces_UpdateTable",
"file": "keyspaces_metadata.yaml",
"languages": [],
- "title": "Hello Amazon Keyspaces",
- "title_abbrev": "Hello Amazon Keyspaces",
- "synopsis": "get started using Amazon Keyspaces.",
- "category": "Hello",
+ "title": "UpdateTable",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_Hello_section.html"
+ "keyspaces": "https://docs.aws.amazon.com/code-library/latest/ug/keyspaces_example_keyspaces_UpdateTable_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/kinesis-analytics-v2/examples_catalog.json b/python/example_code/kinesis-analytics-v2/examples_catalog.json
index 9f82f84227d..86bb39a15e6 100644
--- a/python/example_code/kinesis-analytics-v2/examples_catalog.json
+++ b/python/example_code/kinesis-analytics-v2/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "kinesis-analytics-v2_CreateApplication",
+ "id": "kinesis-analytics-v2_AddApplicationInput",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "CreateApplication",
+ "title": "AddApplicationInput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DeleteApplication",
+ "id": "kinesis-analytics-v2_AddApplicationOutput",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "DeleteApplication",
+ "title": "AddApplicationOutput",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DescribeApplication",
+ "id": "kinesis-analytics-v2_CreateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "DescribeApplication",
+ "title": "CreateApplication",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_CreateApplication_section.html"
},
"sdk_pages": []
},
@@ -61,19 +61,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
+ "id": "kinesis-analytics-v2_DataGenerator_Anomaly",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "DescribeApplicationSnapshot",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with heart rate anomalies using an AWS SDK",
+ "title_abbrev": "Generate a stream with heart rate anomalies",
+ "synopsis": "generate a Kinesis stream with heart rate anomalies.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
},
"sdk_pages": []
},
@@ -81,19 +81,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DiscoverInputSchema",
+ "id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "DiscoverInputSchema",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with blood pressure anomalies using an AWS SDK",
+ "title_abbrev": "Generate a stream with blood pressure anomalies",
+ "synopsis": "generate a Kinesis stream with blood pressure anomalies.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
},
"sdk_pages": []
},
@@ -101,19 +101,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_AddApplicationInput",
+ "id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "AddApplicationInput",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with data in columns using an AWS SDK",
+ "title_abbrev": "Generate a stream with data in columns",
+ "synopsis": "generate a Kinesis stream with data in columns.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationInput_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
},
"sdk_pages": []
},
@@ -121,19 +121,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_AddApplicationOutput",
+ "id": "kinesis-analytics-v2_DataGenerator_Hotspots",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "AddApplicationOutput",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with hotspots using an AWS SDK",
+ "title_abbrev": "Generate a stream with hotspots",
+ "synopsis": "generate a Kinesis stream with hotspots.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_AddApplicationOutput_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
},
"sdk_pages": []
},
@@ -141,19 +141,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_UpdateApplication",
+ "id": "kinesis-analytics-v2_DataGenerator_Referrer",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "UpdateApplication",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with a referrer using an AWS SDK",
+ "title_abbrev": "Generate a stream with a referrer",
+ "synopsis": "generate a Kinesis stream with a referrer.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
},
"sdk_pages": []
},
@@ -161,19 +161,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_StartApplication",
+ "id": "kinesis-analytics-v2_DataGenerator_RegexLog",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "StartApplication",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with log entries using an AWS SDK",
+ "title_abbrev": "Generate a stream with log entries",
+ "synopsis": "generate a Kinesis stream with log entries.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
},
"sdk_pages": []
},
@@ -181,19 +181,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_StopApplication",
+ "id": "kinesis-analytics-v2_DataGenerator_Stagger",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "StopApplication",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate a Kinesis stream with stagger data using an AWS SDK",
+ "title_abbrev": "Generate a stream with stagger data",
+ "synopsis": "generate a Kinesis stream with stagger data.",
+ "category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
},
"sdk_pages": []
},
@@ -201,19 +201,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_Anomaly",
+ "id": "kinesis-analytics-v2_DataGenerator_StockTicker",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with heart rate anomalies using an AWS SDK",
- "title_abbrev": "Generate a stream with heart rate anomalies",
- "synopsis": "generate a Kinesis stream with heart rate anomalies.",
+ "title": "Generate a Kinesis stream with stock ticker data using an AWS SDK",
+ "title_abbrev": "Generate a stream with stock ticker data",
+ "synopsis": "generate a Kinesis stream with stock ticker data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Anomaly_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
},
"sdk_pages": []
},
@@ -221,19 +221,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_AnomalyEx",
+ "id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with blood pressure anomalies using an AWS SDK",
- "title_abbrev": "Generate a stream with blood pressure anomalies",
- "synopsis": "generate a Kinesis stream with blood pressure anomalies.",
+ "title": "Generate a Kinesis stream with two data types using an AWS SDK",
+ "title_abbrev": "Generate a stream with two data types",
+ "synopsis": "generate a Kinesis stream with two data types.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_AnomalyEx_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
},
"sdk_pages": []
},
@@ -241,19 +241,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_ColumnLog",
+ "id": "kinesis-analytics-v2_DataGenerator_WebLog",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with data in columns using an AWS SDK",
- "title_abbrev": "Generate a stream with data in columns",
- "synopsis": "generate a Kinesis stream with data in columns.",
+ "title": "Generate a Kinesis stream with web log data using an AWS SDK",
+ "title_abbrev": "Generate a stream with web log data",
+ "synopsis": "generate a Kinesis stream with web log data.",
"category": "Data generator",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_ColumnLog_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
},
"sdk_pages": []
},
@@ -261,19 +261,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_Hotspots",
+ "id": "kinesis-analytics-v2_DeleteApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with hotspots using an AWS SDK",
- "title_abbrev": "Generate a stream with hotspots",
- "synopsis": "generate a Kinesis stream with hotspots.",
- "category": "Data generator",
+ "title": "DeleteApplication",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Hotspots_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DeleteApplication_section.html"
},
"sdk_pages": []
},
@@ -281,19 +281,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_Referrer",
+ "id": "kinesis-analytics-v2_DescribeApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with a referrer using an AWS SDK",
- "title_abbrev": "Generate a stream with a referrer",
- "synopsis": "generate a Kinesis stream with a referrer.",
- "category": "Data generator",
+ "title": "DescribeApplication",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Referrer_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplication_section.html"
},
"sdk_pages": []
},
@@ -301,19 +301,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_RegexLog",
+ "id": "kinesis-analytics-v2_DescribeApplicationSnapshot",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with log entries using an AWS SDK",
- "title_abbrev": "Generate a stream with log entries",
- "synopsis": "generate a Kinesis stream with log entries.",
- "category": "Data generator",
+ "title": "DescribeApplicationSnapshot",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_RegexLog_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DescribeApplicationSnapshot_section.html"
},
"sdk_pages": []
},
@@ -321,19 +321,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_Stagger",
+ "id": "kinesis-analytics-v2_DiscoverInputSchema",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with stagger data using an AWS SDK",
- "title_abbrev": "Generate a stream with stagger data",
- "synopsis": "generate a Kinesis stream with stagger data.",
- "category": "Data generator",
+ "title": "DiscoverInputSchema",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_Stagger_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DiscoverInputSchema_section.html"
},
"sdk_pages": []
},
@@ -341,19 +341,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_StockTicker",
+ "id": "kinesis-analytics-v2_StartApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with stock ticker data using an AWS SDK",
- "title_abbrev": "Generate a stream with stock ticker data",
- "synopsis": "generate a Kinesis stream with stock ticker data.",
- "category": "Data generator",
+ "title": "StartApplication",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_StockTicker_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StartApplication_section.html"
},
"sdk_pages": []
},
@@ -361,19 +361,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_TwoRecordTypes",
+ "id": "kinesis-analytics-v2_StopApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with two data types using an AWS SDK",
- "title_abbrev": "Generate a stream with two data types",
- "synopsis": "generate a Kinesis stream with two data types.",
- "category": "Data generator",
+ "title": "StopApplication",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_TwoRecordTypes_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_StopApplication_section.html"
},
"sdk_pages": []
},
@@ -381,19 +381,19 @@
"source_key": null
},
{
- "id": "kinesis-analytics-v2_DataGenerator_WebLog",
+ "id": "kinesis-analytics-v2_UpdateApplication",
"file": "kinesis-analytics-v2_metadata.yaml",
"languages": [],
- "title": "Generate a Kinesis stream with web log data using an AWS SDK",
- "title_abbrev": "Generate a stream with web log data",
- "synopsis": "generate a Kinesis stream with web log data.",
- "category": "Data generator",
+ "title": "UpdateApplication",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_DataGenerator_WebLog_section.html"
+ "kinesis-analytics-v2": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis-analytics-v2_example_kinesis-analytics-v2_UpdateApplication_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/kinesis/examples_catalog.json b/python/example_code/kinesis/examples_catalog.json
index 388ad11c6ab..0fa8575c427 100644
--- a/python/example_code/kinesis/examples_catalog.json
+++ b/python/example_code/kinesis/examples_catalog.json
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "kinesis_DescribeStream",
+ "id": "kinesis_DeleteStream",
"file": "kinesis_metadata.yaml",
"languages": [],
- "title": "DescribeStream",
+ "title": "DeleteStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "kinesis_DeleteStream",
+ "id": "kinesis_DescribeStream",
"file": "kinesis_metadata.yaml",
"languages": [],
- "title": "DeleteStream",
+ "title": "DescribeStream",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DeleteStream_section.html"
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_DescribeStream_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "kinesis_PutRecord",
+ "id": "kinesis_GetRecords",
"file": "kinesis_metadata.yaml",
"languages": [],
- "title": "PutRecord",
+ "title": "GetRecords",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "kinesis_GetRecords",
+ "id": "kinesis_PutRecord",
"file": "kinesis_metadata.yaml",
"languages": [],
- "title": "GetRecords",
+ "title": "PutRecord",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_GetRecords_section.html"
+ "kinesis": "https://docs.aws.amazon.com/code-library/latest/ug/kinesis_example_kinesis_PutRecord_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/kms/examples_catalog.json b/python/example_code/kms/examples_catalog.json
index 83bb880e569..99c28c2e07d 100644
--- a/python/example_code/kms/examples_catalog.json
+++ b/python/example_code/kms/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "kms_TagResource",
+ "id": "kms_CreateAlias",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "TagResource",
+ "title": "CreateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "kms_Sign",
+ "id": "kms_CreateGrant",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "Sign",
+ "title": "CreateGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "kms_Verify",
+ "id": "kms_CreateKey",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "Verify",
+ "title": "CreateKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "kms_CreateKey",
+ "id": "kms_Decrypt",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "CreateKey",
+ "title": "Decrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateKey_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "kms_Decrypt",
+ "id": "kms_DeleteAlias",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "Decrypt",
+ "title": "DeleteAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Decrypt_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "kms_Encrypt",
+ "id": "kms_DescribeKey",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "Encrypt",
+ "title": "DescribeKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "kms_GenerateDataKey",
+ "id": "kms_DisableKey",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "GenerateDataKey",
+ "title": "DisableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "kms_ListKeys",
+ "id": "kms_EnableKey",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ListKeys",
+ "title": "EnableKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "kms_ReEncrypt",
+ "id": "kms_EnableKeyRotation",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ReEncrypt",
+ "title": "EnableKeyRotation",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
},
"sdk_pages": []
},
@@ -181,10 +181,10 @@
"source_key": null
},
{
- "id": "kms_CreateAlias",
+ "id": "kms_Encrypt",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "CreateAlias",
+ "title": "Encrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +193,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateAlias_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Encrypt_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "kms_CreateGrant",
+ "id": "kms_GenerateDataKey",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "CreateGrant",
+ "title": "GenerateDataKey",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_CreateGrant_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GenerateDataKey_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "kms_DescribeKey",
+ "id": "kms_GetKeyPolicy",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "DescribeKey",
+ "title": "GetKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DescribeKey_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
},
"sdk_pages": []
},
@@ -241,10 +241,10 @@
"source_key": null
},
{
- "id": "kms_DisableKey",
+ "id": "kms_ListAliases",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "DisableKey",
+ "title": "ListAliases",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DisableKey_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
},
"sdk_pages": []
},
@@ -261,10 +261,10 @@
"source_key": null
},
{
- "id": "kms_EnableKey",
+ "id": "kms_ListGrants",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "EnableKey",
+ "title": "ListGrants",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKey_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
},
"sdk_pages": []
},
@@ -281,10 +281,10 @@
"source_key": null
},
{
- "id": "kms_ScheduleKeyDeletion",
+ "id": "kms_ListKeyPolicies",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ScheduleKeyDeletion",
+ "title": "ListKeyPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +293,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
},
"sdk_pages": []
},
@@ -301,10 +301,10 @@
"source_key": null
},
{
- "id": "kms_ListAliases",
+ "id": "kms_ListKeys",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ListAliases",
+ "title": "ListKeys",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +313,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListAliases_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeys_section.html"
},
"sdk_pages": []
},
@@ -321,10 +321,10 @@
"source_key": null
},
{
- "id": "kms_UpdateAlias",
+ "id": "kms_PutKeyPolicy",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "UpdateAlias",
+ "title": "PutKeyPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -333,7 +333,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
},
"sdk_pages": []
},
@@ -341,10 +341,10 @@
"source_key": null
},
{
- "id": "kms_DeleteAlias",
+ "id": "kms_ReEncrypt",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "DeleteAlias",
+ "title": "ReEncrypt",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +353,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_DeleteAlias_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ReEncrypt_section.html"
},
"sdk_pages": []
},
@@ -361,10 +361,10 @@
"source_key": null
},
{
- "id": "kms_ListGrants",
+ "id": "kms_RetireGrant",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ListGrants",
+ "title": "RetireGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -373,7 +373,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListGrants_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
},
"sdk_pages": []
},
@@ -381,10 +381,10 @@
"source_key": null
},
{
- "id": "kms_RetireGrant",
+ "id": "kms_RevokeGrant",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "RetireGrant",
+ "title": "RevokeGrant",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -393,7 +393,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RetireGrant_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
},
"sdk_pages": []
},
@@ -401,30 +401,38 @@
"source_key": null
},
{
- "id": "kms_RevokeGrant",
+ "id": "kms_Scenario_Basics",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "RevokeGrant",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_RevokeGrant_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a KMS key.",
+ "List KMS keys for your account and get details about them.",
+ "Enable and disable KMS keys.",
+ "Generate a symmetric data key that can be used for client-side encryption.",
+ "Generate an asymmetric key used to digitally sign data.",
+ "Tag keys.",
+ "Delete KMS keys."
+ ],
"source_key": null
},
{
- "id": "kms_ListKeyPolicies",
+ "id": "kms_ScheduleKeyDeletion",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "ListKeyPolicies",
+ "title": "ScheduleKeyDeletion",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -433,7 +441,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ListKeyPolicies_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_ScheduleKeyDeletion_section.html"
},
"sdk_pages": []
},
@@ -441,10 +449,10 @@
"source_key": null
},
{
- "id": "kms_GetKeyPolicy",
+ "id": "kms_Sign",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "GetKeyPolicy",
+ "title": "Sign",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -453,7 +461,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_GetKeyPolicy_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Sign_section.html"
},
"sdk_pages": []
},
@@ -461,10 +469,10 @@
"source_key": null
},
{
- "id": "kms_PutKeyPolicy",
+ "id": "kms_TagResource",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "PutKeyPolicy",
+ "title": "TagResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -473,7 +481,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_PutKeyPolicy_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_TagResource_section.html"
},
"sdk_pages": []
},
@@ -481,10 +489,10 @@
"source_key": null
},
{
- "id": "kms_EnableKeyRotation",
+ "id": "kms_UpdateAlias",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "EnableKeyRotation",
+ "title": "UpdateAlias",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,7 +501,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_EnableKeyRotation_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_UpdateAlias_section.html"
},
"sdk_pages": []
},
@@ -501,31 +509,23 @@
"source_key": null
},
{
- "id": "kms_Scenario_Basics",
+ "id": "kms_Verify",
"file": "kms_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "Verify",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Scenario_Basics_section.html"
+ "kms": "https://docs.aws.amazon.com/code-library/latest/ug/kms_example_kms_Verify_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a KMS key.",
- "List KMS keys for your account and get details about them.",
- "Enable and disable KMS keys.",
- "Generate a symmetric data key that can be used for client-side encryption.",
- "Generate an asymmetric key used to digitally sign data.",
- "Tag keys.",
- "Delete KMS keys."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/lambda/examples_catalog.json b/python/example_code/lambda/examples_catalog.json
index 05f9750f17e..64cba579a47 100644
--- a/python/example_code/lambda/examples_catalog.json
+++ b/python/example_code/lambda/examples_catalog.json
@@ -1,19 +1,22 @@
{
"examples": [
{
- "id": "lambda_CreateFunction",
- "file": "lambda_metadata.yaml",
+ "id": "cross_ApiGatewayDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateFunction",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an API Gateway REST API to track COVID-19 data",
+ "title_abbrev": "Create a REST API to track COVID-19 data",
+ "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
+ "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
},
"sdk_pages": []
},
@@ -21,19 +24,21 @@
"source_key": null
},
{
- "id": "lambda_DeleteFunction",
- "file": "lambda_metadata.yaml",
+ "id": "cross_ApiGatewayWebsocketChat",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteFunction",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a websocket chat application with API Gateway",
+ "title_abbrev": "Create a websocket chat application",
+ "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "api-gateway",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
},
"sdk_pages": []
},
@@ -41,19 +46,22 @@
"source_key": null
},
{
- "id": "lambda_Invoke",
- "file": "lambda_metadata.yaml",
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "Invoke",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
"sdk_pages": []
},
@@ -61,19 +69,22 @@
"source_key": null
},
{
- "id": "lambda_GetFunction",
- "file": "lambda_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "GetFunction",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -81,19 +92,23 @@
"source_key": null
},
{
- "id": "lambda_UpdateFunctionCode",
- "file": "lambda_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "UpdateFunctionCode",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
@@ -101,19 +116,22 @@
"source_key": null
},
{
- "id": "lambda_UpdateFunctionConfiguration",
- "file": "lambda_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "UpdateFunctionConfiguration",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -121,10 +139,10 @@
"source_key": null
},
{
- "id": "lambda_ListFunctions",
+ "id": "lambda_CreateFunction",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "ListFunctions",
+ "title": "CreateFunction",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +151,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_CreateFunction_section.html"
},
"sdk_pages": []
},
@@ -141,48 +159,39 @@
"source_key": null
},
{
- "id": "lambda_Scenario_GettingStartedFunctions",
+ "id": "lambda_DeleteFunction",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "DeleteFunction",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
- "guide_topic": {
- "title": "Create a Lambda function with the console",
- "url": "lambda/latest/dg/getting-started-create-function.html"
- },
+ "category": "Api",
+ "guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_DeleteFunction_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an IAM role and Lambda function, then upload handler code.",
- "Invoke the function with a single parameter and get results.",
- "Update the function code and configure with an environment variable.",
- "Invoke the function with new parameters and get results. Display the returned execution log.",
- "List the functions for your account, then clean up resources."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "lambda_Hello",
+ "id": "lambda_GetFunction",
"file": "lambda_metadata.yaml",
"languages": [],
- "title": "Hello Lambda",
- "title_abbrev": "Hello Lambda",
- "synopsis": "get started using Lambda.",
- "category": "Hello",
+ "title": "GetFunction",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_GetFunction_section.html"
},
"sdk_pages": []
},
@@ -190,22 +199,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "lambda_Hello",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create an API Gateway REST API to track COVID-19 data",
- "title_abbrev": "Create a REST API to track COVID-19 data",
- "synopsis": "create a REST API that simulates a system to track daily cases of COVID-19 in the United States, using fictional data.",
- "category": "Scenarios",
+ "title": "Hello Lambda",
+ "title_abbrev": "Hello Lambda",
+ "synopsis": "get started using Lambda.",
+ "category": "Hello",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayDataTracker_section.html",
- "cloudformation": "https://docs.aws.amazon.com/code-library/latest/ug/cloudformation_example_cross_ApiGatewayDataTracker_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayDataTracker_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayDataTracker_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Hello_section.html"
},
"sdk_pages": []
},
@@ -213,21 +219,19 @@
"source_key": null
},
{
- "id": "cross_ApiGatewayWebsocketChat",
- "file": "cross_metadata.yaml",
+ "id": "lambda_Invoke",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a websocket chat application with API Gateway",
- "title_abbrev": "Create a websocket chat application",
- "synopsis": "create a chat application that is served by a websocket API built on Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "Invoke",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "api-gateway",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_ApiGatewayWebsocketChat_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_ApiGatewayWebsocketChat_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_ApiGatewayWebsocketChat_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Invoke_section.html"
},
"sdk_pages": []
},
@@ -235,22 +239,19 @@
"source_key": null
},
{
- "id": "cross_AuroraRestLendingLibrary",
- "file": "cross_metadata.yaml",
+ "id": "lambda_ListFunctions",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a lending library REST API",
- "title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
- "category": "Scenarios",
+ "title": "ListFunctions",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_ListFunctions_section.html"
},
"sdk_pages": []
},
@@ -258,45 +259,48 @@
"source_key": null
},
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "lambda_Scenario_GettingStartedFunctions",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "sfn",
+ "title": "Learn the basics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
+ "guide_topic": {
+ "title": "Create a Lambda function with the console",
+ "url": "lambda/latest/dg/getting-started-create-function.html"
+ },
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_Scenario_GettingStartedFunctions_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an IAM role and Lambda function, then upload handler code.",
+ "Invoke the function with a single parameter and get results.",
+ "Update the function code and configure with an environment variable.",
+ "Invoke the function with new parameters and get results. Display the returned execution log.",
+ "List the functions for your account, then clean up resources."
+ ],
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "lambda_UpdateFunctionCode",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
- "category": "Scenarios",
+ "title": "UpdateFunctionCode",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionCode_section.html"
},
"sdk_pages": []
},
@@ -304,23 +308,19 @@
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "lambda_UpdateFunctionConfiguration",
+ "file": "lambda_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
- "category": "Scenarios",
+ "title": "UpdateFunctionConfiguration",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_lambda_UpdateFunctionConfiguration_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/lookoutvision/examples_catalog.json b/python/example_code/lookoutvision/examples_catalog.json
index 8f58cb0f0ee..1726aacb5c6 100644
--- a/python/example_code/lookoutvision/examples_catalog.json
+++ b/python/example_code/lookoutvision/examples_catalog.json
@@ -24,22 +24,22 @@
"source_key": null
},
{
- "id": "lookoutvision_DeleteDataset",
+ "id": "lookoutvision_CreateModel",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "DeleteDataset",
+ "title": "CreateModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Deleting a dataset",
- "url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
+ "title": "Training your model",
+ "url": "lookout-for-vision/latest/developer-guide/model-train.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
},
"sdk_pages": []
},
@@ -47,22 +47,22 @@
"source_key": null
},
{
- "id": "lookoutvision_DescribeDataset",
+ "id": "lookoutvision_CreateProject",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "DescribeDataset",
+ "title": "CreateProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Viewing your dataset",
- "url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
+ "title": "Creating your project",
+ "url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
},
"sdk_pages": []
},
@@ -70,22 +70,22 @@
"source_key": null
},
{
- "id": "lookoutvision_StartModel",
+ "id": "lookoutvision_DeleteDataset",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "StartModel",
+ "title": "DeleteDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Starting your model",
- "url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
+ "title": "Deleting a dataset",
+ "url": "lookout-for-vision/latest/developer-guide/delete-dataset.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteDataset_section.html"
},
"sdk_pages": []
},
@@ -93,22 +93,22 @@
"source_key": null
},
{
- "id": "lookoutvision_StopModel",
+ "id": "lookoutvision_DeleteModel",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "StopModel",
+ "title": "DeleteModel",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Stopping your model",
- "url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
+ "title": "Deleting a model",
+ "url": "lookout-for-vision/latest/developer-guide/delete-model.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
},
"sdk_pages": []
},
@@ -116,22 +116,22 @@
"source_key": null
},
{
- "id": "lookoutvision_DetectAnomalies",
+ "id": "lookoutvision_DeleteProject",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "DetectAnomalies",
+ "title": "DeleteProject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Detecting anomalies in an image",
- "url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
+ "title": "Deleting a project",
+ "url": "lookout-for-vision/latest/developer-guide/delete-project.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
},
"sdk_pages": []
},
@@ -139,22 +139,22 @@
"source_key": null
},
{
- "id": "lookoutvision_CreateModel",
+ "id": "lookoutvision_DescribeDataset",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "CreateModel",
+ "title": "DescribeDataset",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Training your model",
- "url": "lookout-for-vision/latest/developer-guide/model-train.html"
+ "title": "Viewing your dataset",
+ "url": "lookout-for-vision/latest/developer-guide/view-datasets.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateModel_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DescribeDataset_section.html"
},
"sdk_pages": []
},
@@ -185,22 +185,22 @@
"source_key": null
},
{
- "id": "lookoutvision_ListModels",
+ "id": "lookoutvision_DetectAnomalies",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "ListModels",
+ "title": "DetectAnomalies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Viewing your models",
- "url": "lookout-for-vision/latest/developer-guide/view-models.html"
+ "title": "Detecting anomalies in an image",
+ "url": "lookout-for-vision/latest/developer-guide/inference-detect-anomalies.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DetectAnomalies_section.html"
},
"sdk_pages": []
},
@@ -208,22 +208,19 @@
"source_key": null
},
{
- "id": "lookoutvision_DeleteModel",
+ "id": "lookoutvision_Hello",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "DeleteModel",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
- "guide_topic": {
- "title": "Deleting a model",
- "url": "lookout-for-vision/latest/developer-guide/delete-model.html"
- },
+ "title": "Hello Lookout for Vision",
+ "title_abbrev": "Hello Lookout for Vision",
+ "synopsis": "get started using Lookout for Vision.",
+ "category": "Hello",
+ "guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteModel_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
},
"sdk_pages": []
},
@@ -231,22 +228,22 @@
"source_key": null
},
{
- "id": "lookoutvision_CreateProject",
+ "id": "lookoutvision_ListModels",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "CreateProject",
+ "title": "ListModels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Creating your project",
- "url": "lookout-for-vision/latest/developer-guide/model-create-project.html"
+ "title": "Viewing your models",
+ "url": "lookout-for-vision/latest/developer-guide/view-models.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_CreateProject_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListModels_section.html"
},
"sdk_pages": []
},
@@ -254,22 +251,22 @@
"source_key": null
},
{
- "id": "lookoutvision_DeleteProject",
+ "id": "lookoutvision_ListProjects",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "DeleteProject",
+ "title": "ListProjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Deleting a project",
- "url": "lookout-for-vision/latest/developer-guide/delete-project.html"
+ "title": "Viewing your projects",
+ "url": "lookout-for-vision/latest/developer-guide/view-projects.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_DeleteProject_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
},
"sdk_pages": []
},
@@ -277,22 +274,22 @@
"source_key": null
},
{
- "id": "lookoutvision_ListProjects",
+ "id": "lookoutvision_Scenario_CreateManifestFile",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "ListProjects",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a Lookout for Vision manifest file using an AWS SDK",
+ "title_abbrev": "Create a manifest file",
+ "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
+ "category": "Scenarios",
"guide_topic": {
- "title": "Viewing your projects",
- "url": "lookout-for-vision/latest/developer-guide/view-projects.html"
+ "title": "Creating a manifest file",
+ "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_ListProjects_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
},
"sdk_pages": []
},
@@ -300,19 +297,19 @@
"source_key": null
},
{
- "id": "lookoutvision_Hello",
+ "id": "lookoutvision_Scenario_CreateTrainStartModel",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "Hello Lookout for Vision",
- "title_abbrev": "Hello Lookout for Vision",
- "synopsis": "get started using Lookout for Vision.",
- "category": "Hello",
+ "title": "Create, train, and start a Lookout for Vision model using an AWS SDK",
+ "title_abbrev": "Create, train, and start a model",
+ "synopsis": "create, train, and start a Lookout for Vision model.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Hello_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
},
"sdk_pages": []
},
@@ -320,22 +317,22 @@
"source_key": null
},
{
- "id": "lookoutvision_Scenario_CreateManifestFile",
+ "id": "lookoutvision_Scenario_ExportDatasets",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "Create a Lookout for Vision manifest file using an AWS SDK",
- "title_abbrev": "Create a manifest file",
- "synopsis": "create a Lookout for Vision manifest file and upload it to Amazon S3.",
+ "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
+ "title_abbrev": "Export the datasets from a project",
+ "synopsis": "export the datasets from a Lookout for Vision project.",
"category": "Scenarios",
"guide_topic": {
- "title": "Creating a manifest file",
- "url": "lookout-for-vision/latest/developer-guide/manifest-files.html"
+ "title": "Exporting datasets from a project (SDK)",
+ "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateManifestFile_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
},
"sdk_pages": []
},
@@ -366,22 +363,19 @@
"source_key": null
},
{
- "id": "lookoutvision_Scenario_ExportDatasets",
+ "id": "lookoutvision_Scenario_ListHostedModels",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "Export the datasets from a Lookout for Vision project using an AWS SDK",
- "title_abbrev": "Export the datasets from a project",
- "synopsis": "export the datasets from a Lookout for Vision project.",
+ "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
+ "title_abbrev": "List models that are currently hosted",
+ "synopsis": "list Lookout for Vision models that are currently hosted.",
"category": "Scenarios",
- "guide_topic": {
- "title": "Exporting datasets from a project (SDK)",
- "url": "lookout-for-vision/latest/developer-guide/export-dataset-sdk.html"
- },
+ "guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ExportDatasets_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
},
"sdk_pages": []
},
@@ -389,19 +383,22 @@
"source_key": null
},
{
- "id": "lookoutvision_Scenario_ListHostedModels",
+ "id": "lookoutvision_StartModel",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "List Lookout for Vision models that are currently hosted using an AWS SDK",
- "title_abbrev": "List models that are currently hosted",
- "synopsis": "list Lookout for Vision models that are currently hosted.",
- "category": "Scenarios",
- "guide_topic": null,
+ "title": "StartModel",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Starting your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-start-model.html"
+ },
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_ListHostedModels_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StartModel_section.html"
},
"sdk_pages": []
},
@@ -409,19 +406,22 @@
"source_key": null
},
{
- "id": "lookoutvision_Scenario_CreateTrainStartModel",
+ "id": "lookoutvision_StopModel",
"file": "lookoutvision_metadata.yaml",
"languages": [],
- "title": "Create, train, and start a Lookout for Vision model using an AWS SDK",
- "title_abbrev": "Create, train, and start a model",
- "synopsis": "create, train, and start a Lookout for Vision model.",
- "category": "Scenarios",
- "guide_topic": null,
+ "title": "StopModel",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Stopping your model",
+ "url": "lookout-for-vision/latest/developer-guide/run-stop-model.html"
+ },
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_Scenario_CreateTrainStartModel_section.html"
+ "lookoutvision": "https://docs.aws.amazon.com/code-library/latest/ug/lookoutvision_example_lookoutvision_StopModel_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/medical-imaging/examples_catalog.json b/python/example_code/medical-imaging/examples_catalog.json
index 98898771ac3..ce90db9310e 100644
--- a/python/example_code/medical-imaging/examples_catalog.json
+++ b/python/example_code/medical-imaging/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "medical-imaging_CreateDatastore",
+ "id": "medical-imaging_CopyImageSet",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "CreateDatastore",
+ "title": "CopyImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "medical-imaging_DeleteDatastore",
+ "id": "medical-imaging_CreateDatastore",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "DeleteDatastore",
+ "title": "CreateDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CreateDatastore_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "medical-imaging_ListDatastores",
+ "id": "medical-imaging_DeleteDatastore",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "ListDatastores",
+ "title": "DeleteDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteDatastore_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "medical-imaging_GetDatastore",
+ "id": "medical-imaging_DeleteImageSet",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "GetDatastore",
+ "title": "DeleteImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "medical-imaging_StartDICOMImportJob",
+ "id": "medical-imaging_GetDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "StartDICOMImportJob",
+ "title": "GetDICOMImportJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "medical-imaging_GetDICOMImportJob",
+ "id": "medical-imaging_GetDatastore",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "GetDICOMImportJob",
+ "title": "GetDatastore",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDICOMImportJob_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetDatastore_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "medical-imaging_ListDICOMImportJobs",
+ "id": "medical-imaging_GetImageFrame",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "ListDICOMImportJobs",
+ "title": "GetImageFrame",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "medical-imaging_SearchImageSets",
+ "id": "medical-imaging_GetImageSet",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "SearchImageSets",
+ "title": "GetImageSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "medical-imaging_GetImageSet",
+ "id": "medical-imaging_GetImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "GetImageSet",
+ "title": "GetImageSetMetadata",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSet_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
},
"sdk_pages": []
},
@@ -181,19 +181,19 @@
"source_key": null
},
{
- "id": "medical-imaging_GetImageSetMetadata",
+ "id": "medical-imaging_Hello",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "GetImageSetMetadata",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello HealthImaging",
+ "title_abbrev": "Hello HealthImaging",
+ "synopsis": "get started using HealthImaging.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageSetMetadata_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
},
"sdk_pages": []
},
@@ -201,10 +201,10 @@
"source_key": null
},
{
- "id": "medical-imaging_GetImageFrame",
+ "id": "medical-imaging_ListDICOMImportJobs",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "GetImageFrame",
+ "title": "ListDICOMImportJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +213,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_GetImageFrame_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDICOMImportJobs_section.html"
},
"sdk_pages": []
},
@@ -221,10 +221,10 @@
"source_key": null
},
{
- "id": "medical-imaging_ListImageSetVersions",
+ "id": "medical-imaging_ListDatastores",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "ListImageSetVersions",
+ "title": "ListDatastores",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +233,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListDatastores_section.html"
},
"sdk_pages": []
},
@@ -241,10 +241,10 @@
"source_key": null
},
{
- "id": "medical-imaging_UpdateImageSetMetadata",
+ "id": "medical-imaging_ListImageSetVersions",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "UpdateImageSetMetadata",
+ "title": "ListImageSetVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +253,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListImageSetVersions_section.html"
},
"sdk_pages": []
},
@@ -261,10 +261,10 @@
"source_key": null
},
{
- "id": "medical-imaging_CopyImageSet",
+ "id": "medical-imaging_ListTagsForResource",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "CopyImageSet",
+ "title": "ListTagsForResource",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +273,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_CopyImageSet_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
},
"sdk_pages": []
},
@@ -281,39 +281,46 @@
"source_key": null
},
{
- "id": "medical-imaging_DeleteImageSet",
+ "id": "medical-imaging_Scenario_ImageSetsAndFrames",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "DeleteImageSet",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Get started with HealthImaging image sets and image frames using an AWS SDK",
+ "title_abbrev": "Get started with image sets and image frames",
+ "synopsis": "import DICOM files and download image frames in HealthImaging.\n The implementation is structured as a command-line\n application.\n",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_DeleteImageSet_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Set up resources for a DICOM import.",
+ "Import DICOM files into a data store.",
+ "Retrieve the image set IDs for the import job.",
+ "Retrieve the image frame IDs for the image sets.",
+ "Download, decode and verify the image frames.",
+ "Clean up resources."
+ ],
"source_key": null
},
{
- "id": "medical-imaging_TagResource",
+ "id": "medical-imaging_Scenario_TaggingDataStores",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "TagResource",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Tagging a HealthImaging data store using an AWS SDK",
+ "title_abbrev": "Tagging a data store",
+ "synopsis": "tag a HealthImaging data store.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
},
"sdk_pages": []
},
@@ -321,19 +328,19 @@
"source_key": null
},
{
- "id": "medical-imaging_UntagResource",
+ "id": "medical-imaging_Scenario_TaggingImageSets",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "UntagResource",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Tagging a HealthImaging image set using an AWS SDK",
+ "title_abbrev": "Tagging an image set",
+ "synopsis": "tag a HealthImaging image set.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
},
"sdk_pages": []
},
@@ -341,10 +348,10 @@
"source_key": null
},
{
- "id": "medical-imaging_ListTagsForResource",
+ "id": "medical-imaging_SearchImageSets",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "ListTagsForResource",
+ "title": "SearchImageSets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +360,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_ListTagsForResource_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_SearchImageSets_section.html"
},
"sdk_pages": []
},
@@ -361,19 +368,19 @@
"source_key": null
},
{
- "id": "medical-imaging_Hello",
+ "id": "medical-imaging_StartDICOMImportJob",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "Hello HealthImaging",
- "title_abbrev": "Hello HealthImaging",
- "synopsis": "get started using HealthImaging.",
- "category": "Hello",
+ "title": "StartDICOMImportJob",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Hello_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_StartDICOMImportJob_section.html"
},
"sdk_pages": []
},
@@ -381,19 +388,19 @@
"source_key": null
},
{
- "id": "medical-imaging_Scenario_TaggingDataStores",
+ "id": "medical-imaging_TagResource",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "Tagging a HealthImaging data store using an AWS SDK",
- "title_abbrev": "Tagging a data store",
- "synopsis": "tag a HealthImaging data store.",
- "category": "Scenarios",
+ "title": "TagResource",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingDataStores_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_TagResource_section.html"
},
"sdk_pages": []
},
@@ -401,19 +408,19 @@
"source_key": null
},
{
- "id": "medical-imaging_Scenario_TaggingImageSets",
+ "id": "medical-imaging_UntagResource",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "Tagging a HealthImaging image set using an AWS SDK",
- "title_abbrev": "Tagging an image set",
- "synopsis": "tag a HealthImaging image set.",
- "category": "Scenarios",
+ "title": "UntagResource",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_TaggingImageSets_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UntagResource_section.html"
},
"sdk_pages": []
},
@@ -421,30 +428,23 @@
"source_key": null
},
{
- "id": "medical-imaging_Scenario_ImageSetsAndFrames",
+ "id": "medical-imaging_UpdateImageSetMetadata",
"file": "medical-imaging_metadata.yaml",
"languages": [],
- "title": "Get started with HealthImaging image sets and image frames using an AWS SDK",
- "title_abbrev": "Get started with image sets and image frames",
- "synopsis": "import DICOM files and download image frames in HealthImaging.\n The implementation is structured as a command-line\n application.\n",
- "category": "Scenarios",
+ "title": "UpdateImageSetMetadata",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_Scenario_ImageSetsAndFrames_section.html"
+ "medical-imaging": "https://docs.aws.amazon.com/code-library/latest/ug/medical-imaging_example_medical-imaging_UpdateImageSetMetadata_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Set up resources for a DICOM import.",
- "Import DICOM files into a data store.",
- "Retrieve the image set IDs for the import job.",
- "Retrieve the image frame IDs for the image sets.",
- "Download, decode and verify the image frames.",
- "Clean up resources."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/organizations/examples_catalog.json b/python/example_code/organizations/examples_catalog.json
index 88c0dce691a..dfeaeb362f8 100644
--- a/python/example_code/organizations/examples_catalog.json
+++ b/python/example_code/organizations/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "organizations_CreatePolicy",
+ "id": "organizations_AttachPolicy",
"file": "organizations_metadata.yaml",
"languages": [],
- "title": "CreatePolicy",
+ "title": "AttachPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "organizations_ListPolicies",
+ "id": "organizations_CreatePolicy",
"file": "organizations_metadata.yaml",
"languages": [],
- "title": "ListPolicies",
+ "title": "CreatePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_CreatePolicy_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "organizations_DescribePolicy",
+ "id": "organizations_DeletePolicy",
"file": "organizations_metadata.yaml",
"languages": [],
- "title": "DescribePolicy",
+ "title": "DeletePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "organizations_AttachPolicy",
+ "id": "organizations_DescribePolicy",
"file": "organizations_metadata.yaml",
"languages": [],
- "title": "AttachPolicy",
+ "title": "DescribePolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_AttachPolicy_section.html"
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DescribePolicy_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "organizations_DeletePolicy",
+ "id": "organizations_ListPolicies",
"file": "organizations_metadata.yaml",
"languages": [],
- "title": "DeletePolicy",
+ "title": "ListPolicies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_DeletePolicy_section.html"
+ "organizations": "https://docs.aws.amazon.com/code-library/latest/ug/organizations_example_organizations_ListPolicies_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/polly/examples_catalog.json b/python/example_code/polly/examples_catalog.json
index 991847ba820..d1c1de6846c 100644
--- a/python/example_code/polly/examples_catalog.json
+++ b/python/example_code/polly/examples_catalog.json
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "polly_ListLexicons",
+ "id": "polly_GetSpeechSynthesisTask",
"file": "polly_metadata.yaml",
"languages": [],
- "title": "ListLexicons",
+ "title": "GetSpeechSynthesisTask",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
},
"sdk_pages": []
},
@@ -61,19 +61,19 @@
"source_key": null
},
{
- "id": "polly_PutLexicon",
+ "id": "polly_LipSync",
"file": "polly_metadata.yaml",
"languages": [],
- "title": "PutLexicon",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a lip-sync application with Amazon Polly using an AWS SDK",
+ "title_abbrev": "Create a lip-sync application",
+ "synopsis": "create a lip-sync application with Amazon Polly.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "polly_SynthesizeSpeech",
+ "id": "polly_ListLexicons",
"file": "polly_metadata.yaml",
"languages": [],
- "title": "SynthesizeSpeech",
+ "title": "ListLexicons",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_ListLexicons_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "polly_GetSpeechSynthesisTask",
+ "id": "polly_PutLexicon",
"file": "polly_metadata.yaml",
"languages": [],
- "title": "GetSpeechSynthesisTask",
+ "title": "PutLexicon",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_GetSpeechSynthesisTask_section.html"
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_PutLexicon_section.html"
},
"sdk_pages": []
},
@@ -141,19 +141,19 @@
"source_key": null
},
{
- "id": "polly_LipSync",
+ "id": "polly_SynthesizeSpeech",
"file": "polly_metadata.yaml",
"languages": [],
- "title": "Create a lip-sync application with Amazon Polly using an AWS SDK",
- "title_abbrev": "Create a lip-sync application",
- "synopsis": "create a lip-sync application with Amazon Polly.",
- "category": "Scenarios",
+ "title": "SynthesizeSpeech",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_LipSync_section.html"
+ "polly": "https://docs.aws.amazon.com/code-library/latest/ug/polly_example_polly_SynthesizeSpeech_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/rds/examples_catalog.json b/python/example_code/rds/examples_catalog.json
index 56e66700353..0d5abcb9b28 100644
--- a/python/example_code/rds/examples_catalog.json
+++ b/python/example_code/rds/examples_catalog.json
@@ -1,19 +1,22 @@
{
"examples": [
{
- "id": "rds_CreateDBInstance",
- "file": "rds_metadata.yaml",
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateDBInstance",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
"sdk_pages": []
},
@@ -21,10 +24,10 @@
"source_key": null
},
{
- "id": "rds_DeleteDBInstance",
+ "id": "rds_CreateDBInstance",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DeleteDBInstance",
+ "title": "CreateDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +36,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBInstance_section.html"
},
"sdk_pages": []
},
@@ -41,10 +44,10 @@
"source_key": null
},
{
- "id": "rds_DescribeDBInstances",
+ "id": "rds_CreateDBParameterGroup",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DescribeDBInstances",
+ "title": "CreateDBParameterGroup",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +56,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
},
"sdk_pages": []
},
@@ -61,10 +64,10 @@
"source_key": null
},
{
- "id": "rds_DescribeDBParameterGroups",
+ "id": "rds_CreateDBSnapshot",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DescribeDBParameterGroups",
+ "title": "CreateDBSnapshot",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +76,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
},
"sdk_pages": []
},
@@ -81,10 +84,10 @@
"source_key": null
},
{
- "id": "rds_CreateDBParameterGroup",
+ "id": "rds_DeleteDBInstance",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "CreateDBParameterGroup",
+ "title": "DeleteDBInstance",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +96,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBParameterGroup_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DeleteDBInstance_section.html"
},
"sdk_pages": []
},
@@ -121,10 +124,10 @@
"source_key": null
},
{
- "id": "rds_DescribeDBParameters",
+ "id": "rds_DescribeDBEngineVersions",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DescribeDBParameters",
+ "title": "DescribeDBEngineVersions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +136,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
},
"sdk_pages": []
},
@@ -141,10 +144,10 @@
"source_key": null
},
{
- "id": "rds_ModifyDBParameterGroup",
+ "id": "rds_DescribeDBInstances",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "ModifyDBParameterGroup",
+ "title": "DescribeDBInstances",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +156,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBInstances_section.html"
},
"sdk_pages": []
},
@@ -161,10 +164,10 @@
"source_key": null
},
{
- "id": "rds_CreateDBSnapshot",
+ "id": "rds_DescribeDBParameterGroups",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "CreateDBSnapshot",
+ "title": "DescribeDBParameterGroups",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +176,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_CreateDBSnapshot_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameterGroups_section.html"
},
"sdk_pages": []
},
@@ -181,10 +184,10 @@
"source_key": null
},
{
- "id": "rds_DescribeDBSnapshots",
+ "id": "rds_DescribeDBParameters",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DescribeDBSnapshots",
+ "title": "DescribeDBParameters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +196,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBParameters_section.html"
},
"sdk_pages": []
},
@@ -201,10 +204,10 @@
"source_key": null
},
{
- "id": "rds_DescribeDBEngineVersions",
+ "id": "rds_DescribeDBSnapshots",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "DescribeDBEngineVersions",
+ "title": "DescribeDBSnapshots",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +216,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBEngineVersions_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_DescribeDBSnapshots_section.html"
},
"sdk_pages": []
},
@@ -241,44 +244,39 @@
"source_key": null
},
{
- "id": "rds_Scenario_GetStartedInstances",
+ "id": "rds_Hello",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Basics",
+ "title": "Hello Amazon RDS",
+ "title_abbrev": "Hello Amazon RDS",
+ "synopsis": "get started using Amazon RDS.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a custom DB parameter group and set parameter values.",
- "Create a DB instance that's configured to use the parameter group. The DB instance also contains a database.",
- "Take a snapshot of the instance.",
- "Delete the instance and parameter group."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "rds_Hello",
+ "id": "rds_ModifyDBParameterGroup",
"file": "rds_metadata.yaml",
"languages": [],
- "title": "Hello Amazon RDS",
- "title_abbrev": "Hello Amazon RDS",
- "synopsis": "get started using Amazon RDS.",
- "category": "Hello",
+ "title": "ModifyDBParameterGroup",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Hello_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_ModifyDBParameterGroup_section.html"
},
"sdk_pages": []
},
@@ -286,26 +284,28 @@
"source_key": null
},
{
- "id": "cross_RDSDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "rds_Scenario_GetStartedInstances",
+ "file": "rds_metadata.yaml",
"languages": [],
- "title": "Create an Aurora Serverless work item tracker",
- "title_abbrev": "Create an Aurora Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
- "category": "Scenarios",
+ "title": "Learn the basics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
- "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_rds_Scenario_GetStartedInstances_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a custom DB parameter group and set parameter values.",
+ "Create a DB instance that's configured to use the parameter group. The DB instance also contains a database.",
+ "Take a snapshot of the instance.",
+ "Delete the instance and parameter group."
+ ],
"source_key": null
}
]
diff --git a/python/example_code/redshift/examples_catalog.json b/python/example_code/redshift/examples_catalog.json
index c7e6e55da02..537d9074c0b 100644
--- a/python/example_code/redshift/examples_catalog.json
+++ b/python/example_code/redshift/examples_catalog.json
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "redshift_ModifyCluster",
+ "id": "redshift_DescribeStatement",
"file": "redshift_metadata.yaml",
"languages": [],
- "title": "ModifyCluster",
+ "title": "DescribeStatement",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "redshift_DescribeStatement",
+ "id": "redshift_GetStatementResult",
"file": "redshift_metadata.yaml",
"languages": [],
- "title": "DescribeStatement",
+ "title": "GetStatementResult",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_DescribeStatement_section.html"
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,30 @@
"source_key": null
},
{
- "id": "redshift_GetStatementResult",
+ "id": "redshift_Hello",
"file": "redshift_metadata.yaml",
"languages": [],
- "title": "GetStatementResult",
+ "title": "Hello Amazon Redshift",
+ "title_abbrev": "Hello Amazon Redshift",
+ "synopsis": "get started using Amazon Redshift.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "redshift_ModifyCluster",
+ "file": "redshift_metadata.yaml",
+ "languages": [],
+ "title": "ModifyCluster",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_GetStatementResult_section.html"
+ "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_ModifyCluster_section.html"
},
"sdk_pages": []
},
@@ -147,26 +167,6 @@
"Delete the Amazon Redshift cluster."
],
"source_key": null
- },
- {
- "id": "redshift_Hello",
- "file": "redshift_metadata.yaml",
- "languages": [],
- "title": "Hello Amazon Redshift",
- "title_abbrev": "Hello Amazon Redshift",
- "synopsis": "get started using Amazon Redshift.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "redshift": "https://docs.aws.amazon.com/code-library/latest/ug/redshift_example_redshift_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/rekognition/examples_catalog.json b/python/example_code/rekognition/examples_catalog.json
index be8c06a7f1a..110a023c04c 100644
--- a/python/example_code/rekognition/examples_catalog.json
+++ b/python/example_code/rekognition/examples_catalog.json
@@ -1,22 +1,21 @@
{
"examples": [
{
- "id": "rekognition_DescribeCollection",
- "file": "rekognition_metadata.yaml",
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DescribeCollection",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
- "guide_topic": {
- "title": "Describing a collection",
- "url": "rekognition/latest/dg/describe-collection-procedure.html"
- },
- "service_main": null,
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
"sdk_pages": []
},
@@ -24,22 +23,23 @@
"source_key": null
},
{
- "id": "rekognition_DeleteCollection",
- "file": "rekognition_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteCollection",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
- "guide_topic": {
- "title": "Deleting a collection",
- "url": "rekognition/latest/dg/delete-collection-procedure.html"
- },
- "service_main": null,
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
+ "guide_topic": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -47,22 +47,22 @@
"source_key": null
},
{
- "id": "rekognition_IndexFaces",
+ "id": "rekognition_CompareFaces",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "IndexFaces",
+ "title": "CompareFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Adding faces to a collection",
- "url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
+ "title": "Comparing faces in images",
+ "url": "rekognition/latest/dg/faces-comparefaces.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
},
"sdk_pages": []
},
@@ -70,22 +70,22 @@
"source_key": null
},
{
- "id": "rekognition_ListFaces",
+ "id": "rekognition_CreateCollection",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "ListFaces",
+ "title": "CreateCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Listing faces in a collection",
- "url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
+ "title": "Creating a collection",
+ "url": "rekognition/latest/dg/create-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
},
"sdk_pages": []
},
@@ -93,22 +93,22 @@
"source_key": null
},
{
- "id": "rekognition_SearchFacesByImage",
+ "id": "rekognition_DeleteCollection",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "SearchFacesByImage",
+ "title": "DeleteCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Searching for a face (image)",
- "url": "rekognition/latest/dg/search-face-with-image-procedure.html"
+ "title": "Deleting a collection",
+ "url": "rekognition/latest/dg/delete-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteCollection_section.html"
},
"sdk_pages": []
},
@@ -116,22 +116,22 @@
"source_key": null
},
{
- "id": "rekognition_SearchFaces",
+ "id": "rekognition_DeleteFaces",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "SearchFaces",
+ "title": "DeleteFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Searching for a face (face ID)",
- "url": "rekognition/latest/dg/search-face-with-id-procedure.html"
+ "title": "Deleting faces from a collection",
+ "url": "rekognition/latest/dg/delete-faces-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
},
"sdk_pages": []
},
@@ -139,22 +139,22 @@
"source_key": null
},
{
- "id": "rekognition_DeleteFaces",
+ "id": "rekognition_DescribeCollection",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "DeleteFaces",
+ "title": "DescribeCollection",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Deleting faces from a collection",
- "url": "rekognition/latest/dg/delete-faces-procedure.html"
+ "title": "Describing a collection",
+ "url": "rekognition/latest/dg/describe-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DeleteFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DescribeCollection_section.html"
},
"sdk_pages": []
},
@@ -162,22 +162,22 @@
"source_key": null
},
{
- "id": "rekognition_CreateCollection",
+ "id": "rekognition_DetectFaces",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "CreateCollection",
+ "title": "DetectFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Creating a collection",
- "url": "rekognition/latest/dg/create-collection-procedure.html"
+ "title": "Detecting faces in an image",
+ "url": "rekognition/latest/dg/faces-detect-images.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CreateCollection_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
},
"sdk_pages": []
},
@@ -185,22 +185,22 @@
"source_key": null
},
{
- "id": "rekognition_ListCollections",
+ "id": "rekognition_DetectLabels",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "ListCollections",
+ "title": "DetectLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Listing collections",
- "url": "rekognition/latest/dg/list-collection-procedure.html"
+ "title": "Detecting labels in an image",
+ "url": "rekognition/latest/dg/labels-detect-labels-image.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
},
"sdk_pages": []
},
@@ -208,22 +208,22 @@
"source_key": null
},
{
- "id": "rekognition_DetectFaces",
+ "id": "rekognition_DetectModerationLabels",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "DetectFaces",
+ "title": "DetectModerationLabels",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Detecting faces in an image",
- "url": "rekognition/latest/dg/faces-detect-images.html"
+ "title": "Detecting inappropriate images",
+ "url": "rekognition/latest/dg/procedure-moderate-images.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
},
"sdk_pages": []
},
@@ -231,22 +231,22 @@
"source_key": null
},
{
- "id": "rekognition_CompareFaces",
+ "id": "rekognition_DetectText",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "CompareFaces",
+ "title": "DetectText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Comparing faces in images",
- "url": "rekognition/latest/dg/faces-comparefaces.html"
+ "title": "Detecting text in an image",
+ "url": "rekognition/latest/dg/text-detecting-text-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_CompareFaces_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
},
"sdk_pages": []
},
@@ -254,22 +254,22 @@
"source_key": null
},
{
- "id": "rekognition_DetectLabels",
+ "id": "rekognition_IndexFaces",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "DetectLabels",
+ "title": "IndexFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Detecting labels in an image",
- "url": "rekognition/latest/dg/labels-detect-labels-image.html"
+ "title": "Adding faces to a collection",
+ "url": "rekognition/latest/dg/add-faces-to-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectLabels_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_IndexFaces_section.html"
},
"sdk_pages": []
},
@@ -277,22 +277,22 @@
"source_key": null
},
{
- "id": "rekognition_DetectModerationLabels",
+ "id": "rekognition_ListCollections",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "DetectModerationLabels",
+ "title": "ListCollections",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Detecting inappropriate images",
- "url": "rekognition/latest/dg/procedure-moderate-images.html"
+ "title": "Listing collections",
+ "url": "rekognition/latest/dg/list-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectModerationLabels_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListCollections_section.html"
},
"sdk_pages": []
},
@@ -300,22 +300,22 @@
"source_key": null
},
{
- "id": "rekognition_DetectText",
+ "id": "rekognition_ListFaces",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "DetectText",
+ "title": "ListFaces",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
"guide_topic": {
- "title": "Detecting text in an image",
- "url": "rekognition/latest/dg/text-detecting-text-procedure.html"
+ "title": "Listing faces in a collection",
+ "url": "rekognition/latest/dg/list-faces-in-collection-procedure.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_DetectText_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_ListFaces_section.html"
},
"sdk_pages": []
},
@@ -346,21 +346,22 @@
"source_key": null
},
{
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
+ "id": "rekognition_SearchFaces",
+ "file": "rekognition_metadata.yaml",
"languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
+ "title": "SearchFaces",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (face ID)",
+ "url": "rekognition/latest/dg/search-face-with-id-procedure.html"
+ },
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFaces_section.html"
},
"sdk_pages": []
},
@@ -368,23 +369,22 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "rekognition_SearchFacesByImage",
+ "file": "rekognition_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "rekognition",
+ "title": "SearchFacesByImage",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": {
+ "title": "Searching for a face (image)",
+ "url": "rekognition/latest/dg/search-face-with-image-procedure.html"
+ },
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_SearchFacesByImage_section.html"
},
"sdk_pages": []
},
@@ -392,56 +392,56 @@
"source_key": null
},
{
- "id": "rekognition_Usage_FindFacesInCollection",
+ "id": "rekognition_Usage_DetectAndDisplayImage",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
- "title_abbrev": "Build a collection and find faces in it",
+ "title": "Detect and display elements in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect and display elements in images",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Searching faces in a collection",
- "url": "rekognition/latest/dg/collections.html"
+ "title": "Displaying bounding boxes",
+ "url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Create an Amazon Rekognition collection.",
- "Add images to the collection and detect faces in it.",
- "Search the collection for faces that match a reference image.",
- "Delete a collection."
+ "Detect elements in images by using Amazon Rekognition.",
+ "Display images and draw bounding boxes around detected elements."
],
"source_key": null
},
{
- "id": "rekognition_Usage_DetectAndDisplayImage",
+ "id": "rekognition_Usage_FindFacesInCollection",
"file": "rekognition_metadata.yaml",
"languages": [],
- "title": "Detect and display elements in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect and display elements in images",
+ "title": "Build an Amazon Rekognition collection and find faces in it using an AWS SDK",
+ "title_abbrev": "Build a collection and find faces in it",
"synopsis": "",
"category": "Scenarios",
"guide_topic": {
- "title": "Displaying bounding boxes",
- "url": "rekognition/latest/dg/images-displaying-bounding-boxes.html"
+ "title": "Searching faces in a collection",
+ "url": "rekognition/latest/dg/collections.html"
},
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_DetectAndDisplayImage_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_rekognition_Usage_FindFacesInCollection_section.html"
},
"sdk_pages": []
},
"synopsis_list": [
- "Detect elements in images by using Amazon Rekognition.",
- "Display images and draw bounding boxes around detected elements."
+ "Create an Amazon Rekognition collection.",
+ "Add images to the collection and detect faces in it.",
+ "Search the collection for faces that match a reference image.",
+ "Delete a collection."
],
"source_key": null
}
diff --git a/python/example_code/s3/examples_catalog.json b/python/example_code/s3/examples_catalog.json
index c777550b135..410f14a5b82 100644
--- a/python/example_code/s3/examples_catalog.json
+++ b/python/example_code/s3/examples_catalog.json
@@ -1,19 +1,21 @@
{
"examples": [
{
- "id": "s3_CreateBucket",
- "file": "s3_metadata.yaml",
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateBucket",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
"sdk_pages": []
},
@@ -21,19 +23,23 @@
"source_key": null
},
{
- "id": "s3_CopyObject",
- "file": "s3_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CopyObject",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -41,19 +47,21 @@
"source_key": null
},
{
- "id": "s3_DeleteBucketPolicy",
- "file": "s3_metadata.yaml",
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteBucketPolicy",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
"sdk_pages": []
},
@@ -61,19 +69,23 @@
"source_key": null
},
{
- "id": "s3_DeleteObject",
- "file": "s3_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteObject",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -81,10 +93,10 @@
"source_key": null
},
{
- "id": "s3_DeleteObjects",
+ "id": "s3_CopyObject",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "DeleteObjects",
+ "title": "CopyObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +105,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CopyObject_section.html"
},
"sdk_pages": []
},
@@ -101,10 +113,10 @@
"source_key": null
},
{
- "id": "s3_GetObjectAcl",
+ "id": "s3_CreateBucket",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetObjectAcl",
+ "title": "CreateBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +125,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_CreateBucket_section.html"
},
"sdk_pages": []
},
@@ -121,10 +133,10 @@
"source_key": null
},
{
- "id": "s3_GetBucketPolicy",
+ "id": "s3_DeleteBucket",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetBucketPolicy",
+ "title": "DeleteBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +145,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
},
"sdk_pages": []
},
@@ -141,10 +153,10 @@
"source_key": null
},
{
- "id": "s3_GetObject",
+ "id": "s3_DeleteBucketCors",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetObject",
+ "title": "DeleteBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +165,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
},
"sdk_pages": []
},
@@ -161,10 +173,10 @@
"source_key": null
},
{
- "id": "s3_GetBucketLifecycleConfiguration",
+ "id": "s3_DeleteBucketLifecycle",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetBucketLifecycleConfiguration",
+ "title": "DeleteBucketLifecycle",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +185,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
},
"sdk_pages": []
},
@@ -181,10 +193,10 @@
"source_key": null
},
{
- "id": "s3_GetObjectLegalHold",
+ "id": "s3_DeleteBucketPolicy",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetObjectLegalHold",
+ "title": "DeleteBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -193,7 +205,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketPolicy_section.html"
},
"sdk_pages": []
},
@@ -201,10 +213,10 @@
"source_key": null
},
{
- "id": "s3_GetObjectLockConfiguration",
+ "id": "s3_DeleteObject",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetObjectLockConfiguration",
+ "title": "DeleteObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +225,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObject_section.html"
},
"sdk_pages": []
},
@@ -221,10 +233,10 @@
"source_key": null
},
{
- "id": "s3_PutBucketLifecycleConfiguration",
+ "id": "s3_DeleteObjects",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutBucketLifecycleConfiguration",
+ "title": "DeleteObjects",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +245,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteObjects_section.html"
},
"sdk_pages": []
},
@@ -241,10 +253,10 @@
"source_key": null
},
{
- "id": "s3_DeleteBucketLifecycle",
+ "id": "s3_GetBucketAcl",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "DeleteBucketLifecycle",
+ "title": "GetBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +265,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketLifecycle_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
},
"sdk_pages": []
},
@@ -261,10 +273,10 @@
"source_key": null
},
{
- "id": "s3_ListObjectsV2",
+ "id": "s3_GetBucketCors",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "ListObjectsV2",
+ "title": "GetBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +285,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
},
"sdk_pages": []
},
@@ -281,10 +293,10 @@
"source_key": null
},
{
- "id": "s3_PutObject",
+ "id": "s3_GetBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutObject",
+ "title": "GetBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +305,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketLifecycleConfiguration_section.html"
},
"sdk_pages": []
},
@@ -301,10 +313,10 @@
"source_key": null
},
{
- "id": "s3_DeleteBucket",
+ "id": "s3_GetBucketPolicy",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "DeleteBucket",
+ "title": "GetBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +325,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucket_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketPolicy_section.html"
},
"sdk_pages": []
},
@@ -321,10 +333,10 @@
"source_key": null
},
{
- "id": "s3_GetBucketCors",
+ "id": "s3_GetObject",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetBucketCors",
+ "title": "GetObject",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -333,7 +345,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketCors_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObject_section.html"
},
"sdk_pages": []
},
@@ -341,10 +353,10 @@
"source_key": null
},
{
- "id": "s3_PutBucketCors",
+ "id": "s3_GetObjectAcl",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutBucketCors",
+ "title": "GetObjectAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +365,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectAcl_section.html"
},
"sdk_pages": []
},
@@ -361,10 +373,10 @@
"source_key": null
},
{
- "id": "s3_DeleteBucketCors",
+ "id": "s3_GetObjectLegalHold",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "DeleteBucketCors",
+ "title": "GetObjectLegalHold",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -373,7 +385,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_DeleteBucketCors_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLegalHold_section.html"
},
"sdk_pages": []
},
@@ -381,10 +393,10 @@
"source_key": null
},
{
- "id": "s3_GetBucketAcl",
+ "id": "s3_GetObjectLockConfiguration",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "GetBucketAcl",
+ "title": "GetObjectLockConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -393,7 +405,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetBucketAcl_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_GetObjectLockConfiguration_section.html"
},
"sdk_pages": []
},
@@ -401,10 +413,10 @@
"source_key": null
},
{
- "id": "s3_PutBucketAcl",
+ "id": "s3_HeadBucket",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutBucketAcl",
+ "title": "HeadBucket",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -413,7 +425,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
},
"sdk_pages": []
},
@@ -421,19 +433,19 @@
"source_key": null
},
{
- "id": "s3_PutBucketPolicy",
+ "id": "s3_Hello",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutBucketPolicy",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Amazon S3",
+ "title_abbrev": "Hello Amazon S3",
+ "synopsis": "get started using Amazon S3.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
},
"sdk_pages": []
},
@@ -441,10 +453,10 @@
"source_key": null
},
{
- "id": "s3_HeadBucket",
+ "id": "s3_ListBuckets",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "HeadBucket",
+ "title": "ListBuckets",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -453,7 +465,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_HeadBucket_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
},
"sdk_pages": []
},
@@ -461,10 +473,10 @@
"source_key": null
},
{
- "id": "s3_ListBuckets",
+ "id": "s3_ListObjectsV2",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "ListBuckets",
+ "title": "ListObjectsV2",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -473,7 +485,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListBuckets_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_ListObjectsV2_section.html"
},
"sdk_pages": []
},
@@ -481,10 +493,10 @@
"source_key": null
},
{
- "id": "s3_PutObjectAcl",
+ "id": "s3_PutBucketAcl",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutObjectAcl",
+ "title": "PutBucketAcl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -493,7 +505,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketAcl_section.html"
},
"sdk_pages": []
},
@@ -501,10 +513,10 @@
"source_key": null
},
{
- "id": "s3_PutObjectLegalHold",
+ "id": "s3_PutBucketCors",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutObjectLegalHold",
+ "title": "PutBucketCors",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -513,7 +525,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketCors_section.html"
},
"sdk_pages": []
},
@@ -521,10 +533,10 @@
"source_key": null
},
{
- "id": "s3_PutObjectLockConfiguration",
+ "id": "s3_PutBucketLifecycleConfiguration",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutObjectLockConfiguration",
+ "title": "PutBucketLifecycleConfiguration",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -533,7 +545,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketLifecycleConfiguration_section.html"
},
"sdk_pages": []
},
@@ -541,10 +553,10 @@
"source_key": null
},
{
- "id": "s3_PutObjectRetention",
+ "id": "s3_PutBucketPolicy",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "PutObjectRetention",
+ "title": "PutBucketPolicy",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -553,7 +565,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutBucketPolicy_section.html"
},
"sdk_pages": []
},
@@ -561,69 +573,39 @@
"source_key": null
},
{
- "id": "s3_Scenario_GettingStarted",
+ "id": "s3_PutObject",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "PutObject",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObject_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a bucket and upload a file to it.",
- "Download an object from a bucket.",
- "Copy an object to a subfolder in a bucket.",
- "List the objects in a bucket.",
- "Delete the bucket objects and the bucket."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "s3_Hello",
+ "id": "s3_PutObjectAcl",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Hello Amazon S3",
- "title_abbrev": "Hello Amazon S3",
- "synopsis": "get started using Amazon S3.",
- "category": "Hello",
+ "title": "PutObjectAcl",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
- "languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
- "guide_topic": null,
- "service_main": "textract",
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectAcl_section.html"
},
"sdk_pages": []
},
@@ -631,21 +613,19 @@
"source_key": null
},
{
- "id": "cross_TextractComprehendDetectEntities",
- "file": "cross_metadata.yaml",
+ "id": "s3_PutObjectLegalHold",
+ "file": "s3_metadata.yaml",
"languages": [],
- "title": "Detect entities in text extracted from an image using an AWS SDK",
- "title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
- "category": "Scenarios",
+ "title": "PutObjectLegalHold",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLegalHold_section.html"
},
"sdk_pages": []
},
@@ -653,21 +633,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
+ "id": "s3_PutObjectLockConfiguration",
+ "file": "s3_metadata.yaml",
"languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
+ "title": "PutObjectLockConfiguration",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectLockConfiguration_section.html"
},
"sdk_pages": []
},
@@ -675,23 +653,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "s3_PutObjectRetention",
+ "file": "s3_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
+ "title": "PutObjectRetention",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_PutObjectRetention_section.html"
},
"sdk_pages": []
},
@@ -699,22 +673,19 @@
"source_key": null
},
{
- "id": "s3_Scenario_UsingLargeFiles",
+ "id": "s3_Scenario_BatchObjectVersioning",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Upload or download large files to and from Amazon S3 using an AWS SDK",
- "title_abbrev": "Upload or download large files",
- "synopsis": "upload or download large files to and from Amazon S3.",
+ "title": "Manage versioned Amazon S3 objects in batches with a Lambda function using an AWS SDK",
+ "title_abbrev": "Manage versioned objects in batches with a Lambda function",
+ "synopsis": "manage versioned S3 objects in batches with a Lambda function.",
"category": "Scenarios",
- "guide_topic": {
- "title": "Uploading an object using multipart upload",
- "url": "AmazonS3/latest/userguide/mpu-upload-object.html"
- },
+ "guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
},
"sdk_pages": []
},
@@ -722,19 +693,19 @@
"source_key": null
},
{
- "id": "s3_Scenario_BatchObjectVersioning",
+ "id": "s3_Scenario_ConditionalRequests",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Manage versioned Amazon S3 objects in batches with a Lambda function using an AWS SDK",
- "title_abbrev": "Manage versioned objects in batches with a Lambda function",
- "synopsis": "manage versioned S3 objects in batches with a Lambda function.",
+ "title": "Make Amazon S3 conditional requests using an AWS SDK",
+ "title_abbrev": "Make conditional requests",
+ "synopsis": "add preconditions to Amazon S3 requests.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_BatchObjectVersioning_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
},
"sdk_pages": []
},
@@ -742,23 +713,29 @@
"source_key": null
},
{
- "id": "s3_Scenario_PresignedUrl",
+ "id": "s3_Scenario_GettingStarted",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Create a presigned URL for Amazon S3 using an AWS SDK",
- "title_abbrev": "Create a presigned URL",
- "synopsis": "create a presigned URL for Amazon S3 and upload an object.",
- "category": "Scenarios",
+ "title": "Learn the basics",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_GettingStarted_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a bucket and upload a file to it.",
+ "Download an object from a bucket.",
+ "Copy an object to a subfolder in a bucket.",
+ "List the objects in a bucket.",
+ "Delete the bucket objects and the bucket."
+ ],
"source_key": null
},
{
@@ -788,19 +765,42 @@
"source_key": null
},
{
- "id": "s3_Scenario_ConditionalRequests",
+ "id": "s3_Scenario_PresignedUrl",
"file": "s3_metadata.yaml",
"languages": [],
- "title": "Make Amazon S3 conditional requests using an AWS SDK",
- "title_abbrev": "Make conditional requests",
- "synopsis": "add preconditions to Amazon S3 requests.",
+ "title": "Create a presigned URL for Amazon S3 using an AWS SDK",
+ "title_abbrev": "Create a presigned URL",
+ "synopsis": "create a presigned URL for Amazon S3 and upload an object.",
"category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_ConditionalRequests_section.html"
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_PresignedUrl_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "s3_Scenario_UsingLargeFiles",
+ "file": "s3_metadata.yaml",
+ "languages": [],
+ "title": "Upload or download large files to and from Amazon S3 using an AWS SDK",
+ "title_abbrev": "Upload or download large files",
+ "synopsis": "upload or download large files to and from Amazon S3.",
+ "category": "Scenarios",
+ "guide_topic": {
+ "title": "Uploading an object using multipart upload",
+ "url": "AmazonS3/latest/userguide/mpu-upload-object.html"
+ },
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_s3_Scenario_UsingLargeFiles_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/scheduler/examples_catalog.json b/python/example_code/scheduler/examples_catalog.json
index 30f798145b2..f5bb86c9dd2 100644
--- a/python/example_code/scheduler/examples_catalog.json
+++ b/python/example_code/scheduler/examples_catalog.json
@@ -80,26 +80,6 @@
"synopsis_list": [],
"source_key": null
},
- {
- "id": "scheduler_hello",
- "file": "scheduler_metadata.yaml",
- "languages": [],
- "title": "Hello EventBridge Scheduler",
- "title_abbrev": "Hello EventBridge Scheduler",
- "synopsis": "get started using EventBridge Scheduler.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
{
"id": "scheduler_ScheduledEventsScenario",
"file": "scheduler_metadata.yaml",
@@ -126,6 +106,26 @@
"Clean up resources and delete the stack."
],
"source_key": null
+ },
+ {
+ "id": "scheduler_hello",
+ "file": "scheduler_metadata.yaml",
+ "languages": [],
+ "title": "Hello EventBridge Scheduler",
+ "title_abbrev": "Hello EventBridge Scheduler",
+ "synopsis": "get started using EventBridge Scheduler.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "scheduler": "https://docs.aws.amazon.com/code-library/latest/ug/scheduler_example_scheduler_hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/secretsmanager/examples_catalog.json b/python/example_code/secretsmanager/examples_catalog.json
index 6bc4c7f3ab8..685133cbcb8 100644
--- a/python/example_code/secretsmanager/examples_catalog.json
+++ b/python/example_code/secretsmanager/examples_catalog.json
@@ -1,19 +1,22 @@
{
"examples": [
{
- "id": "secrets-manager_GetSecretValue",
- "file": "secrets-manager_metadata.yaml",
+ "id": "cross_AuroraRestLendingLibrary",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "GetSecretValue",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a lending library REST API",
+ "title_abbrev": "Create a lending library REST API",
+ "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
},
"sdk_pages": []
},
@@ -41,22 +44,19 @@
"source_key": null
},
{
- "id": "cross_AuroraRestLendingLibrary",
- "file": "cross_metadata.yaml",
+ "id": "secrets-manager_GetSecretValue",
+ "file": "secrets-manager_metadata.yaml",
"languages": [],
- "title": "Create a lending library REST API",
- "title_abbrev": "Create a lending library REST API",
- "synopsis": "create a lending library where patrons can borrow and return books by using a REST API backed by an Amazon Aurora database.",
- "category": "Scenarios",
+ "title": "GetSecretValue",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_AuroraRestLendingLibrary_section.html",
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_AuroraRestLendingLibrary_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_AuroraRestLendingLibrary_section.html",
- "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_cross_AuroraRestLendingLibrary_section.html"
+ "secrets-manager": "https://docs.aws.amazon.com/code-library/latest/ug/secrets-manager_example_secrets-manager_GetSecretValue_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/ses/examples_catalog.json b/python/example_code/ses/examples_catalog.json
index eb61f6b9b50..b718776372b 100644
--- a/python/example_code/ses/examples_catalog.json
+++ b/python/example_code/ses/examples_catalog.json
@@ -1,19 +1,20 @@
{
"examples": [
{
- "id": "ses_SendEmail",
- "file": "ses_metadata.yaml",
+ "id": "cross_DynamoDBDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "SendEmail",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a web application to track DynamoDB data",
+ "title_abbrev": "Create a web application to track DynamoDB data",
+ "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "dynamodb",
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
},
"sdk_pages": []
},
@@ -21,19 +22,22 @@
"source_key": null
},
{
- "id": "ses_SendTemplatedEmail",
- "file": "ses_metadata.yaml",
+ "id": "cross_RDSDataTracker",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "SendTemplatedEmail",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Aurora Serverless work item tracker",
+ "title_abbrev": "Create an Aurora Serverless work item tracker",
+ "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "aurora",
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
+ "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
+ "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
+ "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
},
"sdk_pages": []
},
@@ -41,19 +45,21 @@
"source_key": null
},
{
- "id": "ses_VerifyDomainIdentity",
- "file": "ses_metadata.yaml",
+ "id": "cross_RekognitionPhotoAnalyzer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "VerifyDomainIdentity",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect objects in images",
+ "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
},
"sdk_pages": []
},
@@ -61,19 +67,23 @@
"source_key": null
},
{
- "id": "ses_VerifyEmailIdentity",
- "file": "ses_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "VerifyEmailIdentity",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -81,10 +91,10 @@
"source_key": null
},
{
- "id": "ses_GetIdentityVerificationAttributes",
+ "id": "ses_CreateReceiptFilter",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "GetIdentityVerificationAttributes",
+ "title": "CreateReceiptFilter",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +103,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
},
"sdk_pages": []
},
@@ -101,10 +111,10 @@
"source_key": null
},
{
- "id": "ses_DeleteIdentity",
+ "id": "ses_CreateReceiptRule",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "DeleteIdentity",
+ "title": "CreateReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +123,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
},
"sdk_pages": []
},
@@ -121,10 +131,10 @@
"source_key": null
},
{
- "id": "ses_ListIdentities",
+ "id": "ses_CreateReceiptRuleSet",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "ListIdentities",
+ "title": "CreateReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +143,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
},
"sdk_pages": []
},
@@ -141,10 +151,10 @@
"source_key": null
},
{
- "id": "ses_CreateReceiptFilter",
+ "id": "ses_CreateTemplate",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "CreateReceiptFilter",
+ "title": "CreateTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +163,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptFilter_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
},
"sdk_pages": []
},
@@ -161,10 +171,10 @@
"source_key": null
},
{
- "id": "ses_ListReceiptFilters",
+ "id": "ses_DeleteIdentity",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "ListReceiptFilters",
+ "title": "DeleteIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +183,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteIdentity_section.html"
},
"sdk_pages": []
},
@@ -201,10 +211,10 @@
"source_key": null
},
{
- "id": "ses_CreateReceiptRuleSet",
+ "id": "ses_DeleteReceiptRule",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "CreateReceiptRuleSet",
+ "title": "DeleteReceiptRule",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +223,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRuleSet_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
},
"sdk_pages": []
},
@@ -221,10 +231,10 @@
"source_key": null
},
{
- "id": "ses_CreateReceiptRule",
+ "id": "ses_DeleteReceiptRuleSet",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "CreateReceiptRule",
+ "title": "DeleteReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -233,7 +243,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateReceiptRule_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
},
"sdk_pages": []
},
@@ -241,10 +251,10 @@
"source_key": null
},
{
- "id": "ses_DescribeReceiptRuleSet",
+ "id": "ses_DeleteTemplate",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "DescribeReceiptRuleSet",
+ "title": "DeleteTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -253,7 +263,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
},
"sdk_pages": []
},
@@ -261,10 +271,10 @@
"source_key": null
},
{
- "id": "ses_DeleteReceiptRule",
+ "id": "ses_DescribeReceiptRuleSet",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "DeleteReceiptRule",
+ "title": "DescribeReceiptRuleSet",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -273,7 +283,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRule_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DescribeReceiptRuleSet_section.html"
},
"sdk_pages": []
},
@@ -281,10 +291,10 @@
"source_key": null
},
{
- "id": "ses_DeleteReceiptRuleSet",
+ "id": "ses_GetIdentityVerificationAttributes",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "DeleteReceiptRuleSet",
+ "title": "GetIdentityVerificationAttributes",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -293,7 +303,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteReceiptRuleSet_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetIdentityVerificationAttributes_section.html"
},
"sdk_pages": []
},
@@ -301,10 +311,10 @@
"source_key": null
},
{
- "id": "ses_CreateTemplate",
+ "id": "ses_GetTemplate",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "CreateTemplate",
+ "title": "GetTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -313,7 +323,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_CreateTemplate_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
},
"sdk_pages": []
},
@@ -321,10 +331,10 @@
"source_key": null
},
{
- "id": "ses_DeleteTemplate",
+ "id": "ses_ListIdentities",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "DeleteTemplate",
+ "title": "ListIdentities",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -333,7 +343,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_DeleteTemplate_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListIdentities_section.html"
},
"sdk_pages": []
},
@@ -341,10 +351,10 @@
"source_key": null
},
{
- "id": "ses_GetTemplate",
+ "id": "ses_ListReceiptFilters",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "GetTemplate",
+ "title": "ListReceiptFilters",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -353,7 +363,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_GetTemplate_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_ListReceiptFilters_section.html"
},
"sdk_pages": []
},
@@ -381,19 +391,19 @@
"source_key": null
},
{
- "id": "ses_UpdateTemplate",
+ "id": "ses_Scenario_GenerateSmtpCredentials",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "UpdateTemplate",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Generate credentials to connect to an Amazon SES SMTP endpoint",
+ "title_abbrev": "Generate credentials to connect to an SMTP endpoint",
+ "synopsis": "generate credentials to connect to an Amazon SES SMTP endpoint.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
},
"sdk_pages": []
},
@@ -401,22 +411,19 @@
"source_key": null
},
{
- "id": "cross_RDSDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "ses_Scenario_ReplicateIdentities",
+ "file": "ses_metadata.yaml",
"languages": [],
- "title": "Create an Aurora Serverless work item tracker",
- "title_abbrev": "Create an Aurora Serverless work item tracker",
- "synopsis": "create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "title": "Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK",
+ "title_abbrev": "Copy email and domain identities across Regions",
+ "synopsis": "copy Amazon SES email and domain identities from one AWS Region to another. When domain identities are managed by Route 53, verification records are copied to the domain for the destination Region.",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "aurora",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "aurora": "https://docs.aws.amazon.com/code-library/latest/ug/aurora_example_cross_RDSDataTracker_section.html",
- "rds": "https://docs.aws.amazon.com/code-library/latest/ug/rds_example_cross_RDSDataTracker_section.html",
- "rds-data": "https://docs.aws.amazon.com/code-library/latest/ug/rds-data_example_cross_RDSDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RDSDataTracker_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
},
"sdk_pages": []
},
@@ -424,42 +431,44 @@
"source_key": null
},
{
- "id": "cross_DynamoDBDataTracker",
- "file": "cross_metadata.yaml",
+ "id": "ses_Scenario_SendEmail",
+ "file": "ses_metadata.yaml",
"languages": [],
- "title": "Create a web application to track DynamoDB data",
- "title_abbrev": "Create a web application to track DynamoDB data",
- "synopsis": "create a web application that tracks work items in an Amazon DynamoDB table and uses Amazon Simple Email Service (Amazon SES) (Amazon SES) to send reports.",
+ "title": "Verify an email identity and send messages with Amazon SES using an AWS SDK",
+ "title_abbrev": "Verify an email identity and send messages",
+ "synopsis": "",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "dynamodb",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_DynamoDBDataTracker_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_DynamoDBDataTracker_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Add and verify an email address with Amazon SES.",
+ "Send a standard email message.",
+ "Create a template and send a templated email message.",
+ "Send a message by using an Amazon SES SMTP server."
+ ],
"source_key": null
},
{
- "id": "cross_RekognitionPhotoAnalyzer",
- "file": "cross_metadata.yaml",
+ "id": "ses_SendEmail",
+ "file": "ses_metadata.yaml",
"languages": [],
- "title": "Detect objects in images with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect objects in images",
- "synopsis": "build an app that uses Amazon Rekognition to detect objects by category in images.",
- "category": "Scenarios",
+ "title": "SendEmail",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionPhotoAnalyzer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionPhotoAnalyzer_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionPhotoAnalyzer_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendEmail_section.html"
},
"sdk_pages": []
},
@@ -467,23 +476,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "ses_SendTemplatedEmail",
+ "file": "ses_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
+ "title": "SendTemplatedEmail",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_SendTemplatedEmail_section.html"
},
"sdk_pages": []
},
@@ -491,19 +496,19 @@
"source_key": null
},
{
- "id": "ses_Scenario_GenerateSmtpCredentials",
+ "id": "ses_UpdateTemplate",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "Generate credentials to connect to an Amazon SES SMTP endpoint",
- "title_abbrev": "Generate credentials to connect to an SMTP endpoint",
- "synopsis": "generate credentials to connect to an Amazon SES SMTP endpoint.",
- "category": "Scenarios",
+ "title": "UpdateTemplate",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_GenerateSmtpCredentials_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_UpdateTemplate_section.html"
},
"sdk_pages": []
},
@@ -511,44 +516,39 @@
"source_key": null
},
{
- "id": "ses_Scenario_SendEmail",
+ "id": "ses_VerifyDomainIdentity",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "Verify an email identity and send messages with Amazon SES using an AWS SDK",
- "title_abbrev": "Verify an email identity and send messages",
+ "title": "VerifyDomainIdentity",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_SendEmail_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyDomainIdentity_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Add and verify an email address with Amazon SES.",
- "Send a standard email message.",
- "Create a template and send a templated email message.",
- "Send a message by using an Amazon SES SMTP server."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "ses_Scenario_ReplicateIdentities",
+ "id": "ses_VerifyEmailIdentity",
"file": "ses_metadata.yaml",
"languages": [],
- "title": "Copy Amazon SES email and domain identities from one AWS Region to another using an AWS SDK",
- "title_abbrev": "Copy email and domain identities across Regions",
- "synopsis": "copy Amazon SES email and domain identities from one AWS Region to another. When domain identities are managed by Route 53, verification records are copied to the domain for the destination Region.",
- "category": "Scenarios",
+ "title": "VerifyEmailIdentity",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_Scenario_ReplicateIdentities_section.html"
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_ses_VerifyEmailIdentity_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/sesv2/examples_catalog.json b/python/example_code/sesv2/examples_catalog.json
index 4eab0c28016..acecaf6911d 100644
--- a/python/example_code/sesv2/examples_catalog.json
+++ b/python/example_code/sesv2/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "sesv2_CreateContactList",
+ "id": "sesv2_CreateContact",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "CreateContactList",
+ "title": "CreateContact",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "sesv2_CreateContact",
+ "id": "sesv2_CreateContactList",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "CreateContact",
+ "title": "CreateContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContact_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateContactList_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "sesv2_ListContacts",
+ "id": "sesv2_CreateEmailIdentity",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "ListContacts",
+ "title": "CreateEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "sesv2_SendEmail",
+ "id": "sesv2_CreateEmailTemplate",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "SendEmail",
+ "title": "CreateEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "sesv2_CreateEmailIdentity",
+ "id": "sesv2_DeleteContactList",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "CreateEmailIdentity",
+ "title": "DeleteContactList",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailIdentity_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "sesv2_CreateEmailTemplate",
+ "id": "sesv2_DeleteEmailIdentity",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "CreateEmailTemplate",
+ "title": "DeleteEmailIdentity",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_CreateEmailTemplate_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
},
"sdk_pages": []
},
@@ -121,10 +121,10 @@
"source_key": null
},
{
- "id": "sesv2_DeleteContactList",
+ "id": "sesv2_DeleteEmailTemplate",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "DeleteContactList",
+ "title": "DeleteEmailTemplate",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteContactList_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
},
"sdk_pages": []
},
@@ -141,10 +141,10 @@
"source_key": null
},
{
- "id": "sesv2_DeleteEmailIdentity",
+ "id": "sesv2_ListContacts",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "DeleteEmailIdentity",
+ "title": "ListContacts",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +153,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailIdentity_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_ListContacts_section.html"
},
"sdk_pages": []
},
@@ -161,19 +161,19 @@
"source_key": null
},
{
- "id": "sesv2_DeleteEmailTemplate",
+ "id": "sesv2_NewsletterWorkflow",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "DeleteEmailTemplate",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "A complete Amazon SES v2 API Newsletter scenario using an AWS SDK",
+ "title_abbrev": "Newsletter scenario",
+ "synopsis": "run the Amazon SES v2 API newsletter scenario.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_DeleteEmailTemplate_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
},
"sdk_pages": []
},
@@ -181,19 +181,19 @@
"source_key": null
},
{
- "id": "sesv2_NewsletterWorkflow",
+ "id": "sesv2_SendEmail",
"file": "sesv2_metadata.yaml",
"languages": [],
- "title": "A complete Amazon SES v2 API Newsletter scenario using an AWS SDK",
- "title_abbrev": "Newsletter scenario",
- "synopsis": "run the Amazon SES v2 API newsletter scenario.",
- "category": "Scenarios",
+ "title": "SendEmail",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_NewsletterWorkflow_section.html"
+ "sesv2": "https://docs.aws.amazon.com/code-library/latest/ug/sesv2_example_sesv2_SendEmail_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/sns/examples_catalog.json b/python/example_code/sns/examples_catalog.json
index 84d6b3cafe3..534371e23e6 100644
--- a/python/example_code/sns/examples_catalog.json
+++ b/python/example_code/sns/examples_catalog.json
@@ -1,19 +1,22 @@
{
"examples": [
{
- "id": "sns_ListSubscriptions",
- "file": "sns_metadata.yaml",
+ "id": "cross_LambdaAPIGateway",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ListSubscriptions",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use API Gateway to invoke a Lambda function",
+ "title_abbrev": "Use API Gateway to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
+ "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
},
"sdk_pages": []
},
@@ -21,19 +24,23 @@
"source_key": null
},
{
- "id": "sns_ListTopics",
- "file": "sns_metadata.yaml",
+ "id": "cross_LambdaScheduledEvents",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ListTopics",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Use scheduled events to invoke a Lambda function",
+ "title_abbrev": "Use scheduled events to invoke a Lambda function",
+ "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "lambda",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
+ "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
+ "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
},
"sdk_pages": []
},
@@ -41,19 +48,23 @@
"source_key": null
},
{
- "id": "sns_CreateTopic",
- "file": "sns_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateTopic",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -61,19 +72,23 @@
"source_key": null
},
{
- "id": "sns_DeleteTopic",
- "file": "sns_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DeleteTopic",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -81,10 +96,10 @@
"source_key": null
},
{
- "id": "sns_Publish",
+ "id": "sns_CreateTopic",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Publish",
+ "title": "CreateTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +108,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_CreateTopic_section.html"
},
"sdk_pages": []
},
@@ -101,10 +116,10 @@
"source_key": null
},
{
- "id": "sns_SetSubscriptionAttributes",
+ "id": "sns_DeleteTopic",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "SetSubscriptionAttributes",
+ "title": "DeleteTopic",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +128,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_DeleteTopic_section.html"
},
"sdk_pages": []
},
@@ -121,10 +136,10 @@
"source_key": null
},
{
- "id": "sns_Subscribe",
+ "id": "sns_ListSubscriptions",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Subscribe",
+ "title": "ListSubscriptions",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +148,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListSubscriptions_section.html"
},
"sdk_pages": []
},
@@ -141,10 +156,10 @@
"source_key": null
},
{
- "id": "sns_Unsubscribe",
+ "id": "sns_ListTopics",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Unsubscribe",
+ "title": "ListTopics",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +168,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_ListTopics_section.html"
},
"sdk_pages": []
},
@@ -161,23 +176,19 @@
"source_key": null
},
{
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
+ "id": "sns_Publish",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
+ "title": "Publish",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Publish_section.html"
},
"sdk_pages": []
},
@@ -185,22 +196,20 @@
"source_key": null
},
{
- "id": "cross_LambdaAPIGateway",
- "file": "cross_metadata.yaml",
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Use API Gateway to invoke a Lambda function",
- "title_abbrev": "Use API Gateway to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by Amazon API Gateway.",
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "api-gateway": "https://docs.aws.amazon.com/code-library/latest/ug/api-gateway_example_cross_LambdaAPIGateway_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaAPIGateway_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaAPIGateway_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaAPIGateway_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
"sdk_pages": []
},
@@ -208,23 +217,19 @@
"source_key": null
},
{
- "id": "cross_LambdaScheduledEvents",
- "file": "cross_metadata.yaml",
+ "id": "sns_PublishTextSMS",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Use scheduled events to invoke a Lambda function",
- "title_abbrev": "Use scheduled events to invoke a Lambda function",
- "synopsis": "create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.",
+ "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
+ "title_abbrev": "Publish an SMS text message",
+ "synopsis": "publish SMS messages using Amazon SNS.",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "lambda",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cloudwatch-logs": "https://docs.aws.amazon.com/code-library/latest/ug/cloudwatch-logs_example_cross_LambdaScheduledEvents_section.html",
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_LambdaScheduledEvents_section.html",
- "eventbridge": "https://docs.aws.amazon.com/code-library/latest/ug/eventbridge_example_cross_LambdaScheduledEvents_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_LambdaScheduledEvents_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_LambdaScheduledEvents_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
},
"sdk_pages": []
},
@@ -232,23 +237,19 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "sns_SetSubscriptionAttributes",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
- "category": "Scenarios",
+ "title": "SetSubscriptionAttributes",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_SetSubscriptionAttributes_section.html"
},
"sdk_pages": []
},
@@ -256,19 +257,19 @@
"source_key": null
},
{
- "id": "sns_PublishTextSMS",
+ "id": "sns_Subscribe",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Publish an Amazon SNS SMS text message using an AWS SDK",
- "title_abbrev": "Publish an SMS text message",
- "synopsis": "publish SMS messages using Amazon SNS.",
- "category": "Scenarios",
+ "title": "Subscribe",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishTextSMS_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Subscribe_section.html"
},
"sdk_pages": []
},
@@ -276,20 +277,19 @@
"source_key": null
},
{
- "id": "sns_PublishFifoTopic",
+ "id": "sns_Unsubscribe",
"file": "sns_metadata.yaml",
"languages": [],
- "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
- "title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO Amazon SNS topic.",
- "category": "Scenarios",
+ "title": "Unsubscribe",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_Unsubscribe_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/sqs/examples_catalog.json b/python/example_code/sqs/examples_catalog.json
index d614997ca9b..575d85b2232 100644
--- a/python/example_code/sqs/examples_catalog.json
+++ b/python/example_code/sqs/examples_catalog.json
@@ -1,19 +1,23 @@
{
"examples": [
{
- "id": "sqs_CreateQueue",
- "file": "sqs_metadata.yaml",
+ "id": "cross_RekognitionVideoDetection",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "CreateQueue",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
+ "title_abbrev": "Detect people and objects in a video",
+ "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "rekognition",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
+ "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
+ "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
},
"sdk_pages": []
},
@@ -21,19 +25,22 @@
"source_key": null
},
{
- "id": "sqs_GetQueueUrl",
- "file": "sqs_metadata.yaml",
+ "id": "cross_StepFunctionsMessenger",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "GetQueueUrl",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create a messenger application with Step Functions",
+ "title_abbrev": "Create a messenger application",
+ "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "sfn",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
+ "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
+ "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
+ "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
},
"sdk_pages": []
},
@@ -41,19 +48,23 @@
"source_key": null
},
{
- "id": "sqs_ListQueues",
- "file": "sqs_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "ListQueues",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -61,19 +72,20 @@
"source_key": null
},
{
- "id": "sqs_DeleteQueue",
- "file": "sqs_metadata.yaml",
+ "id": "sns_PublishFifoTopic",
+ "file": "sns_metadata.yaml",
"languages": [],
- "title": "DeleteQueue",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
+ "title_abbrev": "Create and publish to a FIFO topic",
+ "synopsis": "create and publish to a FIFO Amazon SNS topic.",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
},
"sdk_pages": []
},
@@ -81,10 +93,10 @@
"source_key": null
},
{
- "id": "sqs_SendMessage",
+ "id": "sqs_CreateQueue",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "SendMessage",
+ "title": "CreateQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +105,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_CreateQueue_section.html"
},
"sdk_pages": []
},
@@ -101,10 +113,10 @@
"source_key": null
},
{
- "id": "sqs_SendMessageBatch",
+ "id": "sqs_DeleteMessage",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "SendMessageBatch",
+ "title": "DeleteMessage",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +125,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
},
"sdk_pages": []
},
@@ -121,10 +133,10 @@
"source_key": null
},
{
- "id": "sqs_ReceiveMessage",
+ "id": "sqs_DeleteMessageBatch",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "ReceiveMessage",
+ "title": "DeleteMessageBatch",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +145,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
},
"sdk_pages": []
},
@@ -141,10 +153,10 @@
"source_key": null
},
{
- "id": "sqs_DeleteMessage",
+ "id": "sqs_DeleteQueue",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "DeleteMessage",
+ "title": "DeleteQueue",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +165,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessage_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteQueue_section.html"
},
"sdk_pages": []
},
@@ -161,10 +173,10 @@
"source_key": null
},
{
- "id": "sqs_DeleteMessageBatch",
+ "id": "sqs_GetQueueUrl",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "DeleteMessageBatch",
+ "title": "GetQueueUrl",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +185,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_DeleteMessageBatch_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_GetQueueUrl_section.html"
},
"sdk_pages": []
},
@@ -181,22 +193,19 @@
"source_key": null
},
{
- "id": "cross_StepFunctionsMessenger",
- "file": "cross_metadata.yaml",
+ "id": "sqs_ListQueues",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create a messenger application with Step Functions",
- "title_abbrev": "Create a messenger application",
- "synopsis": "create an AWS Step Functions messenger application that retrieves message records from a database table.",
- "category": "Scenarios",
+ "title": "ListQueues",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "sfn",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "dynamodb": "https://docs.aws.amazon.com/code-library/latest/ug/dynamodb_example_cross_StepFunctionsMessenger_section.html",
- "lambda": "https://docs.aws.amazon.com/code-library/latest/ug/lambda_example_cross_StepFunctionsMessenger_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_StepFunctionsMessenger_section.html",
- "sfn": "https://docs.aws.amazon.com/code-library/latest/ug/sfn_example_cross_StepFunctionsMessenger_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ListQueues_section.html"
},
"sdk_pages": []
},
@@ -204,23 +213,19 @@
"source_key": null
},
{
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
+ "id": "sqs_ReceiveMessage",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
+ "title": "ReceiveMessage",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_ReceiveMessage_section.html"
},
"sdk_pages": []
},
@@ -228,44 +233,44 @@
"source_key": null
},
{
- "id": "cross_RekognitionVideoDetection",
- "file": "cross_metadata.yaml",
+ "id": "sqs_Scenario_SendReceiveBatch",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Detect people and objects in a video with Amazon Rekognition using an AWS SDK",
- "title_abbrev": "Detect people and objects in a video",
- "synopsis": "detect people and objects in a video with Amazon Rekognition.",
+ "title": "Send and receive batches of messages with Amazon SQS using an AWS SDK",
+ "title_abbrev": "Send and receive batches of messages",
+ "synopsis": "",
"category": "Scenarios",
"guide_topic": null,
- "service_main": "rekognition",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "rekognition": "https://docs.aws.amazon.com/code-library/latest/ug/rekognition_example_cross_RekognitionVideoDetection_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_RekognitionVideoDetection_section.html",
- "ses": "https://docs.aws.amazon.com/code-library/latest/ug/ses_example_cross_RekognitionVideoDetection_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_RekognitionVideoDetection_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_RekognitionVideoDetection_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create an Amazon SQS queue.",
+ "Send batches of messages to the queue.",
+ "Receive batches of messages from the queue.",
+ "Delete batches of messages from the queue."
+ ],
"source_key": null
},
{
- "id": "sns_PublishFifoTopic",
- "file": "sns_metadata.yaml",
+ "id": "sqs_SendMessage",
+ "file": "sqs_metadata.yaml",
"languages": [],
- "title": "Create and publish to a FIFO Amazon SNS topic using an AWS SDK",
- "title_abbrev": "Create and publish to a FIFO topic",
- "synopsis": "create and publish to a FIFO Amazon SNS topic.",
- "category": "Scenarios",
+ "title": "SendMessage",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_sns_PublishFifoTopic_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sns_PublishFifoTopic_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessage_section.html"
},
"sdk_pages": []
},
@@ -273,28 +278,23 @@
"source_key": null
},
{
- "id": "sqs_Scenario_SendReceiveBatch",
+ "id": "sqs_SendMessageBatch",
"file": "sqs_metadata.yaml",
"languages": [],
- "title": "Send and receive batches of messages with Amazon SQS using an AWS SDK",
- "title_abbrev": "Send and receive batches of messages",
+ "title": "SendMessageBatch",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_Scenario_SendReceiveBatch_section.html"
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_sqs_SendMessageBatch_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create an Amazon SQS queue.",
- "Send batches of messages to the queue.",
- "Receive batches of messages from the queue.",
- "Delete batches of messages from the queue."
- ],
+ "synopsis_list": [],
"source_key": null
}
]
diff --git a/python/example_code/ssm/examples_catalog.json b/python/example_code/ssm/examples_catalog.json
index 07477666887..bae45f53aa1 100644
--- a/python/example_code/ssm/examples_catalog.json
+++ b/python/example_code/ssm/examples_catalog.json
@@ -1,10 +1,10 @@
{
"examples": [
{
- "id": "ssm_CreateOpsItem",
+ "id": "ssm_CreateDocument",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "CreateOpsItem",
+ "title": "CreateDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -13,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
},
"sdk_pages": []
},
@@ -21,10 +21,10 @@
"source_key": null
},
{
- "id": "ssm_UpdateMaintenanceWindow",
+ "id": "ssm_CreateMaintenanceWindow",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "UpdateMaintenanceWindow",
+ "title": "CreateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
},
"sdk_pages": []
},
@@ -41,10 +41,10 @@
"source_key": null
},
{
- "id": "ssm_CreateMaintenanceWindow",
+ "id": "ssm_CreateOpsItem",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "CreateMaintenanceWindow",
+ "title": "CreateOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateMaintenanceWindow_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateOpsItem_section.html"
},
"sdk_pages": []
},
@@ -61,10 +61,10 @@
"source_key": null
},
{
- "id": "ssm_SendCommand",
+ "id": "ssm_DeleteDocument",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "SendCommand",
+ "title": "DeleteDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
},
"sdk_pages": []
},
@@ -81,10 +81,10 @@
"source_key": null
},
{
- "id": "ssm_ListCommandInvocations",
+ "id": "ssm_DeleteMaintenanceWindow",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "ListCommandInvocations",
+ "title": "DeleteMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
},
"sdk_pages": []
},
@@ -101,10 +101,10 @@
"source_key": null
},
{
- "id": "ssm_CreateDocument",
+ "id": "ssm_DeleteOpsItem",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "CreateDocument",
+ "title": "DeleteOpsItem",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_CreateDocument_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
},
"sdk_pages": []
},
@@ -141,19 +141,19 @@
"source_key": null
},
{
- "id": "ssm_DeleteOpsItem",
+ "id": "ssm_Hello",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "DeleteOpsItem",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Hello Systems Manager",
+ "title_abbrev": "Hello Systems Manager",
+ "synopsis": "get started using Systems Manager.",
+ "category": "Hello",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteOpsItem_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
},
"sdk_pages": []
},
@@ -161,10 +161,10 @@
"source_key": null
},
{
- "id": "ssm_DeleteMaintenanceWindow",
+ "id": "ssm_ListCommandInvocations",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "DeleteMaintenanceWindow",
+ "title": "ListCommandInvocations",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -173,7 +173,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteMaintenanceWindow_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_ListCommandInvocations_section.html"
},
"sdk_pages": []
},
@@ -181,30 +181,38 @@
"source_key": null
},
{
- "id": "ssm_DeleteDocument",
+ "id": "ssm_Scenario",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "DeleteDocument",
+ "title": "Learn the basics",
"title_abbrev": "",
"synopsis": "",
- "category": "Api",
+ "category": "Basics",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_DeleteDocument_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Create a maintenance window.",
+ "Modify the maintenance window schedule.",
+ "Create a document.",
+ "Send a command to a specified EC2 instance.",
+ "Create an OpsItem.",
+ "Update and resolve the OpsItem.",
+ "Delete the maintenance window, OpsItem, and document."
+ ],
"source_key": null
},
{
- "id": "ssm_UpdateOpsItem",
+ "id": "ssm_SendCommand",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "UpdateOpsItem",
+ "title": "SendCommand",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -213,7 +221,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html"
},
"sdk_pages": []
},
@@ -221,47 +229,39 @@
"source_key": null
},
{
- "id": "ssm_Scenario",
+ "id": "ssm_UpdateMaintenanceWindow",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "Learn the basics",
+ "title": "UpdateMaintenanceWindow",
"title_abbrev": "",
"synopsis": "",
- "category": "Basics",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Scenario_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateMaintenanceWindow_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Create a maintenance window.",
- "Modify the maintenance window schedule.",
- "Create a document.",
- "Send a command to a specified EC2 instance.",
- "Create an OpsItem.",
- "Update and resolve the OpsItem.",
- "Delete the maintenance window, OpsItem, and document."
- ],
+ "synopsis_list": [],
"source_key": null
},
{
- "id": "ssm_Hello",
+ "id": "ssm_UpdateOpsItem",
"file": "ssm_metadata.yaml",
"languages": [],
- "title": "Hello Systems Manager",
- "title_abbrev": "Hello Systems Manager",
- "synopsis": "get started using Systems Manager.",
- "category": "Hello",
+ "title": "UpdateOpsItem",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_Hello_section.html"
+ "ssm": "https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_UpdateOpsItem_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/support/examples_catalog.json b/python/example_code/support/examples_catalog.json
index 05f6c759c40..c40c46f3631 100644
--- a/python/example_code/support/examples_catalog.json
+++ b/python/example_code/support/examples_catalog.json
@@ -160,6 +160,26 @@
"synopsis_list": [],
"source_key": null
},
+ {
+ "id": "support_Hello",
+ "file": "support_metadata.yaml",
+ "languages": [],
+ "title": "Hello Support",
+ "title_abbrev": "Hello Support",
+ "synopsis": "get started using Support.",
+ "category": "Hello",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
+ "source_key": null
+ },
{
"id": "support_ResolveCase",
"file": "support_metadata.yaml",
@@ -207,26 +227,6 @@
"Get and display a list of resolved cases for the current day."
],
"source_key": null
- },
- {
- "id": "support_Hello",
- "file": "support_metadata.yaml",
- "languages": [],
- "title": "Hello Support",
- "title_abbrev": "Hello Support",
- "synopsis": "get started using Support.",
- "category": "Hello",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "support": "https://docs.aws.amazon.com/code-library/latest/ug/support_example_support_Hello_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
}
]
}
\ No newline at end of file
diff --git a/python/example_code/textract/examples_catalog.json b/python/example_code/textract/examples_catalog.json
index 79e9c64b395..5a4e8fa8082 100644
--- a/python/example_code/textract/examples_catalog.json
+++ b/python/example_code/textract/examples_catalog.json
@@ -1,19 +1,21 @@
{
"examples": [
{
- "id": "textract_AnalyzeDocument",
- "file": "textract_metadata.yaml",
+ "id": "cross_TextractComprehendDetectEntities",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "AnalyzeDocument",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Detect entities in text extracted from an image using an AWS SDK",
+ "title_abbrev": "Detect entities in text extracted from an image",
+ "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
+ "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
},
"sdk_pages": []
},
@@ -21,19 +23,23 @@
"source_key": null
},
{
- "id": "textract_DetectDocumentText",
- "file": "textract_metadata.yaml",
+ "id": "cross_TextractExplorer",
+ "file": "cross_metadata.yaml",
"languages": [],
- "title": "DetectDocumentText",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
+ "title": "Create an Amazon Textract explorer application",
+ "title_abbrev": "Create an Amazon Textract explorer application",
+ "synopsis": "explore Amazon Textract output through an interactive application.",
+ "category": "Scenarios",
"guide_topic": null,
- "service_main": null,
+ "service_main": "textract",
"services": [],
"doc_filenames": {
"service_pages": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
+ "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
+ "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
+ "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
+ "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
},
"sdk_pages": []
},
@@ -41,10 +47,10 @@
"source_key": null
},
{
- "id": "textract_StartDocumentAnalysis",
+ "id": "textract_AnalyzeDocument",
"file": "textract_metadata.yaml",
"languages": [],
- "title": "StartDocumentAnalysis",
+ "title": "AnalyzeDocument",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +59,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_AnalyzeDocument_section.html"
},
"sdk_pages": []
},
@@ -61,10 +67,10 @@
"source_key": null
},
{
- "id": "textract_StartDocumentTextDetection",
+ "id": "textract_DetectDocumentText",
"file": "textract_metadata.yaml",
"languages": [],
- "title": "StartDocumentTextDetection",
+ "title": "DetectDocumentText",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +79,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_DetectDocumentText_section.html"
},
"sdk_pages": []
},
@@ -101,23 +107,19 @@
"source_key": null
},
{
- "id": "cross_TextractExplorer",
- "file": "cross_metadata.yaml",
+ "id": "textract_StartDocumentAnalysis",
+ "file": "textract_metadata.yaml",
"languages": [],
- "title": "Create an Amazon Textract explorer application",
- "title_abbrev": "Create an Amazon Textract explorer application",
- "synopsis": "explore Amazon Textract output through an interactive application.",
- "category": "Scenarios",
+ "title": "StartDocumentAnalysis",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "cognito-identity": "https://docs.aws.amazon.com/code-library/latest/ug/cognito-identity_example_cross_TextractExplorer_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractExplorer_section.html",
- "sns": "https://docs.aws.amazon.com/code-library/latest/ug/sns_example_cross_TextractExplorer_section.html",
- "sqs": "https://docs.aws.amazon.com/code-library/latest/ug/sqs_example_cross_TextractExplorer_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractExplorer_section.html"
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentAnalysis_section.html"
},
"sdk_pages": []
},
@@ -125,21 +127,19 @@
"source_key": null
},
{
- "id": "cross_TextractComprehendDetectEntities",
- "file": "cross_metadata.yaml",
+ "id": "textract_StartDocumentTextDetection",
+ "file": "textract_metadata.yaml",
"languages": [],
- "title": "Detect entities in text extracted from an image using an AWS SDK",
- "title_abbrev": "Detect entities in text extracted from an image",
- "synopsis": "use Amazon Comprehend to detect entities in text extracted by Amazon Textract from an image that is stored in Amazon S3.",
- "category": "Scenarios",
+ "title": "StartDocumentTextDetection",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
"guide_topic": null,
- "service_main": "textract",
+ "service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "comprehend": "https://docs.aws.amazon.com/code-library/latest/ug/comprehend_example_cross_TextractComprehendDetectEntities_section.html",
- "s3": "https://docs.aws.amazon.com/code-library/latest/ug/s3_example_cross_TextractComprehendDetectEntities_section.html",
- "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_cross_TextractComprehendDetectEntities_section.html"
+ "textract": "https://docs.aws.amazon.com/code-library/latest/ug/textract_example_textract_StartDocumentTextDetection_section.html"
},
"sdk_pages": []
},
diff --git a/python/example_code/transcribe/examples_catalog.json b/python/example_code/transcribe/examples_catalog.json
index 6730ec9562f..6968e980b2d 100644
--- a/python/example_code/transcribe/examples_catalog.json
+++ b/python/example_code/transcribe/examples_catalog.json
@@ -1,30 +1,10 @@
{
"examples": [
{
- "id": "transcribe_StartTranscriptionJob",
- "file": "transcribe_metadata.yaml",
- "languages": [],
- "title": "StartTranscriptionJob",
- "title_abbrev": "",
- "synopsis": "",
- "category": "Api",
- "guide_topic": null,
- "service_main": null,
- "services": [],
- "doc_filenames": {
- "service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
- },
- "sdk_pages": []
- },
- "synopsis_list": [],
- "source_key": null
- },
- {
- "id": "transcribe_ListTranscriptionJobs",
+ "id": "transcribe_CreateVocabulary",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "ListTranscriptionJobs",
+ "title": "CreateVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -33,7 +13,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
},
"sdk_pages": []
},
@@ -41,10 +21,10 @@
"source_key": null
},
{
- "id": "transcribe_GetTranscriptionJob",
+ "id": "transcribe_DeleteTranscriptionJob",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "GetTranscriptionJob",
+ "title": "DeleteTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -53,7 +33,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
},
"sdk_pages": []
},
@@ -61,10 +41,10 @@
"source_key": null
},
{
- "id": "transcribe_DeleteTranscriptionJob",
+ "id": "transcribe_DeleteVocabulary",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "DeleteTranscriptionJob",
+ "title": "DeleteVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -73,7 +53,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteTranscriptionJob_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
},
"sdk_pages": []
},
@@ -81,10 +61,10 @@
"source_key": null
},
{
- "id": "transcribe_CreateVocabulary",
+ "id": "transcribe_GetTranscriptionJob",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "CreateVocabulary",
+ "title": "GetTranscriptionJob",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -93,7 +73,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_CreateVocabulary_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetTranscriptionJob_section.html"
},
"sdk_pages": []
},
@@ -101,10 +81,10 @@
"source_key": null
},
{
- "id": "transcribe_ListVocabularies",
+ "id": "transcribe_GetVocabulary",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "ListVocabularies",
+ "title": "GetVocabulary",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -113,7 +93,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
},
"sdk_pages": []
},
@@ -121,10 +101,10 @@
"source_key": null
},
{
- "id": "transcribe_GetVocabulary",
+ "id": "transcribe_ListTranscriptionJobs",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "GetVocabulary",
+ "title": "ListTranscriptionJobs",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -133,7 +113,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_GetVocabulary_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListTranscriptionJobs_section.html"
},
"sdk_pages": []
},
@@ -141,10 +121,10 @@
"source_key": null
},
{
- "id": "transcribe_UpdateVocabulary",
+ "id": "transcribe_ListVocabularies",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "UpdateVocabulary",
+ "title": "ListVocabularies",
"title_abbrev": "",
"synopsis": "",
"category": "Api",
@@ -153,7 +133,7 @@
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_ListVocabularies_section.html"
},
"sdk_pages": []
},
@@ -161,23 +141,28 @@
"source_key": null
},
{
- "id": "transcribe_DeleteVocabulary",
+ "id": "transcribe_Scenario_CustomVocabulary",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "DeleteVocabulary",
- "title_abbrev": "",
+ "title": "Create and refine an Amazon Transcribe custom vocabulary using an AWS SDK",
+ "title_abbrev": "Create and refine a custom vocabulary",
"synopsis": "",
- "category": "Api",
+ "category": "Scenarios",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_DeleteVocabulary_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [],
+ "synopsis_list": [
+ "Upload an audio file to Amazon S3.",
+ "Run an Amazon Transcribe job to transcribe the file and get the results.",
+ "Create and refine a custom vocabulary to improve transcription accuracy.",
+ "Run jobs with custom vocabularies and get the results."
+ ],
"source_key": null
},
{
@@ -208,28 +193,43 @@
"source_key": null
},
{
- "id": "transcribe_Scenario_CustomVocabulary",
+ "id": "transcribe_StartTranscriptionJob",
"file": "transcribe_metadata.yaml",
"languages": [],
- "title": "Create and refine an Amazon Transcribe custom vocabulary using an AWS SDK",
- "title_abbrev": "Create and refine a custom vocabulary",
+ "title": "StartTranscriptionJob",
+ "title_abbrev": "",
"synopsis": "",
- "category": "Scenarios",
+ "category": "Api",
"guide_topic": null,
"service_main": null,
"services": [],
"doc_filenames": {
"service_pages": {
- "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_Scenario_CustomVocabulary_section.html"
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_StartTranscriptionJob_section.html"
},
"sdk_pages": []
},
- "synopsis_list": [
- "Upload an audio file to Amazon S3.",
- "Run an Amazon Transcribe job to transcribe the file and get the results.",
- "Create and refine a custom vocabulary to improve transcription accuracy.",
- "Run jobs with custom vocabularies and get the results."
- ],
+ "synopsis_list": [],
+ "source_key": null
+ },
+ {
+ "id": "transcribe_UpdateVocabulary",
+ "file": "transcribe_metadata.yaml",
+ "languages": [],
+ "title": "UpdateVocabulary",
+ "title_abbrev": "",
+ "synopsis": "",
+ "category": "Api",
+ "guide_topic": null,
+ "service_main": null,
+ "services": [],
+ "doc_filenames": {
+ "service_pages": {
+ "transcribe": "https://docs.aws.amazon.com/code-library/latest/ug/transcribe_example_transcribe_UpdateVocabulary_section.html"
+ },
+ "sdk_pages": []
+ },
+ "synopsis_list": [],
"source_key": null
}
]